11. UART sample programs - Transming the serial data received
12. OLED sample programs
13. Libraries Installaon for RPi
13.1Install WiringPi Library
13.2Install C Library bcm2835
13.3Install Python Library
13.4Conguring the interfaces
14. Code example download
15. Support
RPi - Explorer 700
Ausgabe 07.12.2016 Copyright by Joy-IT 2
3
1. Connections
RPi - Explorer700
1. Raspberry Pi GPIO interface: to connect with Raspberry Pi
2. USB to UART: control the Pi with serial terminal
3. AD/DA IO interface: screw terminal
4. 1-WIRE interface: to connect 1-WIRE devices like DS18B20
5. Sensor interface: to connect various sensors
6. 0.96 inch OLED: SSD1306 driver, 128x64 resoluon, 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 expension chip, I2C interface
12. DS3231: Real-Time-Clock chip, I2C interface
13. Power indicator
14. User LED
15. Joysck
16. LFN0038K IR receiver
Ausgabe 07.12.2016 Copyright by Joy-IT3
3
RPi - Explorer700
2. Introducon
Raspberry Pi Expansion Board, Miscellaneous Components, All-in-One
3. Connecng the expansion board and the RPI
The Explorer700 expansion board supports the Raspberry Pi A+ / B+ / 2 / 3 Model B. Before running
the sample programs, please make sure the Explorer700 is connected to the RPi and the RPi is
powered up by the USB power supply. Without the RPi main board, the sample programs cannot be
used on the expansion board.
Connected to Raspberry Pi Model A+:
Ausgabe 07.12.2016 Copyright by Joy-IT 4
Connected to Raspberry Pi B+/2/
3 Model B
3
RPi - Explorer700
4. LED sample programs - Changing the LED status
bcm2835 program:
Open the Linux terminal and enter to the corresponding path and run the following commands:
The command for compiling the program: