Q1 How you catch these messages and was it during your WiFi-test?
from massage tab in mission planner
thats wierd am try remove esp from breadboard and remove wire and signal work immediately and to be know main problem am put heavy thing in module because I expected the problem can bad ground under module or pads not solder good and same thing.
am try do this 2 tests with second esp32s3 i have and same happen in first one happen with second one
for the ms5611 you should see if alt is coming and properly and is not messed up because many modules use ms5607 which reports half pressure, and remaining register map etc is exactly same. if your above sea level alt readings look wrong for your place, like extremely high, change the baro mask param to ms5607.
yes am get the problem you said after buy baro ms5611 and try to test by simple sketch am get weird number and to be sure am go to windy.com and see the number is different in my place after search and see name of chip am determine it sell as ms511 but it use chip ms507
if am sent to you my bins it not help you because am use different module you will use read the thread will help you to determine a lot of problem i get and to success connect if use last version of mission planner check this (Reset in USB Connect ) in config tab in planner section and try connect and use for first test esp32s3empty and define each sensor one by one and when sure one of them connect and work go to other one
sorry, what state is this in at the moment, would your breadboard setup work to drive a rover in auto mode? i have replaced just about everything on my solar rover with esp32, so the only thing left is the flight controller.
I had read all about your project.
I didn’t testet my setup in an ardupilot auto mission yet as I used this setup with my own non ardupilut experimental code for an autonoumous rover.
But I am relative optimistic, that it will do the job if it is not a high speed rover. The loop rate on the ESP32 is lower as on the ST based flight controllers.
I am using only standard PWM output for the ESC and I didn’t tried lidars.
Not sure if Ardupilot FW need a 3 dimensional position for an auto mission. My setup has only the hight information from GPS which is not always the best. No Baro
No, I didn’t, but I can reasample the platform back to my test car and check it.
I think I will try this within the next couple of days if this is ok for you
Hello @geofrancis
did you checked my last logfile?’
This shows that the ESP32 FC tries to turn and speedup in direction to the waypoint if I switch from Manual to Auto.
But there are still some big questionmark regarding running indefinitely.