Search found 5 matches
- Wed Apr 27, 2022 5:02 pm
- Forum: ESP32 Arduino
- Topic: Reinstalling with latest Arduino IDE
- Replies: 8
- Views: 4496
Re: Reinstalling with latest Arduino IDE
arduino-esp32 is a board. That is why it is installed through board manager, rather than library manager. The included libraries are specific to the esp32, so should not be installed separately. You say you are choosing NodeMCU. Do you mean NodeMCU-32s? The original NodeMCU is esp8266-based, and wi...
- Wed Apr 27, 2022 4:10 pm
- Forum: ESP32 Arduino
- Topic: Reinstalling with latest Arduino IDE
- Replies: 8
- Views: 4496
Re: Reinstalling with latest Arduino IDE
The built in libraries are included when you install via board manager, no need for further acrobatics. Remove the mess you have made in your libraries folder. Keep it simple. I wish that were true. If it were, I wouldn't be here. Perhaps I missed something. My process was simple. 1. new install of...
- Tue Apr 26, 2022 2:58 pm
- Forum: ESP32 Arduino
- Topic: Reinstalling with latest Arduino IDE
- Replies: 8
- Views: 4496
Re: Reinstalling with latest Arduino IDE
I decided to try again using the board manager urls in your post. They were different than the one I found. But it still gives me errors. This is much the same as before. Failing to find libs that I know are in the git repo I linked to earlier. Documents\\Arduino\\libraries\\WiFi-master\\src" "-Ic:\...
- Tue Apr 26, 2022 2:29 pm
- Forum: ESP32 Arduino
- Topic: Reinstalling with latest Arduino IDE
- Replies: 8
- Views: 4496
Re: Reinstalling with latest Arduino IDE
The boards (using board manager) installed fine. That is not my problem. My problem is installing the support libraries here. https://github.com/espressif/arduino-esp32. The normal procedure is to download the lib in zip form and then add it as a zip library. That fails every time for me even after ...
- Tue Apr 26, 2022 5:54 am
- Forum: ESP32 Arduino
- Topic: Reinstalling with latest Arduino IDE
- Replies: 8
- Views: 4496
Reinstalling with latest Arduino IDE
I have done a few projects with the nodemcu, but not in the last year or so. I am trying to revive my setup using the latest IDE and a new system. So new install. Everything is fine until I try to install arduino-esp32-master from github as a zip. It downloads fine but adding it as a library to the ...