Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/elmot/rpi-pico-servo

DIY servo with absolute encoder(AS5600), H-bridge(drv8833) and Rpi-Pico as an MCU
https://github.com/elmot/rpi-pico-servo

arm as5600 clion cmake cortex-m0plus drv8833 gcc pwm rp2040 rpi-pico

Last synced: about 2 months ago
JSON representation

DIY servo with absolute encoder(AS5600), H-bridge(drv8833) and Rpi-Pico as an MCU

Awesome Lists containing this project

README

        

DIY servo
====
Components
----

* Raspberry Pi Pico
* AS5600
* DRV8833

Pinout
----

| Func | Rpi GPIO | Pin | Part |
|--------|----------|-----|--------|
| SDA | GP26 | 31 | AS5600 |
| SCL | GP27 | 32 | AS5600 |
| PWM1 | GP16 | 21 | DRV |
| PWM2 | GP17 | 22 | DRV |
| PWM IN | GP21 | 27 | Input |