5.JavaScript on pcDuino8 Uno
Johnny-Five is the original JavaScript Robotics programming framework. Released by Bocoup in 2012, Johnny-Five is maintained by a community of […]
Johnny-Five is the original JavaScript Robotics programming framework. Released by Bocoup in 2012, Johnny-Five is maintained by a community of […]
Python is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn […]
pcDuino8 Uno Ubuntu 14.04 sytem Image 20160102 has Arduino IDE built-in. We added a new board type ‘pcDuino’. By default, […]
Reference functions pinMode() digitalRead() digitalWrite() pulseIn() Sample Turn on or off LED by pressing and releasing the button connected to […]
#include <core.h>void setup() {//Initialize serial with baudrate setting, the default config is SERIAL_8N1 int rate = 115200; Serial.begin(rate); //you will […]
UART Reference: Please refer to the Serial class from Arduino (http://arduino.cc/en/Reference/Serial). Functions if (Serial) available() availableForWrite() begin() end() find() findUntil() […]
UART Reference: Please refer to the Serial class from Arduino (http://arduino.cc/en/Reference/Serial). Functions if (Serial) available() availableForWrite() begin() end() find() findUntil() […]
Command line style The quickest way to get going with Arduino sketches is to start with the samples so you […]
Command line style The quickest way to get going with Arduino sketches is to start with the samples so you […]
1. How to set static IP address? If you want to set static address for eth0 device as 192.168.1.20. sudo […]