I'm trying to build an ADS_B receiver, the ones that are used in planes but just a portable version of it. After googling for a while I came to know that RTL USB dongles can be configured to receive the ADS-B signals. So I decided to get this one: https://a.co/d/cQiLBm9
And after searching more I came to know that it can't be accessed through a micro controller but needs higher processing power such as RPi. But then again I came across something on the Youtube which shows a teardown of a similar product in the market called SENTRY here's the link for it: https://www.youtube.com/watch?v=UuHVWDl4YzU
Surprisingly it is designed around ESP12S. So I started wondering if my ADS-B can be built using ESP32Wroom32D? I mean it is more advanced than ESP12S. So I tried to look for some examples but couldn't see any.
So, is it possible to use ESP32Wroom32D and program it in Arduino to receive and process the ADS-B signals?