-
Notifications
You must be signed in to change notification settings - Fork 1
Install Arduino IDE on Raspberry Pi WIP
Mraanderson edited this page Jan 20, 2024
·
1 revision
#Clean install on Raspberry Pi (P400 in my case)
sudo apt update && sudo apt-get install arduino -y
Add ESP 32 board support via the Boards Manager, follow these steps:
- Start Arduino
- File > Preferences
- Enter one of the release links into Additional Board Manager URLs field. You can add multiple URLs, separating them with commas
https://espressif.github.io/arduino-esp32/package_esp32_index.json https://espressif.github.io/arduino-esp32/package_esp32_dev_index.json
- Open Boards Manager from Tools > Board menu and install esp 32 platform
- From the Type drop menu select ESP 32
- Install the Arduino ESP32 boards and esp32 (Dev board)
- Restart Arduino IDE
- Select your ESP 32 board from Tools > Board menu after installation