• Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors

Starter Kit for pcDuino8 Uno User Guide


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

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

2.4.vim

This part will introduce how to use vim which is from Xiaorang Li’s Homepage How to start vim to start […]

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

2.3.Use USB WiFi Dongle

The recommended USB WiFi Dongle for pcDuino8 Uno is RT5370. When the USB WiFi dongle is inserted, we can check […]

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

2.2.Git quick start

Git is a widely-used version control system for software development. We usually download the open source code from github.com or […]

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

2.1.Linux Commands

We briefly discuss some of the frequently used commands used in Ubuntu. Changing Directory The command for changing directory is […]

Older posts
Newer posts

Category

  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors