-
1Step 1
Format a new SD card using SDFormatter
-
2Step 2
Install NOOBS onto the SD card
-
3Step 3
Connect Ethernet, HDMI, keyboard, mouse and install Raspbian Lite
-
4Step 4
Turn on SSH using "sudo raspi-config"
Configure Wi-Fi
http://weworkweplay.com/play/automatically-connect-a-raspberry-pi-to-a-wifi-network/
Now you can optionally disconnect HDMI, keyboard, mouse, and Ethernet, then SSH via the Wi-Fi connection -
5Step 5
Install python dev tools
http://raspberry.io/projects/view/reading-and-writing-from-gpio-ports-from-python/ -
6Step 6
Turn off the serial shell
-
7Step 7
Enable UART in config.txt
-
8Step 8
Disable Bluetooth because it conflicts with UART
https://diyin.wordpress.com/2016/05/02/how-to-disable-bluetooth-in-raspberrypi-3/After reboot the serial connection should be available at /dev/ttyS0 (and not /dev/ttyAMA0)
-
9Step 9
Connect 4 jumpers from the switch to the adapter using the wiring diagram. Basically 2 and 3 are crossovers, pin 4 on the switch needs 5V input to enable sending status back from the device over RS232. Pin 5 is a common ground.
-
10Step 10
Connect the RS232-to-TTL adapter to the Raspberry Pi. TX connects to GPIO14 (UART TXD), RX connects to GPIO15 (UART RXD). Connect ground on the Pi to GND and 3.3V on the Pi to VCC.
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.
impressive information. https://techmagzines.com/best-oculus-link-cable/
Are you sure? yes | no