Instructions

Ausgabe 22.09.2017 Copyright by Joy-IT 18
3
RPi - Explorer700
Python Program:
Open the console and enter the following commands:
Connect the extension board to a PC with the USB to UART interface und congure the serial
communicaon-soware on your pc (you can use the soware „PuTTY“ to show the serial ports). Choose
the right serial port number and set the baudrate to 115200. Aerwards you can use your pc to send data
by serial communicaon to your Raspberry Pi. Aer receiving them by your Raspberry, the data will also
be displayed on the serial monitor on your pc.
11. OLED
BCM2835 Programm:
Open the console and enter the following commands:
Expected result: The OLED display will show the JOY-IT logo for 2 seconds and will display the current
system aerwards.
Press CTRL+C to exit the program.
sudo python uart.py
cd /Explorer700/UART/python
make
sudo ./main
cd /Explorer700/OLED/bcm2835