Arduino IDE
UNIHIKER K10 with Arduino IDE¶
The Arduino IDE is a software tool used for programming, compiling, and uploading code to microcontroller boards. It provides a simple and user-friendly interface that allows developers to write, edit, and debug code using the Arduino programming language (based on C/C++). In this tutorial, we will guide you through the process of downloading Arduino IDE and installing UNIHIKER K10 sdk on your computer.
Download Arduino IDE¶
Download | |
---|---|
Download from Arduino | Download |
Note
UNIHIKER K10 is now fully support all versions of Arduino IDE since SDK version 0.0.2
Install Arduino IDE SDK¶
Note
The Arduino IDE SDK for UNIHIKER K10 is still in beta, there may be some bugs. if you find a bug, you can send an email to UNIHIKER team and we will fix it as soon as possible.
Email: unihiker@dfrobot.com
Serial Setup¶
Like any other ESP32-S3 based dev board. The serial of Unihiker K10 is not automatically mapped to the USB-C port by default.
Enable Tools->USB CDC on Boot before uploading Arduino code. Then you can view data in the Serial Monitor.
Arduino Example¶
Click to the Arduino Example.