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!
How to add ESP32 in Arduino for Mac?
- ESP_Me-no-dev
- Posts: 80
- Joined: Mon Jan 04, 2016 6:30 pm
Re: How to add ESP32 in Arduino for Mac?
first open Terminal.app
then:
then open/restart Arduino IDE
then:
Code: Select all
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
-
- Posts: 3
- Joined: Fri Oct 14, 2016 2:26 am
Re: How to add ESP32 in Arduino for Mac?
Thanks for your help!ESP_Me-no-dev wrote:first open Terminal.app
then:then open/restart Arduino IDECode: Select all
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
I do it several times, but IDE still no show ESP32 options.
Any suggestion?
Re: How to add ESP32 in Arduino for Mac?
It works for me...can you go into the directories you've created and type 'pwd' ?
-
- Posts: 3
- Joined: Fri Oct 14, 2016 2:26 am
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.
Finally it shows up.
It's my mistake to input all the code at once.
Should be run step by step.
Re: How to add ESP32 in Arduino for Mac?
Hi All!
I believe line 2 with the cd should be relative to the home directory.
Cheers!
I believe line 2 with the cd should be relative to the home directory.
Code: Select all
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
Cheers!
-
- Posts: 1
- Joined: Sun Feb 05, 2017 12:39 pm
Re: How to add ESP32 in Arduino for Mac?
Ok, I found it. If you have a different sketch directory in your preferences, the script will obviously not work. So, you need to check where your sketch directory is.
Who is online
Users browsing this forum: No registered users and 81 guests