Search found 5 matches

by sungkhum
Wed Sep 04, 2019 9:52 pm
Forum: Programs, Libraries and Tools
Topic: Robust WiFi connection script for ESP8266
Replies: 0
Views: 2063

Robust WiFi connection script for ESP8266

I kept having trouble getting my ESP8266 to consistently connect to WiFi, so I wrote a script that checks if there's a connection, and also stores multiple SSID's to try (so when I change locations, it just connects automatically). If it is helpful to anyone, I put it up here: https://medium.com/@su...
by sungkhum
Fri Aug 30, 2019 5:19 pm
Forum: Programs, Libraries and Tools
Topic: How to send push notifications to your phone from Micropython
Replies: 1
Views: 2665

How to send push notifications to your phone from Micropython

Not sure if this is the right place for this, but I had trouble figuring out how to do this myself so I made a tutorial so others can quickly setup push notifications to a device from Micropython: https://medium.com/@sungkhum/how-to-easily-push-notifications-to-your-phone-from-a-micropython-device-2...
by sungkhum
Fri Aug 23, 2019 6:18 pm
Forum: Hardware Projects
Topic: "Open the Windows" Micropython sensor
Replies: 0
Views: 2900

"Open the Windows" Micropython sensor

In the summer I always wonder when I should open my windows in the evening (and close them in the morning) to optimize the temperature in my house. So I created a little ESP8266 Micropython project to send me push notifications on my phone. You can check out my project here: https://medium.com/@sung...
by sungkhum
Mon Jul 29, 2019 5:39 pm
Forum: Other Boards
Topic: NUCLEO-F767ZI Mac OS connection issues
Replies: 4
Views: 3839

NUCLEO-F767ZI Mac OS connection issues

I'm having trouble transferring files to my NUCLEO-F767ZI on Mac OS. I can connect via REPL fine using: screen /dev/tty.usbmodem1413 115200 But when I try to use rshell or uPyLoader neither can succeed in getting past just connecting (rshell waits on checking if ubinascii.unhexlify exists ... and if...
by sungkhum
Sun Jul 28, 2019 3:45 pm
Forum: ESP8266 boards
Topic: uPyLoader - simple file transfer and communication
Replies: 54
Views: 73121

Re: uPyLoader - simple file transfer and communication

Thanks @Beta_Ravener! This is such a great tool! I got it to work on Windows with a NUCLEO-F767ZI.
Trying to compile and have it work on my Mac now.