Search found 225 matches
- Tue Jan 26, 2021 4:23 pm
- Forum: IDEs for ESP-IDF
- Topic: Espressif IDF extention issue flsah / monitor
- Replies: 0
- Views: 22
Espressif IDF extention issue flsah / monitor
I am using Espressif IDF extention v0.6.1. After flashing, i open the monitor which works just fine. However, if I recompile and try to flash again I get an error saying "SerialException: could not open port..." I know this is because it did not close the com port before it started flashing. Can you...
- Sun Jan 24, 2021 5:58 am
- Forum: General Discussion
- Topic: ESP32 was ahead of its time
- Replies: 3
- Views: 187
Re: ESP32 was ahead of its time
Granted, the 2040 seems cool and all. But there are a few things to consider. RPI has always had issues keeping stock. It does not even have a RTOS which is absurd for any multicore device. Working with the ESP32 for over a year now I have so much reusable good working solid code now, I'm just not w...
- Fri Jan 08, 2021 6:40 am
- Forum: IDEs for ESP-IDF
- Topic: Problem installing release/4.2
- Replies: 2
- Views: 215
Re: Problem installing release/4.2
Holy cow!!! release v0.6.0 has quite the overhaul and the new install method went smooth as silk and looks great too!!!
What a awesome job you guys!!!
What a awesome job you guys!!!
- Fri Jan 08, 2021 3:05 am
- Forum: General Discussion
- Topic: I Don't What I'm Doing, & May Be in the Wrong Spot
- Replies: 1
- Views: 133
Re: I Don't What I'm Doing, & May Be in the Wrong Spot
Well, since you seem like you like a good story here's mine. ;) I had a similar situation. One day I was bored and decided to have a look at all the devices connected to my router. I noticed 2 ESP_xxxx things on my network. I panicked, and immediately changed the network name and password. This time...
- Tue Jan 05, 2021 3:19 am
- Forum: Hardware
- Topic: Has the new ESP32-S3 dropped the Ethernet MAC
- Replies: 1
- Views: 243
Has the new ESP32-S3 dropped the Ethernet MAC
I have heard that the new ESP32-S3 has not included the Ethernet MAC. So close to having it all if this is the case.
If this is true, I hope Espressif will provide a path to use Ethernet as well.
If this is true, I hope Espressif will provide a path to use Ethernet as well.
- Thu Dec 31, 2020 9:41 pm
- Forum: IDEs for ESP-IDF
- Topic: Problem installing release/4.2
- Replies: 2
- Views: 215
Problem installing release/4.2
Using VS Code with the Espressif IDF plugin i have installed 4.1 without a hitch. I now wanted to move to 4.2, but it wont let me get past "ESP-IDF Tools Define ESP-IDF tools install directory." part. It downloads all the extra tools, but after its done it just sits there and I cannot move onto the ...
- Thu Dec 24, 2020 2:32 pm
- Forum: General Discussion
- Topic: IDF Boot Loader baud rate - can it be reduced ?
- Replies: 5
- Views: 441
Re: IDF Boot Loader baud rate - can it be reduced ?
Absolutely. pull EN and IO0 low, then release EN, then release IO0. it will then be in programming mode.Do the EN and BOOT (IO0) pins need to be made hi/lo in any sequence for the 'flash' process to begin ?
- Wed Dec 23, 2020 5:41 pm
- Forum: General Discussion
- Topic: IDF Boot Loader baud rate - can it be reduced ?
- Replies: 5
- Views: 441
Re: IDF Boot Loader baud rate - can it be reduced ?
You didn't say what environment your using whether Arduino or ESP-IDF.
I use ESP-IDF and you can change the upload speed via the idy.py
I.E. idf.py -p COM4 -b 921600 flash
I typically use 1152000 as my download rate.
I use ESP-IDF and you can change the upload speed via the idy.py
I.E. idf.py -p COM4 -b 921600 flash
I typically use 1152000 as my download rate.
- Tue Dec 22, 2020 12:11 am
- Forum: Showcase
- Topic: ESP32 Websocket
- Replies: 1
- Views: 306
Re: ESP32 Websocket
Thanks for posting.
- Fri Dec 11, 2020 1:15 pm
- Forum: IDEs for ESP-IDF
- Topic: VSCode where is ESP-IDF: Clean
- Replies: 2
- Views: 302
Re: VSCode where is ESP-IDF: Clean
Thank you!