Motor Projects

Raspberry Pi Motor Controller

Raspberry Pi Motor Controller

Overview An AVR, typically an ATMega168P, is controlled from the Pi via the 3.3V UART, and provides the PWM signals to the Motor Driver. Features Controlled via the UART on the Pi GPIO Header. Up to 2A bi-directional current per channel at up to 46V. (Limited by L298N) Only the Motor Supply Voltage is required […]

Raspberry Pi Motor Controller Read More »

Controlling a Servo Motor

Controlling a Servo Motor

Assembly The servo motors have three pins, two for power: red(+) and black (-), and one for control. Because the servo motor draws too much energy, we need to use the batteries to power the servo (the Raspberry Pi doesn’t have so much power. if you try to use the 5V power of the raspberry

Controlling a Servo Motor Read More »

raspberry pi home automation

raspberry-pi-home-automation

A node.js based home automation system based around the Raspberry Pi. For background around this project: Installation To get started, clone the repository and install the required dependencies. git clone https://github.com/anders94/raspberry-pi-home-automation.git cd raspberry-pi-home-automation npm install Hardware The Raspberr Pi needs a little bit of circuitry to protect and amplify its GPIO ports. Here’s schematics of

raspberry-pi-home-automation Read More »

Scroll to Top