Every-Flavor-Robotics / motorgo-mini-driver

Driver software for the MotorGo Mini board
MIT License
2 stars 1 forks source link

WiFi connectivity to iPhone would be nice - for onsite demos #113

Open stilsota opened 5 months ago

stilsota commented 5 months ago

Especially for demos where it's unclear how to easily wifi will run on potential customer sites (different security setups, etc.). Would be great to just have a simple portable wifi solution like a phone so we always know it will work

I come to this every time I want to bring MotorGo to a potential customer site and then realize I won't be able to easily demo this. Or without spending like 10-15 minutes debugging the wifi connectivity

Another potential pathway to solving this is to just pass the active wifi credentials from the computer to the MotorGo so we don't have to hard-code it into the sketch.

SwapnilPande commented 4 months ago

https://www.arduino.cc/reference/en/libraries/wifimanager/

I think this will help a lot in making this happen