Physical computing/Communicatie: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
(Nieuwe pagina aangemaakt met '== Kennismaking == == Basis == * radio-blokken * seriële (host) communicatie-blokken ** oversturen van sensordata naar host; grafieken; bestanden == Verdieping...') |
|||
Regel 9: | Regel 9: | ||
== Verdieping == | == Verdieping == | ||
* radio in Python | * microbit-radio in Python | ||
* seriële communicatie in Python | * seriële communicatie in Python | ||
** PySerial | |||
*** https://pyserial.readthedocs.io/en/latest/ | |||
*** https://pypi.org/project/pyserial/ | |||
*** https://github.com/pyserial/ | |||
*** (python - serial naar MQTT bridge??) | |||
* oversturen van sensor (en actuator?) data naar (van) host | * oversturen van sensor (en actuator?) data naar (van) host |
Versie van 24 mrt 2021 09:53
Kennismaking
Basis
- radio-blokken
- seriële (host) communicatie-blokken
- oversturen van sensordata naar host; grafieken; bestanden
Verdieping
- microbit-radio in Python
- seriële communicatie in Python
- PySerial
- https://pyserial.readthedocs.io/en/latest/
- https://pypi.org/project/pyserial/
- https://github.com/pyserial/
- (python - serial naar MQTT bridge??)
- PySerial
- oversturen van sensor (en actuator?) data naar (van) host