-
Notifications
You must be signed in to change notification settings - Fork 7.6k
ESP-WROOM32 #74
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
I have no idea if LED_BUILTIN is set to the correct pin right now. me_no_dev is probably very busy trying to integrate the new IDF, so maybe try setting up a little breadboard with an led, resistor and your esp32, and set things up to write to a numbered pin instead of LED_BUILTIN. (https://www.arduino.cc/en/tutorial/blink or http://www.ladyada.net/learn/arduino/lesson3.html) |
There is no built in LED on the ESP-WROOM32 module itself but it is defined in the hardware variants, you can easily find the pin by searching for LED_BUILTIN in this repository like so: From that search it looks like it only gets defined on certain bords like below and the pin is different on each: |
I checked several output pins with the LED and specified different PORTS in the code, no result.
I don't get any output at TxD. Thomas |
I got it working, you have to press the button under the usb connector. So main problem solved, it is running in arduino-ide. Now I have to try this on sloeber-ide. This seams to be more work. Because the package-json does not yet contain all information to get it started. |
no clue what package.json you refer to, but I have it running fine inside sloeber. |
with the package.json I ment the definition file for the package manager. As I included your esp32-package as custom hardware and libraries it works in sloeber-ide. I think the better way would be to include it by the package manager. At least its working now.
Do you have an idea where these errors come from and how I can fix it. |
not errors, eclipse tripping because it does not understand the methods correctly. Nothing is wrong with anything. |
Do you have timeline/backlog/"list of things to do". Maybe I can help. Will you also include Bluetooth support or is this functionality outside the scope of Arduino? |
Bluetooth will be included. Things are done as they come available in IDF, so there isn't a backlog really. |
Maybe a ralated topic to this one - the other way I tried GPIO34, and I was not able to make it work. |
pins 34 and up can be only inputs |
Oh... They should be then named GPI and not GPIO ;) (joke) ... Do you have any other idea how to visually represent this information on esp32 pins. |
you might find this useful: http://espressif.com/sites/default/files/documentation/esp32_chip_pin_list_en.pdf |
link above was broken for me. this link worked for me > http://wiki.ai-thinker.com/_media/esp32/docs/esp32_chip_pin_list_en.pdf |
Hi, |
The commit message provides the SHA1 of the current commit and an ID for the build, now both on Travis and GitHub actions. Fixes espressif#74.
Hi,
I tried to run blink on an ESP-WROOM32. Download seams to work. RxD and TxD flashes while download. But no reaction from the ESP-Board.
Another try with Serial: I expected a flashing TxD-LED but here as well: no reaction.
What is wrong? Where can I debug to get more information.
Thomas
The text was updated successfully, but these errors were encountered: