
Notes
LCD on a Pi
This is a simple way to use an i2c display on a Pi. the test script prints both “hello world” and the Ip address of the Pi. Save the DRIVER python script in the same […]
This is a simple way to use an i2c display on a Pi. the test script prints both “hello world” and the Ip address of the Pi. Save the DRIVER python script in the same […]
This is the basic code for version 1 of dojo derby vehicle. Version 2 will change the fee tech module with an h bridge, and the code will be modified. Also speed controls need to […]
This is the code I tested with for the H Bridge on the Pi. You can either turn on GPIO pins for full speed, or you can use PWM. Pi support software PWM, and this […]