Skip to content

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.
Arduinnoide

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

  • SDK URL:
    https://downloadcd.dfrobot.com.cn/UNIHIKER/package_unihiker_index.json

  • Open "File->Preference" in Arduino IDE
    image.png

  • Set "Compiler warnings" as none
    image.png

  • Click here to add SDK URL
    image.png

  • Copy and paste the URL in the box, then click OK to save
    image.png

  • Open "Tools->Board->Boards Manager"
    image.png

  • Serach unihiker and install the SDK
    image.png

  • UNIHIKER K10 will appear in your Arduino IDE
    image.png

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. image.png

Arduino Example

Click to the Arduino Example.