Difference between revisions of "RPi3 B Package D"

From Waveshare Wiki
Jump to: navigation, search
 
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[File:RPi2-B-Package-D_l.jpg|thumb|right|400px |alt=RPi2-B-Package-D|link=http://www.waveshare.com/rpi2-b-package-d.htm | RPi2 B Package D]]
+
<div class="wiki-pages jet-green-color">
 +
{{Infobox item
 +
|name=Raspberry Pi 3 Model B - Package D
 +
|brief=RPi3 B Package D
 +
|img=[[File:rpi3-b-package-d.jpg|400px |alt=RPi2-B-Package-D|link=http://www.waveshare.com/rpi3-b-package-d.htm | RPi3 B Package D]]
 +
|caption=Raspberry Pi 3 Model B Development Kits, Expansion Board ARPI600, Various Sensors, Supports Arduino
 +
|platform=Raspberry Pi
 +
|category=[[:Category:Expansions|Expansions]], [[:Category:Raspberry Pi|Raspberry Pi]]
 +
|brand=Waveshare & Raspberry Pi
 +
|{{#ifeq: {{#urlget:amazon|0}}|{{#urlget:Amazon|0}}| default|}}=display
 +
|website_cn=[http://www.waveshare.net/shop/rpi3-b-package-d.htm 官方中文站点]
 +
|website_en=[http://www.waveshare.com/rpi3-b-package-d.htm Waveshare website]
 +
|interface1 = RPi
 +
|interface2 = Arduino
 +
|interface3 = XBee
 +
|related=
 +
*[[RPi3 B | Raspberry Pi 3 Model B]]
 +
*[[ARPI600]]
 +
*[[Sensors Pack]]
 +
}}
 
== Introduction ==
 
== Introduction ==
Raspberry Pi 2 Model B Development Kits, Expansion Board ARPI600, Various Sensors, Supports Arduino
+
Raspberry Pi 3 Model B Development Kits, Expansion Board ARPI600, Various Sensors, Supports Arduino
  
[http://www.waveshare.com/rpi2-b-package-d.htm More]
+
{{Amazon|{{#ifeq: {{#urlget:amazon|0}}|{{#urlget:Amazon|0}}| default|}}=display
 +
|More = [http://www.waveshare.com/rpi3-b-package-d.htm More]}}
 
== Related Kits ==
 
== Related Kits ==
*[[Raspberry Pi 2 Model B]]
+
*[[RPi3 B | Raspberry Pi 3 Model B]]
 
*[[ARPI600]]
 
*[[ARPI600]]
 
*[[RPi Acce D LIB|Modules]]
 
*[[RPi Acce D LIB|Modules]]
Line 12: Line 32:
 
==FAQ==
 
==FAQ==
 
*[http://www.raspberrypi.org/help/faqs/ FAQ]
 
*[http://www.raspberrypi.org/help/faqs/ FAQ]
 
 
==Support==
 
==Support==
{{Service00}}
+
{{Servicebox1}}
 
[[Category:mini PC| ]][[Category:Raspberry Pi| ]]
 
[[Category:mini PC| ]][[Category:Raspberry Pi| ]]

Latest revision as of 10:28, 16 August 2023

Raspberry Pi 3 Model B - Package D
RPi3 B Package D
RPi2-B-Package-D

Raspberry Pi 3 Model B Development Kits, Expansion Board ARPI600, Various Sensors, Supports Arduino
{{{name2}}}

{{{name3}}}

{{{name4}}}

{{{name5}}}

Introduction

Raspberry Pi 3 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



Technical Support

If you need technical support or have any feedback/review, please click the Submit Now button to submit a ticket, Our support team will check and reply to you within 1 to 2 working days. Please be patient as we make every effort to help you to resolve the issue.
Working Time: 9 AM - 6 AM GMT+8 (Monday to Friday)