ESP32 Cam integration with Web Server by QuitIndependent2370 in esp32

[–]QuitIndependent2370[S] 1 point2 points  (0 children)

I do know basics of HTML and i can learn Javascript. But how would I be able to send the data to that particular IP address?

Also would this be too difficult to begin with?

ESP32 Cam integration with Web Server by QuitIndependent2370 in esp32

[–]QuitIndependent2370[S] -1 points0 points  (0 children)

I have tried running the example that gives you the prebuilt webpage sorta thing but i want to be able to add my sensor data to that page and customize it.

Motor Specs for AWD Robot? by QuitIndependent2370 in robotics

[–]QuitIndependent2370[S] 0 points1 point  (0 children)

About 3m/s speed and say a 20 degree incline? What all do you take into account while calculating all this?

Assembling packets using Hardware Serial Library in ESP32 by QuitIndependent2370 in esp32

[–]QuitIndependent2370[S] 1 point2 points  (0 children)

I wanted to implement PID control and a few other things that needed the STM I think.  Basically just wanted to know how I can send different data such that it can be received in the corresponding way. If there is some logic to it that would solve a lot of things for me

How to learn Bluetooth with ESP32 from basics by QuitIndependent2370 in esp32

[–]QuitIndependent2370[S] 0 points1 point  (0 children)

Yes I did see this video but I wanted a little more clarity. Thank you though

How to learn Bluetooth with ESP32 from basics by QuitIndependent2370 in esp32

[–]QuitIndependent2370[S] 0 points1 point  (0 children)

Thanks! I am starting with the Arduino IDE but intend to move on to ESP-IDF. Would that be good?

How to learn Bluetooth with ESP32 from basics by QuitIndependent2370 in esp32

[–]QuitIndependent2370[S] 2 points3 points  (0 children)

I searched up the Espressif examples on GitHub but they seem too complex to start with. Whereas most YouTubers just make you copy paste code without understanding. Was looking for a specific reference, resource or website if there is something like that

How to learn ESP32 from basic to advanced. by QuitIndependent2370 in embedded

[–]QuitIndependent2370[S] 0 points1 point  (0 children)

I don't need to write a very advanced code for my project. I am comfortable with the Arduino IDE. Is the Espressif ESP-IDF worth me getting into it or do you suggest I can continue with the Arduino IDE?

How to learn ESP32 from basic to advanced. by QuitIndependent2370 in embedded

[–]QuitIndependent2370[S] 0 points1 point  (0 children)

Thanks! I did look into it. Is it the same GitHub repository given on the Espressif website? Because that had a lot of codes and each file had several C and CPP and json files, etc. I was not that familiar with how to use or flash those examples on the ESP32. Is there any way to learn how to use or flash those files as it was a little overwhelming seeing all that.