after posting at Reddit I figured I should post here
I volunteer at a school and occasionally build robots with students (grade 5 to 7) - due to limited time and resources I try to keep things simple.
The ESP8266 seems like the right choice! Sadly my modules have not arrived yet, but I want to provide my students with the Wifi modules before summer break.
After searching around I have found RoboRemoFree, which lets you build your own interface without programming, e.g. a Light-switch or two sliders to control a rc car. Enabling them to easily build their remote interface would be great. Also I have little experience with making Android Apps, so a solution like this would save me a lot of time.
The RoboRemo ESP8266 demos utilize Lua, but I am not familiar with it. RoboRemo seems to send data rather simply (e.g. -> Slider1 255\n Slider2 123\n).
All I would need is something like analogWrite(PinA, ValueA);, so nothing fancy.
Would this work with RoboRemo and just the IDE, or can someone recommend another App or solution? I was hoping that my students do not have to learn Lua, or create their own Android App from scratch.
Is a easy solution possible?
e.g. include library -> read/store value sent by RoboRemo and assign the value to a variable, write output to pin.
It does not even have to be PWM, on/off would do
Sorry for my long post, I would appreciate any help on the subject so I can prepare the projects when the modules arrive next week. It would be amazing to use a ~2€ module and H-Bridge/Transistors to create a simple RC car, boat, LED light, or whatever my students come up with!