pythings / Drivers

Some drivers for MicroPython

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drivers

A collection of drivers for various peripherals.

  • SIM800L.py: a pure-MicroPython driver for the SIM800L GPRS module with both HTTP(S) GET and POST support. Works out of the box on the TTGO T-Call SIM800 v1.3 board. Example usage is in the example_SIM800L.py script, just set the APN and change the pins if needed, then run the "example_usage" function.

These drivers are the same we use in PythingsOS, if you are interested in an hassle-free solution to remoteely program your board and send some data to the cloud learn more at pythings.io.

About

Some drivers for MicroPython

License:Apache License 2.0


Languages

Language:Python 100.0%