Spresense is a compact development board based on Sony’s power-efficient multicore microprocessor CXD5602 with built-in GPS and high-resolution audio capabilities. It allows developers to create IoT applications in a very short time and is supported by the Arduino IDE as well as the more advanced NuttX based SDK.
This is a simple project using Arduino IDE to start with Spresense development board. By the end of this project, you will be able to use Spresense Arduino Library Getting Started Guide to achieve:
- Install the USB to serial drivers to connect the Dev board to your computer
- Install Spresense board package into the Arduino IDE
- Install Spresense loader and libraries
- Build and upload the LED sketch ( copy and paste the example code from below)
- Flash the Onboard LEDs on Spresense board
- Finish your first program on Spresense dev board!
Note: You might need to press the Reset switch in order to start the execution.
The Spresense main board has 4 LEDs: LED0
, LED1
, LED2
, and LED3
. To control the LEDs, configure the LED as an output using pinMode()
and call digitalWrite()
. Please refer to sample code below.
References:
For more information on the Spresense, see the following:
Comments
Please log in or sign up to comment.