Introducing upython-wifi-setup #14454
Replies: 4 comments 1 reply
-
A link to your project? Doesn't seem to be on your GitHub account. |
Beta Was this translation helpful? Give feedback.
-
Update.. added a simple |
Beta Was this translation helpful? Give feedback.
-
@shaneapowell just thought I'd let you know that we briefly discussed your uPython WiFi Setup project at the May Melbourne MicroPython Meetup and there were a few folks keen to try it out... 😄 |
Beta Was this translation helpful? Give feedback.
-
Awesome! Thanks @mattytrentini . Appreciate that. I have come across a problem with it just this weekend too. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
uPython WiFi Setup
https://github.com/shaneapowell/upython-wifi-setup
Like so many of us, getting our iOT projects onto various wifi network easily and seamlessley in a user friendly way is alwasy a challege. Inspired masively by https://github.com/george-hawkins/micropython-wifi-setup
I decided that I wanted to create something as flexible and as easily useable, but a little more extensible.
I also wanted to use an
async
capable web-server likemicrodot
.Features:
microdot
(https://github.com/miguelgrinberg/microdot/) web-server for both async and templating engine support.utemplate
(https://github.com/pfalcon/utemplate/tree/master/utemplate) for light-weight templating.Enjoy!
Beta Was this translation helpful? Give feedback.
All reactions