I don't think I have seen anyone do this with Espruino (I think @tve did it with esp-link), but it shouldn't be too hard - just a few lines of code. Would this be with an Espruino board + ESP8266, or with Espruino running on the ESP8266 itself?
If you need some ideas of how to get started, let us know!
I'd consider maybe using the FlashEEPROM library to store and retrieve the Wifi credentials, as then you won't have to use save() - which would reboot Espruino.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I don't think I have seen anyone do this with Espruino (I think @tve did it with esp-link), but it shouldn't be too hard - just a few lines of code. Would this be with an Espruino board + ESP8266, or with Espruino running on the ESP8266 itself?
If you need some ideas of how to get started, let us know!
I'd consider maybe using the
FlashEEPROM
library to store and retrieve the Wifi credentials, as then you won't have to usesave()
- which would reboot Espruino.