Search found 6 matches
- Wed Jul 17, 2024 4:20 pm
- Forum: General Discussion
- Topic: Finding the default sketches
- Replies: 5
- Views: 1385
Re: Finding the default sketches
I guess it doesn't matter that much anyway. Here's a sketch I wrote that's just a pretty RGB animation. I use it as a default - when I plug in a board I haven't used in a while and see this animation, I will instantly know the board is ready for use :mrgreen: Enjoy: // These photons hurt my eyes! A ...
- Wed Jul 17, 2024 1:51 pm
- Forum: ESP-IDF
- Topic: [solved] Cmake can't find compiler after running idf.py -C components create-component (IDF-2442)
- Replies: 10
- Views: 12071
Re: [solved] Cmake can't find compiler after running idf.py -C components create-component (IDF-2442)
Alright, I think I found my answer: the trick is to do this in a project directory.
I have done the following in the esp-idf command window:
This works.
I have done the following in the esp-idf command window:
Code: Select all
cd %userprofile%\esp
xcopy /e /i %IDF_PATH%\examples\get-started\hello_world hello_world
cd hello_world
idf.py set-target esp32c6
- Wed Jul 17, 2024 1:50 pm
- Forum: General Discussion
- Topic: Finding the default sketches
- Replies: 5
- Views: 1385
Re: Finding the default sketches
Hi MicroController, well, there's something on there that makes the RGB LED go through its seven colors. I would like to see how that is programmed. as an aside I'm still trying to find my way with the IDE - I never used Visual Studio Code before - such a large amount of prompts and popups is a bit ...
- Wed Jul 17, 2024 9:29 am
- Forum: General Discussion
- Topic: Finding the default sketches
- Replies: 5
- Views: 1385
Re: Finding the default sketches
Hi, thanks for your message.
When I put power onto the chip, the RGB LED goes through all 7 base colors. That's the sketch I'd like to have.
When I put power onto the chip, the RGB LED goes through all 7 base colors. That's the sketch I'd like to have.
- Tue Jul 16, 2024 6:34 pm
- Forum: ESP-IDF
- Topic: [solved] Cmake can't find compiler after running idf.py -C components create-component (IDF-2442)
- Replies: 10
- Views: 12071
Re: [solved] Cmake can't find compiler after running idf.py -C components create-component (IDF-2442)
I just ran the installer from https://dl.espressif.com/dl/idf-installer/esp-idf-tools-setup-online-2.27.exe It is supposed to set up everything, but, I am now getting exactly the same issue as above. I'm a noob at this what should I do? I'm using Windows 11. I also reported this here: https://github...
- Tue Jul 16, 2024 4:27 pm
- Forum: General Discussion
- Topic: Finding the default sketches
- Replies: 5
- Views: 1385
Finding the default sketches
Hi everyone, Totally new to the ESP32, but I just received my order of two boards, the ESP32-C6-DevKitM-1 and ~C-1 and can't wait to try them out. However, what I would like to have first is the "default sketches". I tried to search this board but I am getting a server error 500. Where can I find th...