• Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
  • Sort:
  • Date
  • Name
  • Rating
  • Popular
  • Category
Olva
About the author

5.JavaScript on pcDuino8 Uno
August 10, 2016 0 Comments

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 […]

4.Introduction of Python on pcDuino8 Uno
August 10, 2016 0 Comments

4.Chapter 4 Introduction of Python on pcDuino8 Uno

Python is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn […]

3.C Language and Arduino type IDE for pcDuino8 Uno
August 10, 2016 0 Comments

3.3.Arduino IDE

pcDuino8 Uno Ubuntu 14.04 sytem Image 20160102 has Arduino IDE built-in. We added a new board type ‘pcDuino’. By default, […]

3.2.Arduino library and samples
August 10, 2016 0 Comments

3.2.4.GPIO

Reference functions pinMode() digitalRead() digitalWrite() pulseIn() Sample Turn on or off LED by pressing and releasing the button connected to […]

3.2.Arduino library and samples
August 10, 2016 0 Comments

3.2.2.ADC

#include <core.h>void setup() {//Initialize serial with baudrate setting, the default config is SERIAL_8N1 int rate = 115200; Serial.begin(rate); //you will […]

3.2.Arduino library and samples
August 10, 2016 0 Comments

3.2.1.UART

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() […]

3.C Language and Arduino type IDE for pcDuino8 Uno
August 10, 2016 0 Comments

3.2.Arduino library and samples

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() […]

3.C Language and Arduino type IDE for pcDuino8 Uno
August 10, 2016 0 Comments

3.1.Command line style

Command line style The quickest way to get going with Arduino sketches is to start with the samples so you […]

3.C Language and Arduino type IDE for pcDuino8 Uno
August 10, 2016 0 Comments

3.C Language and Arduino type IDE for pcDuino8 Uno

Command line style The quickest way to get going with Arduino sketches is to start with the samples so you […]

2.Chapter 2 Introduction of Ubuntu for pcDuino8 Uno
August 10, 2016 0 Comments

2.5.Tips

1. How to set static IP address? If you want to set static address for eth0 device as 192.168.1.20. sudo […]

Older posts
Newer posts

Category

  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors