Earlier quoted context omitted.
FPV today is largely using ExpressLRS[0], an open protocol for running FPV quads' control links (also using esp32 usually) Video for FPV quads on the other hand is divided: some use analog (mostly because when you lose signal, it's a gradual loss rather than complete loss + a reconnection process), while others use 802.11-based communication which is actually quite competitive. Walksnail Goggles for example use 802.1…
I think graceless degradation isn't an inherent property of digital radio. You definitely could have some kind of digital modulation that takes advantage of FEC etc. but gracefully degrades. I'm sure it exists, there probably just not much market for it.
Show HN: ESP32 RC Cars
41–50 of 66 posts
Re: Show HN: ESP32 RC Cars
#42Re: Show HN: ESP32 RC Cars
#43https://newton-net-pl.translate.goog/2012/01/robot/?_x_tr_sl...
It was made of an old HTC Magic phone, acting as camera+wifi transmitter, connected to Arduino via its serial port and level shifter, to control the servo and a RGB LED. I had a lot of fan with that, even if the connection wasn't really to stable.
Thanks for sharing, maybe it's time to revive the project with the next generation of the microcontroller.
Re: Show HN: ESP32 RC Cars
#44Earlier quoted context omitted.
I think graceless degradation isn't an inherent property of digital radio. You definitely could have some kind of digital modulation that takes advantage of FEC etc. but gracefully degrades. I'm sure it exists, there probably just not much market for it.
Almost all existing digital FPV systems gracefully degrade as much as they possibly can, both by using FEC and walking down a large number of available MCS as link quality gets worse (and reducing bitrate to match). But when they do eventually fail, re-sync is a much harder problem for them than it is for analog.
Re: Show HN: ESP32 RC Cars
#45Re: Show HN: ESP32 RC Cars
#46Re: Show HN: ESP32 RC Cars
#47Re: Show HN: ESP32 RC Cars
#48Earlier quoted context omitted.
Almost all existing digital FPV systems gracefully degrade as much as they possibly can, both by using FEC and walking down a large number of available MCS as link quality gets worse (and reducing bitrate to match). But when they do eventually fail, re-sync is a much harder problem for them than it is for analog.
Right, but I don't see any reason why that must be the case. It's not a fundamental limitation.
Re: Show HN: ESP32 RC Cars
#49It could be like Goldeneye, slappers only.
Just find a better way to slap than bumper cars.
Re: Show HN: ESP32 RC Cars
#50The big issue with FPV, and the reason it stayed on analog tech for so long is because of latency. How is the latency for this project?
Hi, thanks for checking out the project. I don't really have anything to gauge by like experience with FPV drones but latency hasn't been an issue on my wireless network even with all the other household devices connected. I think the frame rate is mostly limited by how quickly the esp32 can capture images. In my python script I measure FPS and was receiving about 50 fps from the esp32s. I recently bought a travel ro…