https://github.com/adnksharp/ino-oled-with-pyserial
Control de display OLED usando el puerto serie con Arduino y python.
https://github.com/adnksharp/ino-oled-with-pyserial
arduino-sketch
Last synced: over 1 year ago
JSON representation
Control de display OLED usando el puerto serie con Arduino y python.
- Host: GitHub
- URL: https://github.com/adnksharp/ino-oled-with-pyserial
- Owner: adnksharp
- Created: 2022-08-05T05:44:04.000Z (almost 4 years ago)
- Default Branch: base
- Last Pushed: 2022-08-05T05:44:29.000Z (almost 4 years ago)
- Last Synced: 2024-12-20T16:20:23.007Z (over 1 year ago)
- Topics: arduino-sketch
- Language: C++
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Control OLED display with serial port
```
/dev/ttyUSB0: aKA Linux
```
mostrar mensajes de texto en el display OLED usando el puerto serie con Arduino y python.
### Librerías
Arduino:
- Wire
- Adafruit_SSD1306
- Adafruit_GFX
python:
- pyserial
- os
###### Proximo paso: Mostrar mensajes de shell en el display OLED