electricidea / Bluetooth-RoverC

Use Bluetooth serial to program omnidirectional movement sequences for the M5StickC with RoverC HAT
Other
14 stars 3 forks source link

Web- instead of bt- interface? #1

Open sirtet opened 2 years ago

sirtet commented 2 years ago

I wonder if a Webserver on the m5stick would also work well as a User interface. Did u consider other options than bt-serial? Why did you choose the bt Serial interface?

electricidea commented 2 years ago

Yes, a web server can be implemented on the M5Stick without any problems. But then you need a web page that has to be loaded. This is not a problem, but the BT-Serial connection was easier. And I wanted to work with it for a long time. I have developed code for a web server for this project: https://www.hackster.io/hague/m5atom-env-mini-data-monitor-026469