Difference between revisions of "RPi B+ (CN) Package D"

From Waveshare Wiki
Jump to: navigation, search
m (Text replace - "_l.jpg" to "_L.jpg")
m (Text replace - ".htm More]" to ".htm More]}}")
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Category:mini PC| ]][[Category:Raspberry Pi| ]]
+
[[File:RPi-B-Plus-CN-Package-D_l.jpg|thumb|right|400px |alt=RPi-B-Plus-CN-Package-D|link=http://www.waveshare.com/RPi-B-Plus-CN-Package-D.htm | RPi B+ (CN) Package D]]
==Resources==
+
== Introduction==
 +
Raspberry Pi 2 Model B Development Kits, Expansion Board ARPI600, Various Sensors, Supports Arduino
  
<div class="thumb tright">
+
{{Amazon|{{#urlget:amazon|default}}=display
<div class="thumbinner" style="width:302px;">
+
|More = [http://www.waveshare.com/product/RPi-B-Plus-CN-Package-D.htm More]}}
<div class="Scaling">
+
== Related Kits ==
<htmltag tagname="a" href="http://www.waveshare.com/product/RPi-B-Plus-CN-Package-D.htm" target="_blank" title="Introduction">
+
*[[Raspberry Pi Model B+ (CN)]]
<htmltag tagname="img" alt="RPi-Camera" src="http://www.waveshare.com/img/preview/RPi-B-Plus-CN-Package-D_L.jpg" width="300" height="225" class="thumbimage">
+
*[[ARPI600]]
</htmltag>
+
*[[RPi Acce D LIB|Modules]]
</div>
+
{{ARPI600 Resources}}
<div class="thumbcaption">
 
<div class="magnify">
 
<htmltag tagname="a" href="http://www.waveshare.com/img/preview/RPi-B-Plus-CN-Package-D_L.jpg" target="_blank" class="internal" title="Full View">
 
<htmltag tagname="img" src="/wiki/skins/common/images/magnify-clip.png" width="15" height="11" alt="">
 
</htmltag>
 
</div>RPi B+ (CN) Package D</div>
 
</div>
 
</div>
 
  
*[http://www.waveshare.com/product/RPi-B-Plus-CN-Package-D.htm Introduction]
 
{{RPI B+ LIB}}
 
*[[RPi Acce D LIB|Modules]]
 
 
==FAQ==
 
==FAQ==
 
*[http://www.raspberrypi.org/help/faqs/ FAQ]
 
*[http://www.raspberrypi.org/help/faqs/ FAQ]
Line 26: Line 16:
 
==Support==
 
==Support==
 
{{Service00}}
 
{{Service00}}
 +
[[Category:mini PC| ]][[Category:Raspberry Pi| ]]

Revision as of 06:20, 3 November 2016

RPi-B-Plus-CN-Package-D
RPi B+ (CN) Package D

Introduction

Raspberry Pi 2 Model B Development Kits, Expansion Board ARPI600, Various Sensors, Supports Arduino

More

Related Kits

Jetson Nano

Jetson nano provides some demos for use, and others are not currently supported.

Install Library Function

  • Open the terminal interface and enter the following command to install the corresponding library function:
sudo apt-get update
sudo apt-get install python3-pip
sudo pip3 install Jetson.GPIO
sudo groupadd -f -r gpio
sudo usermod -a -G gpio your_user_name
sudo cp /opt/nvidia/jetson-gpio/etc/99-gpio.rules /etc/udev/rules.d/
sudo udevadm control --reload-rules && sudo udevadm trigger

[Note] your_user_name is the username you use, such as waveshare.

  • Install I2C
sudo apt-get install python-smbu
  • Install Image Processing Libraries
sudo apt-get install python3-pil
sudo apt-get install python3-numpy

Download Demo

sudo apt-get install p7zip
wget http://www.waveshare.net/w/upload/3/37/ARPI600.7z
7zr x ARPI600.7z -r -o./ARPI600
sudo chmod 777 -R ARPI600
cd ARPI600/JetsonNano/ARPI600_Code

Demo

PCF8563

cd PCF8563
  • C
cd C
make clear
make
sudo ./main
  • python2
cd python2
sudo python main.py
  • python3
cd python3
sudo python3 main.py

TLC1543

cd TLC1543
  • C
cd C
make clear
make
sudo ./main
  • python2
cd python2
sudo python main.py
  • python3
cd python3
sudo python3 main.py

UART

cd UART
  • C
cd C
make clear
make
sudo ./main
  • python2
cd python2
sudo python main.py
  • python3
cd python3
sudo python3 main.py

Resources

Document

Application Notes

Datasheets

Software

FAQ

Support

Support

If you require technical support, please go to the Support page and open a ticket.