This cheat sheet helps you to quickly setup the board for code writing. If you cannot figure it out, you can jump to the further reading part
Step 1: Arduino IDE download link
Download the Arduino IDE from the link and install it!
Arduino IDE download link: https://www.arduino.cc/en/software
Further reading:
🎩 Arduino IDE installation
Remove the Arduino IDE from quarantine
If you have encounter the error message like this below:
Please type these command to the terminal
sudo xattr -rd com.apple.quarantine [Your Arduino IDE location]
For example:
sudo xattr -rd com.apple.quarantine /Applications/Arduino IDE.app
CH340G driver installation
Download and install the USB driver(CH340G) driver from the link below or WCH’s Github.
Operation system | Driver version | Upload time | File size |
---|---|---|---|
Windows | 3.8 | 2023-03-16 | 553KB |
Mac | 1.8 | 2022-11-17 | 4.30MB |
Linux | 1.6 | 2023-03-16 | 12.4KB |
Further reading:
🎩 USB driver installation (CH340G)
Boboduino MiniCore
Install the Boboduino MiniCore with the Boboduino MiniCore JSON file
https://raw.githubusercontent.com/boboduino/Boboduino_MiniCore/master/third-party%20board/package_boboduino_com_index.json
Further reading:
🎩 Boboduino MiniCore Arduino IDE environment setup