top of page

NodeOne Arduino
Introduction
NodeOne is compatible with ESP8266 and also with Arduino. For Arduino, we use “Nano” version. Let’s get started with the below tutorial.
Overview
For the Arduino, we have D1 to D8 of output (Digital, PWM), A0 – A1 input, I2C interface and OLED display.


Getting started
-
Download Arduino IDE from the official website https://www.arduino.cc/en/Guide/HomePage
-
Open the Arduino IDE.
-
Select Tools > Board > Arduino Nano
-
Connect the Nano with the computer.
-
Select the right port that you connected to the pc with.
-
Let’s code. Try to turn on D2 and turn off after 3 second.
-
Click “Upload” button. Finished.

1

2

7

1
1/7
bottom of page