Search found 3 matches

by blavery
Sat Dec 08, 2018 3:14 am
Forum: MicroPython pyboard
Topic: MicroPython on generic STM32F407 board
Replies: 1
Views: 2857

MicroPython on generic STM32F407 board

I have posted here https://github.com/BLavery/STM32F407VG-Micropython some notes on setting a generic 100-pin STM32F407VG running on MicroPython. I say "generic", but what I used was the "DIY" or "DIY-MORE" $10 board from China. It simply breaks out every GPIO, and the only on-board "extras" are LED...
by blavery
Sun Oct 15, 2017 11:06 am
Forum: ESP8266 boards
Topic: Blynk Library and pSuite startup collection
Replies: 0
Views: 1372

Blynk Library and pSuite startup collection

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 tol...
by blavery
Thu Oct 12, 2017 1:45 pm
Forum: ESP8266 boards
Topic: How to determine wlan connected ESSID ?
Replies: 1
Views: 2276

Re: How to determine wlan connected ESSID ?

Agree. Something is missing. The only STA config parameter retrievable seems to be print(sta.config('mac')) (And incidentally, is the AP mac really the same as STA mac???) There really needs to be in STA mode a 'ssid' read also, otherwise when the 8266 auto-reconnects using flash-stored wifi credent...