Skip to content

Das Mikrocontroller Projekt der Karl-Schlotmann-Stiftung.

Notifications You must be signed in to change notification settings

TomMago/Mikrocontroller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mikrocontroller Projekt der KSS

Das Mikrocontroller Projekt befasst sich mit der Programmierung eines Ardunios.

Einführung

Ein kurze Installationsanleitung, vorerst für Linux.

Vorraussetzungen

Python: https://www.python.org/downloads/ oder über Paketmanager

Numpy und Matplotlib: über pip oder Paketmanager - https://scipy.org/install.html

Installation

Lade zunächst die Projektdateien von GitHub runter.

Installiere nun wxPython: http://www.wxpython.org/

pip install wxPython

Installiere außerdem pySerial: http://pyserial.sourceforge.net/

pip install pyserial

Installiere den Arduino IDE entweder von https://www.arduino.cc/en/Main/Software oder:

apt-get install arduino

Füge nun die Librarys aus dem Ordner lib/ im IDE über Sketch->Import Library hinzu.

About

Das Mikrocontroller Projekt der Karl-Schlotmann-Stiftung.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published