Page 1 of 1

Code will not compile with Arduino

Posted: Thu Aug 10, 2017 5:50 pm
by moscode
Hello,
I have a Adafruit ESP32 feather that will not compile with a MAC and Arduino. I have followed all the info provided by Adafruit and feel that something is missing. What info do I need in the Arduino preferences for the additional boards URLs: text box ? What is entered now is the info needed for a ESP8266, is this my hang? I tried to compile with this entry left blank and no luck.

Is there some go to site that provides the ultimate noob with a step by step procedure to initiate an ESP32 and Arduino API?

Thanks

Re: Code will not compile with Arduino

Posted: Mon Aug 14, 2017 12:18 pm
by jeepers01
Try Arduino core for the ESP32
https://github.com/espressif/arduino-esp32

Hope this helps

Re: Code will not compile with Arduino

Posted: Wed Aug 16, 2017 5:56 am
by gdsports
Installs just fine but I use Ubuntu Linux. If you are using Windows, try this.

http://randomnerdtutorials.com/installi ... tructions/

Do not change the boards URL in the preferences window. This will not help and might mess up your existing board packages.

Re: Code will not compile with Arduino

Posted: Thu Aug 17, 2017 7:37 am
by Rrobinet
Maybe this is what you are looking for (was posted as an issue https://github.com/espressif/arduino-esp32/issues/532) :

I would like to mention that the Arduino IDE installation should not always be located under:
~/Documents/Arduino/.... typically ~/Documents/Arduino/hardware/espressif
But under the location defined in the
Arduino Preferences
settings (from the top Arduino Menu) has
Sketchbook location:
For example in my case the location is defined as:
/Users/Robert/Data/Our Documents/Projets Techniques/Domotic/Arduino/Sketch
The practical location of the "Arduino core for ESP32 WiFi chip" kit should be:
/Users/Robert/Data/Our Documents/Projets Techniques/Domotic/Arduino/hardware/espressif
Robert