An open API service indexing awesome lists of open source software.

https://github.com/signalnine/chipbot

2WD joystick-controlled robot based on NextThingCo's CHIP platform
https://github.com/signalnine/chipbot

armv7 motor-controller pwm robotics

Last synced: 4 months ago
JSON representation

2WD joystick-controlled robot based on NextThingCo's CHIP platform

Awesome Lists containing this project

README

          

# chipbot
2WD joystick-controlled robot based on NextThingCo's C.H.I.P. platform

![chipbot in action](images/chipbot.gif)

This is intended to control two-wheeled robot platforms such as http://a.co/bwBc1Z2 with an L298N H-bridge motor controller via a bluetooth gamepad with two analog joysticks.

This implements soft-PWM on two GPIO pins to control motor speeds.

Requirements:
- pygame
- https://github.com/xtacocorex/CHIP_IO

![wiring diagram](images/h-bridge.jpg)