Go to file
Me No Dev ac19ecf3d5 On app cpu (#1)
* move loop task to APP CPU

* Rework WiFi boot so it works when loop is on APP CPU
2016-10-06 18:16:00 +03:00
cores/esp32 On app cpu (#1) 2016-10-06 18:16:00 +03:00
doc Add pin map image 2016-10-06 07:09:45 -06:00
libraries On app cpu (#1) 2016-10-06 18:16:00 +03:00
package initial import 2016-10-06 07:09:44 -06:00
tools initial import 2016-10-06 07:09:44 -06:00
variants/esp32 initial import 2016-10-06 07:09:44 -06:00
.gitignore ignore dist folder 2016-10-06 07:09:44 -06:00
boards.txt initial import 2016-10-06 07:09:44 -06:00
component.mk add component.mk so the framework can be used as IDF component 2016-10-06 17:13:07 +03:00
platform.txt initial import 2016-10-06 07:09:44 -06:00
programmers.txt initial import 2016-10-06 07:09:44 -06:00
README.md Update README.md 2016-10-06 07:09:44 -06:00

Arduino core for ESP32 WiFi chip

Installation

  • Install Arduino 1.6.9
  • Go to Arduino directory
  • Clone this repository into hardware/espressif/esp32 directory (or clone it elsewhere and create a symlink)
cd hardware
mkdir espressif
cd espressif
git clone https://github.com/espressif/arduino-esp32.git esp32
  • Download binary tools (you need Python 2.7)
cd esp32/tools
python get.py
  • Restart Arduino

Pin Functions