Blynk Library and pSuite startup collection

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
blavery
Posts: 3
Joined: Thu Oct 12, 2017 12:56 pm

Blynk Library and pSuite startup collection

Post by blavery » Sun Oct 15, 2017 11:06 am

I have posted on github a start-up suite and a blynk library for micropython on ESP8266.

https://github.com/BLavery/psuite-upython

Features of pSuite include:
- Initial delay to allow breaking from reboot cycling
- Wifi start manager (AP and STA modes)
- SNTP time syncing including network error tolerance, custom timeservers, scheduled repeat sync
- Rich blynk library including stable network handling, auto or custom GPIO I/O, bridge, LCD, user task.

The blynk library (tagged as "pblynk") is easily separable if that is all you want.

Post Reply