Difference between revisions of "Pioneer600"

From Waveshare Wiki
Jump to: navigation, search
Line 11: Line 11:
 
}}
 
}}
 
{{Pioneer600 Description}}
 
{{Pioneer600 Description}}
 +
<!--
 +
{{Pioneer600 User Manual}}
 +
{{Raspberry Pi Tutorials}}
 +
{{Raspbian (configured system image)}}
 +
-->
 
{{Resource list|
 
{{Resource list|
 
* [[:File:Pioneer600-Schematic.pdf|Schematic]]
 
* [[:File:Pioneer600-Schematic.pdf|Schematic]]
* [[:File:Pioneer600-Code.tar.gz|Demo codes : python and C (WringPi/BCM2835 C Library/SysFs)]]
+
* [[:File:Pioneer600-Code.tar.gz|Source code]]
 
}}
 
}}

Revision as of 09:36, 2 September 2015

Pioneer600
Raspberry Pi Expansion Board
Pioneer600 l.jpg

Raspberry Pi Expansion Board, Miscellaneous Components, All-in-One
{{{name2}}}

{{{name3}}}

{{{name4}}}

{{{name5}}}

Pioneer600, a Raspberry Pi Expansion Board, Miscellaneous Components, All-in-One.

Features

  • Supports Raspberry Pi A+/B+/2B
  • <Standard I/O> dual LED, joystick, buzzer, the basic components
  • <USB TO UART> CP2102, control the Pi through serial terminal
  • <Display> 0.96inch OLED, big world in the little screen
  • DS3231, high precision, backup battery holder is also available
  • <AD/DA> PCF8591, 8-bit resolution, screw terminal IO interface
  • <GPIO Expansion> PCF8574, more GPIO, more possibility
  • <IR Control> LFN0038K, Raspberry Pi remote control comes true
  • <Pressure Sensor> BMP180, measuring air pressure and temperature
  • <1-WIRE> for connecting 1-WIRE devices, DS18B20 is included
  • <Sensor Interface> for connecting various sensors

What's on Board

Pioneer600-intro.jpg

  1. Raspberry Pi GPIO interface : for connecting Raspberry Pi
  2. USB TO UART : control the Pi through serial terminal
  3. AD/DA IO interface : screw terminal
  4. 1-WIRE interface : for connecting 1-WIRE devices like DS18B20
  5. Sensor interface : for connecting various sensors
  6. 0.96inch OLED : SSD1306 driver, 128×64 resolution, SPI interface
  7. Buzzer
  8. CP2102 : USB TO UART converter
  9. PCF8591 : 8-bit AD/DA converter, I2C interface
  10. BMP180 : pressure sensor, I2C interface
  11. PCF8574 : I/O expansion chip, I2C interface
  12. DS3231 : high precision RTC chip, I2C interface
  13. Power indicator
  14. User LED
  15. Joystick
  16. LFN0038K IR receiver

Examples

Peripheral Interface Python WiringPi BCM2835 C Library SysFs
LED I/O
KEY I/O
IRM I/O
UART UART
DS18B20 ONE-WIRE
PCF8574 I2C
PCF8591 I2C
DS3231 I2C
BMP180 I2C
OLED SPI

Template:Resource list