Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MKleinSB/pxt-pca9685
Extension for pca9685 servodriver for Calliope Mini and Micro:Bit
https://github.com/MKleinSB/pxt-pca9685
calliope calliope-mini pca9685 servo
Last synced: 4 days ago
JSON representation
Extension for pca9685 servodriver for Calliope Mini and Micro:Bit
- Host: GitHub
- URL: https://github.com/MKleinSB/pxt-pca9685
- Owner: MKleinSB
- License: mit
- Created: 2019-12-05T14:26:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-01T14:22:55.000Z (over 3 years ago)
- Last Synced: 2024-08-03T17:15:07.012Z (3 months ago)
- Topics: calliope, calliope-mini, pca9685, servo
- Language: TypeScript
- Homepage: https://mkleinsb.github.io/pxt-pca9685/
- Size: 1.34 MB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-calliope - pca9685 Servotreiber - einfaches Ansteuern des pca9685 16fach Servotreiberbausteins (MakeCode Pakete)
README
# pxt-pca9685
Erweiterung für die PCA9685 16x Servodriver boards
| ![PCA9685 Board](https://github.com/MKleinSB/pxt-pca9685/blob/master/2.png "PCA9685 Board") | ![PCA9685 Board](https://github.com/MKleinSB/pxt-pca9685/blob/master/1.png "PCA9685 Board") |
| :----------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------: |
| _PCA9685 Board 2€ von ebay_ | _PCA9685 Board Grove Version von seeed_ |
| _I2C Adress 0x40 (Standard)_ | _I2C Adress 0x7F_ |## Diese Erweiterung verwenden
Dieses Repository kann als **Erweiterung** in MakeCode hinzugefügt werden.
* öffne /
* klicke auf **Neues Projekt**
* Klicke auf **Erweiterungen** unter dem Zahnrad-Menü
* suche nach der URL dieses Repositories und importiere sie## Blöcke
Bei der Standardadresse 0X40 ist keine Initialisierung notwendig![Eine gerenderte Ansicht der Blöcke](https://github.com/MKleinSB/pxt-pca9685/blob/master/B2.png)
Bei der **Groveversion** mit der Adresse 0x7F muss beim Start die I2C-Adresse eingestellt werden.
![Eine gerenderte Ansicht der Blöcke](https://github.com/MKleinSB/pxt-pca9685/blob/master/B1.png)
## Unterstützte Boards
* for PXT/calliope
* for PXT/microbit