An open API service indexing awesome lists of open source software.

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.

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