Skip to content

Instantly share code, notes, and snippets.

View nimajneBG's full-sized avatar
👨‍💻
Coding

nimajneBG

👨‍💻
Coding
  • Germany
View GitHub Profile
@matdombrock
matdombrock / Python-Arduino.md
Last active May 12, 2024 05:14
Simple Arduino Serial Monitor - Python

what's this??

A simple set of scripts for getting output from an Arduino to act is input for Python.

how to use?

  • Install python3
  • Install pyserial
  • adjust monitor.py to include your COM location as the COM variable (ie COM3 or /dev/ttyACM0)
  • run with python monitor.py --monitor (You may have to run as root on linux)

what are these numbers?