Search found 3 matches

by jamesliang
Wed Oct 26, 2016 1:49 am
Forum: ESP32 Arduino
Topic: How to add ESP32 in Arduino for Mac?
Replies: 6
Views: 19275

Re: How to add ESP32 in Arduino for Mac?

Thanks a lot!
Finally it shows up.
It's my mistake to input all the code at once.
Should be run step by step. :lol:
螢幕快照 2016-10-26 上午9.42.29.png
螢幕快照 2016-10-26 上午9.42.29.png (19.03 KiB) Viewed 18944 times
by jamesliang
Fri Oct 21, 2016 5:30 am
Forum: ESP32 Arduino
Topic: How to add ESP32 in Arduino for Mac?
Replies: 6
Views: 19275

Re: How to add ESP32 in Arduino for Mac?

first open Terminal.app
then:

mkdir -p ~/Documents/Arduino/hardware/espressif
cd /Documents/Arduino/hardware/espressif
git clone https://github.com/espressif/arduino-esp32.git esp32
cd esp32/tools
python get.py

then open/restart Arduino IDE

Thanks for your help!
I do it several times, but IDE ...
by jamesliang
Fri Oct 14, 2016 10:27 am
Forum: ESP32 Arduino
Topic: How to add ESP32 in Arduino for Mac?
Replies: 6
Views: 19275

How to add ESP32 in Arduino for Mac?

I try follow github to add ESP32 on mac,but still not show in Arduino IDE (1.6.12) .
Please show me step by step.Thanks! :lol:

Go to advanced search