https://github.com/pythings/drivers
Some drivers for MicroPython
https://github.com/pythings/drivers
drivers micropython python
Last synced: 3 months ago
JSON representation
Some drivers for MicroPython
- Host: GitHub
- URL: https://github.com/pythings/drivers
- Owner: pythings
- License: apache-2.0
- Created: 2020-02-13T13:42:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-28T22:14:13.000Z (over 4 years ago)
- Last Synced: 2023-03-04T14:44:24.517Z (almost 3 years ago)
- Topics: drivers, micropython, python
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 53
- Watchers: 7
- Forks: 19
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/Xinyuan-LilyGO/TTGO-T-Call). 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](https://github.com/pythings/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](https://pythings.io).