What is the better software in creating a application to build a controller for a robot??
I'm trying to build a controller for my microcontroller robot, but I'm not sure which software I should use to build it. I was thinking of using Android Studio or B4A to connect it through Wi-Fi using ESP32 Cam since I'm going to use an Arduino Uno R3 board. Is it possible to connect all the radar data from the ultrasonic sensor and sound sensor data to the application I'm going to make?
7 Replies
Esp32 cam works with an ESP32. And Esp32 has WiFi built in, so I recommend you use ESP32. (It’s also 15x faster)
For the board?
But what if I use the Uno R3 board, can it still work?
Yeah
Uno R3 would work, but the Esp32 has wireless, so you don’t have to add extrnal modules if you operate via Bluetooth, WiFi or AP.
Ow I have a ESP32 Cam I'll use it as a module to connect the Bluetooth or Wifi
The think that I'm not sure is how to modify the controller like I wanna add some modules then I want to display its data to that controller(application)
I bought a robot but it has a application as a controller
I'm not sure how to modify it or should I just create a new controller
But someone more advanced than me can explain it way better
You can run a web server on the ESP32, so your controls can be done in HTML & Javascript.
Then, you just connect to the ESP32 with your phone and open the website hosted by the ESP32 where your controls will be displayed.
https://discord.com/channels/420594746990526466/1413902243127758928 for an example of what Maverick said @sinxone
The acctuall camera is just an HAT for the ESP32, so you might not even need the arduino. Plz correct if wrong maverick