MProx
MProx
Hi all, I have recently got a Sphero Mini and have decided to try to put together a Python library for it (because I mainly code in Python). So far,...
Lol, one of those is my library :) I posted this request when I was just starting to write it, and I made good progress with advice from people here...
No worries :) It makes me very happy to see people using it. Sensor data is exactly what I was talking about when I mentioned the odd behavior. I agree,...
@siegmund42 Hi there. You might be interested to know that I have added some basic sensor functionality to my library. It is very experimental, and crashes are frequent, but you're...
I'm using it as a station on my home wifi network. I have not tried the others. I used the exact code from tttapa's tutorial, modifying only the SSID and...
Hmm, does it respond to a ping (either using `esp8266.local` or the IP address)? I also found that `MDNS.update();` has to appear before `server.handleClient();` in the `loop` function.