Flashing WiFi and IoT Hub details. #2312
Replies: 3 comments 2 replies
-
Have refactored code using namespace to simplify reuse . |
Beta Was this translation helpful? Give feedback.
-
Thanks for the feedback. Will look into that implementation. Wrt flash wearout: I would expect though that these seeting would typically only be written once. I do see how the FS approach would simploify updates. |
Beta Was this translation helpful? Give feedback.
-
The Connect2WiFi code has been updated to change delimeter to a a pipe and to add 2 more stored entities (5 in total). And is more easily extended to add more stored entities. |
Beta Was this translation helpful? Give feedback.
-
Have created a Sketch, as on GitHub, that can connect to WiFi in a variety of ways. Included is the ability to store details in flash (using simulated EEProm library) and read them back. Thus facilitating "headless"device model.
Also included in Azure IiT Hub Device Connection String write and read.
Connect2WiFi
https://github.com/djaus2/Connect2WiFi
Beta Was this translation helpful? Give feedback.
All reactions