Search found 494 matches
- Wed Jan 06, 2021 2:26 pm
- Forum: Showcase
- Topic: New $23 ESP32 audio board on Kickstarter
- Replies: 3
- Views: 1507
Re: New $23 ESP32 audio board on Kickstarter
I wish you the best on your Kickstarter project. If I may suggest something about Kickstarter the video. IMHO, the video would have been much better if you had shown it in action.
- Mon Jan 04, 2021 2:07 pm
- Forum: Hardware
- Topic: I can't flash ESP32-WROOM module in my project
- Replies: 7
- Views: 2752
Re: I can't flash ESP32-WROOM module in my project
Actually you dont need to do it, its enough to pull down IO0 and then connect to power supply. Sure, you can do it that way as well. But why bother when the EN and IO0 signals are built into the programming adapter. Just run the extra signal line. If your going to have a way to pull IO0 low, you mi...
- Mon Jan 04, 2021 2:22 am
- Forum: Hardware
- Topic: I can't flash ESP32-WROOM module in my project
- Replies: 7
- Views: 2752
Re: I can't flash ESP32-WROOM module in my project
You do not need a "button" but when flashing you need a way to pull EN low. His schematic has no provision for doing that.
- Fri Dec 18, 2020 6:49 pm
- Forum: General Discussion
- Topic: Error: JTAG scan chain interrogation failed: all ones
- Replies: 3
- Views: 286
Re: Error: JTAG scan chain interrogation failed: all ones
Not really. Holding the EN down hold it into a reset state.An interesting thing is, when I hold the EN button on the DevKit and run the command above,
how about providing your JTAG pinot to the module.
- Tue Dec 08, 2020 5:29 pm
- Forum: General Discussion
- Topic: ESP32 Hardware serial issue.
- Replies: 1
- Views: 241
Re: ESP32 Hardware serial issue.
Just curious why your using Serial1.end() ?
https://www.arduino.cc/reference/en/lan ... erial/end/Disables serial communication, allowing the RX and TX pins to be used for general input and output. To re-enable serial communication, call Serial.begin().
- Mon Nov 30, 2020 2:17 pm
- Forum: Hardware
- Topic: Flashing Bare Esp32 WROOM
- Replies: 1
- Views: 235
Re: Flashing Bare Esp32 WROOM
The correct way is push "Boot" and "EN" buttons at same time then release "EN" button, then wait about 0.25 sec and release "Boot" button.Then I push the "Boot" button and "EN" button same time and release the EN button.
- Mon Nov 23, 2020 5:10 am
- Forum: ESP-IDF
- Topic: I2C Repeated start
- Replies: 5
- Views: 443
- Mon Nov 23, 2020 5:06 am
- Forum: General Discussion
- Topic: Fastest way to transfer data
- Replies: 4
- Views: 387
Re: Fastest way to transfer data
http uses tcp (mainly).Can i use http or tcp for file transfer while having the esp32 as an AP?
tcp is to ensure your data get there correctly with no dropped packets. udp is a send and forget method. udp is faster, but you are not assured that all the data will get to the client.
- Sat Nov 21, 2020 12:16 pm
- Forum: Hardware
- Topic: DRV8825 Stepper Motor Timer and Clock
- Replies: 3
- Views: 605
Re: DRV8825 Stepper Motor Timer and Clock
Why did you post your question in the "Showcase" section of the forum.
- Sun Nov 15, 2020 4:28 am
- Forum: IDEs for ESP-IDF
- Topic: ESP8266 programming in C on Win10 missing info
- Replies: 1
- Views: 288
Re: ESP8266 programming in C on Win10 missing info
This is a ESP32 forum.