-
Notifications
You must be signed in to change notification settings - Fork 7.6k
HelloServer example doesn't work with ESP32C3 #6004
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello @sh-user hmm, the code you posted runs fine on my ESP32C3 - two thoughts:
Thanks |
|
@felmue the reason was in the RESET button, I caught interference with a wire 10 cm long and the ESP32C3-12F module was cyclically reset |
Hello @sh-user glad to hear you figured it out. And thank you for letting me know. Thanks |
Could you explain how to fix the issue? I am having the same issue here... (with an empty sketch) Flashing from Arduino IDE seems to work fine:
but then in the Serial Monitor I see:
|
@adumont check pullup resistor CHIP_EN and supply voltage |
The board is simply plugged via USB to the computer. Could you elaborate on
what I should do, or point me to some page explaining it. Do I need to put
a pull up resistor on some pin? Do I need to provide external power to the
board?
El dom., 12 dic. 2021 22:17, Belotserkovskii Sergei <
***@***.***> escribió:
… @adumont <https://github.com/adumont> check pullup resistor CHIP_EN and
supply voltage
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6004 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACRLWTB4V3TQF5KSYMAV2DUQUGQLANCNFSM5JZQM4CA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
No need to supply external power, usually USB is enough, check that the voltage on the RST pin 3.3V. |
But why would it work fine (it flashes programs without error, and then it
works fine) using the alternative cpq/mdk tools, and not the official
Arduino IDE + arduino_esp32 tools?
--
Alex
…On Sun, Dec 12, 2021 at 11:31 PM Belotserkovskii Sergei < ***@***.***> wrote:
No need to supply external power, usually USB is enough, check that the
voltage on the RST pin 3.3V.
https://docs.espressif.com/projects/esp-idf/en/v4.3-beta1/esp32c3/hw-reference/esp32c3/user-guide-devkitm-1.html
I assembled my board using the ESP32C3-12F module and soldered the button
to the RST pin, when connected to the router, the module reset
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6004 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACRLWR7WL2EOYO7G3XE2D3UQUPEPANCNFSM5JZQM4CA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Write your sketch here, I will check it on my module The problem was not in the wire connected to RESET, the button was re-soldered and everything works. I probably switched to 40MHz and removed the reset wire. So I thought it was a hindrance. |
As this issue was closed I opened #6013 yesterday. In #6013 they tell me
that revision 2 isn't supported.
--
Alex
…On Mon, Dec 13, 2021 at 5:29 PM Belotserkovskii Sergei < ***@***.***> wrote:
Reopened #6004 <#6004>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6004 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACRLWXYJRXKMEWFLVEQEN3UQYNPTANCNFSM5JZQM4CA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
@adumont try flash frequency: 40 MHz |
Yes I tries yesterday already, with the same result :(
--
Alex
…On Mon, Dec 13, 2021 at 6:11 PM Belotserkovskii Sergei < ***@***.***> wrote:
@adumont <https://github.com/adumont> try flash rate: 40 MHz
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6004 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACRLWTQZHZEZV6J73C7RE3UQYSKVANCNFSM5JZQM4CA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
@adumont Your issue does not appear to be related to this but instead the chip revision is not supported by the current arduino-esp32 build. |
comment out all lines with digitalWrite and try again...works now for me M5StampC3 |
Try changing |
This worked for me too. Thank you so much @alexceltare2 |
Hardware:
Board: ESP32C3 Dev Module
Core Installation version: 2.0.1
IDE name: Arduino IDE 1.8.13
Description:
HelloServer example doesn't work with ESP32C3
Sketch:
The text was updated successfully, but these errors were encountered: