Skip to content

Instantly share code, notes, and snippets.

@ntropy83
Created November 14, 2019 10:54
Show Gist options
  • Save ntropy83/111ceca785e17d79d02c6e27f773bcfe to your computer and use it in GitHub Desktop.
Save ntropy83/111ceca785e17d79d02c6e27f773bcfe to your computer and use it in GitHub Desktop.
Raspi_Ressourcen
RPi – Ressourcen
Bücher: Raspberry Pi: Das umfassende Handbuch für Maker und Tekkies. Aktuell zu Raspberry Pi Model 3B+ und Zero WH
RPi Adventskalender: Sotel Adventskalender Adventskalender Raspberry Pi
Scratch Tutorial: https://de.scratch-wiki.info/wiki/Einsteiger-Tutorials
Raspberry Schrittmotor Steuerung:
Tutorial: http://www.elektronx.de/tutorials/schrittmotorsteuerung-mit-dem-raspberry-pi/ (für ULN2003A unipolarer Schrittmotor)
https://www.dxsdata.com/de/2016/11/controlling-a-4-pin-bipolar-stepper-motor-with-raspberry-pi-and-motor-shield/ (bipolarer Schrittmotor)
Schrittmotor Shield:
https://www.amazon.de/Waveshare-Stepper-Raspberry-Controller-Microstepping/dp/B07KVL5X34/ref=sr_1_30?__mk_de_DE=ÅMÅŽÕÑ&keywords=stepper+hat+raspberry&qid=1573724623&sr=8-30
Examples/Tutorials: www.waveshare.com/wiki/Stepper_Motor_HAT (benutzt I2C,serial und SPI)
Codelite:
Installation: sudo apt install codelite
Gnome Dev (GTK Tutorial):
https://developer.gnome.org/gtkmm-tutorial/stable/sec-multi-item-containers.html.en#buttonbox-example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment