Search found 156 matches
- Wed Mar 05, 2025 8:42 pm
- Forum: IDEs for ESP-IDF
- Topic: Help with multiple idf versions in vscode please
- Replies: 2
- Views: 2535
Re: Help with multiple idf versions in vscode please
Thanks, I'll try that
- Tue Feb 25, 2025 8:19 pm
- Forum: General Discussion
- Topic: Vscode and github
- Replies: 2
- Views: 1383
Re: Vscode and github
thanks
- Mon Feb 24, 2025 9:26 pm
- Forum: General Discussion
- Topic: Vscode and github
- Replies: 2
- Views: 1383
Vscode and github
Hi,
I am wondering what happens when you develop code on one machine and push it to github and then clone it down to another machine.
Won't vscode contains wrong paths to tools?
I am wondering what happens when you develop code on one machine and push it to github and then clone it down to another machine.
Won't vscode contains wrong paths to tools?
- Wed Feb 19, 2025 2:26 am
- Forum: IDEs for ESP-IDF
- Topic: Help with multiple idf versions in vscode please
- Replies: 2
- Views: 2535
Help with multiple idf versions in vscode please
I used to be able to click on the "ESP-IDF vxxx" icon on tool bar at bottom of screen and then I could select from a list of all installed esp-idf versions.
Now, I only see the last installed verion. When I browse on my Windows machine to where the other version was installed, it is there and even ...
Now, I only see the last installed verion. When I browse on my Windows machine to where the other version was installed, it is there and even ...
- Thu Feb 13, 2025 12:01 am
- Forum: ESP-IDF
- Topic: using paths when cloning vscode esp-idf projects to other computers
- Replies: 0
- Views: 872
using paths when cloning vscode esp-idf projects to other computers
Hi,
I am wondering if the paths in "settings.json" can be changed to use environment settings instead?
When I clone this project to another computer it is pointing to the paths as shown but the other computer does not have users/david but is users/owner?
[attachment=0]paths.jpg[/attachment]
I am wondering if the paths in "settings.json" can be changed to use environment settings instead?
When I clone this project to another computer it is pointing to the paths as shown but the other computer does not have users/david but is users/owner?
[attachment=0]paths.jpg[/attachment]
- Wed Feb 12, 2025 5:14 am
- Forum: ESP-ADF
- Topic: How to move vscode - adf project to another PC?
- Replies: 0
- Views: 2719
How to move vscode - adf project to another PC?
Hello,
I developed an adf project on a Windows 11 PC and pushed it up into a repo on github.
Ideally, I want to clone the project on the second machine and compile it. However, the adf installation is in a different location and I had to manuall alter settings.json file. Now the sdkconfig will not ...
I developed an adf project on a Windows 11 PC and pushed it up into a repo on github.
Ideally, I want to clone the project on the second machine and compile it. However, the adf installation is in a different location and I had to manuall alter settings.json file. Now the sdkconfig will not ...
- Thu Dec 19, 2024 7:57 pm
- Forum: ESP-ADF
- Topic: Programmer for ESP32 and ADF
- Replies: 0
- Views: 6048
Programmer for ESP32 and ADF
Hi,
Not sure if this is the right forum.
I am looking for someone to help me compile and esp-adf project thag used to work and after vscode updates I can no lobger compile
Looking for someone with experience and not too expensive.
Not sure if this is the right forum.
I am looking for someone to help me compile and esp-adf project thag used to work and after vscode updates I can no lobger compile
Looking for someone with experience and not too expensive.
- Mon Jul 08, 2024 1:19 am
- Forum: IDEs for ESP-IDF
- Topic: VScode keep being asked to "search for compilers on this computer"
- Replies: 1
- Views: 4797
VScode keep being asked to "search for compilers on this computer"
Hi,
Each time I open up VScode to work on a project I keep getting the message "Search for compilers on this computer". Where I click this or click on white space to close the message, the code compiles ok. This happens on multiple projects, I am running on Windows 11 platform. Is there a way to ...
Each time I open up VScode to work on a project I keep getting the message "Search for compilers on this computer". Where I click this or click on white space to close the message, the code compiles ok. This happens on multiple projects, I am running on Windows 11 platform. Is there a way to ...
- Sat Jul 06, 2024 12:00 am
- Forum: ESP-IDF
- Topic: RMT code migration from ESP-IDF 4.2 to version 5.2.2
- Replies: 10
- Views: 5556
Re: RMT code migration from ESP-IDF 4.2 to version 5.2.2
Thank you for your help, I think I understand the driver now.
We are using the TX config so set up the wavefrom generator where data bit durations and levels are applied from the array of rmt_words. Then for carrier we set up the desired freq and dc and this modulates the data waveform each time ...
We are using the TX config so set up the wavefrom generator where data bit durations and levels are applied from the array of rmt_words. Then for carrier we set up the desired freq and dc and this modulates the data waveform each time ...
- Fri Jul 05, 2024 10:01 am
- Forum: ESP-IDF
- Topic: RMT code migration from ESP-IDF 4.2 to version 5.2.2
- Replies: 10
- Views: 5556
Re: RMT code migration from ESP-IDF 4.2 to version 5.2.2
I have another question.
Can the config for transmitter, carrier and encoder be done once at start of program and then just activate the tx function each time to send it (ie. Once encloder etc has been loaded with my data, it does not get blanked out for any reason during use but acts like a normal ...
Can the config for transmitter, carrier and encoder be done once at start of program and then just activate the tx function each time to send it (ie. Once encloder etc has been loaded with my data, it does not get blanked out for any reason during use but acts like a normal ...