The app lets you control a wireless car, boat, airplane etc. build using a WiFi receiver.
You can use WiFi modules like ESP, NodeMCU etc. to interface with motor controllers and build cars, boats etc which can then be controlled via your mobile phone using this app.
Steps to connect:-
• Power-up the WiFi module (configured to work in AP mode).
• Turn on the android device WiFi and connect to this AP.
• Launch the app and connect to the IP address & port of the WiFi module's server socket.
• Communicate with the receiver via 4 channel controls.
o Throttle
o Direction
o Custom switch 1
o Custom switch 2
Refer to the help manual in the application for more information on development of the WiFi receiver, sample code etc.
• WiFi RC Controller app allows you to build and control a wireless car, boat, airplane etc. via a WiFi module using socket communication.
• Use a WiFi module like ESP etc. to create a receiver.
• Update settings to configure the AP IP address/port for socket communication & channel minimum value and maximum value etc.
• Has option to notify user via vibration on reaching the max/min channel value.
• Refer to the app's help manual for more information.