Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kfricke/micropython-sonoff-switch
Implements a MQTT controllable switch for the iTead Sonoff Switch using MicroPython
https://github.com/kfricke/micropython-sonoff-switch
Last synced: 3 months ago
JSON representation
Implements a MQTT controllable switch for the iTead Sonoff Switch using MicroPython
- Host: GitHub
- URL: https://github.com/kfricke/micropython-sonoff-switch
- Owner: kfricke
- License: mit
- Created: 2016-10-12T22:31:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-13T22:07:21.000Z (about 8 years ago)
- Last Synced: 2024-04-22T12:33:24.882Z (7 months ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 10
- Watchers: 0
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-micropython - micropython-sonoff-switch - Implements an MQTT-controllable switch for the iTead Sonoff Switch using MicroPython. (Libraries / Communications)
README
MicroPython MQTT Sonoff Switch
==============================
This project uses MicroPython to implement a MQTT controllable relay switch
on the ITead Sonoff Switch.Dependencies
------------
The following modules need to be imported as frozen and pre-compiled modules:
* The MicroPython MQTT client libraries from the MicroPythin Library repository https://github.com/micropython/micropython-lib
* umqtt.simple
* umqtt.robust
* Following modules from the excellent micro-threadding library from https://github.com/peterhinch/Micropython-scheduler
* usched
* pushbutton
* delay