Live data from Hacker News

An ESP32 based plane radar for my desk

blog.ktz.me

31–40 of 65 posts

Re: An ESP32 based plane radar for my desk

#31
post #23

Earlier quoted context omitted.

OTA = over the air. ie online updates you’d expect of a more polished product

But the browser is involved. Can the browser do OTA to esp32?

I believe the ESP32 runs a small web server that supports WebSerial (?), if you can reach it over WiFi or somesuch, you should be able to upload the new firmware blob that way.

Re: An ESP32 based plane radar for my desk

#33
post #21

Earlier quoted context omitted.

Agreed, and even SSR always felt like cheating imo. I wanna see someone build a primary radar on an esp 32.

Gotta admit that's what I clicked through hoping for. I've seen a few projects that use SDR to detect doppler shifts of reflections of broadcast FM radio station off planes as "passive radar". But that doesn't get much in the way of direction info, just approach velocity. I've pondered building something that uses that and correlates it with an ADS-B receiver, to see it it can detect aircraft that are not transmittin…

I suspect it's possible to build an active radar without exceeding the limits of the ISM bands.

Actually, I know it's possible, that's how the automotive radars (used for adaptive cruise control) work. The real question is if someone can get enough range to pick up aircraft.

Re: An ESP32 based plane radar for my desk

#35

These kind of project are now so easy. A few prompts and you have something like this. I did it with quite a few similar like projects. You can buy super cheap esps with integrated lcds for less than 20 dollars.

yeah, I've been dying to do something with ESP32, but still waiting for that idea. Something with eInk displays :D

Re: An ESP32 based plane radar for my desk

#37
post #6
post #2

Looks pretty cool, though kinda "cheating" by pulling from adsb.fi - though I think you'd need something a lot more powerful than an ESP32 to receive and decode ADS-B ;)

Using ADS-B and calling it a "radar" feels wrong to me. (But is is a cool project)

And not actually receiving ADS-B which requires some radio module tunnable to specific frequencies

Re: An ESP32 based plane radar for my desk

#38
Looks like several of these have come up in the past months, with the last one being a real product (that was on pre-order)

- https://makerworld.com/models/2872376-esp32-plane-radar-live... (referenced by the linked article)

- https://github.com/AnthonySturdy/micro-radar

- https://www.gadgies.co.uk/shop/p/product-3-szb2y-gzh2r-tzhkx...

Personally, I really like them. It's a nice gadget. :)

Re: An ESP32 based plane radar for my desk

#39
post #28

Earlier quoted context omitted.

TLS is supported in hardware, so it takes no more processing power than moving the data around without encryption. In the US, ADS-B in uses 1.3 MHz of bandwidth, which would require 2.6 Msps. The ESP32-C3 running at 160 Mhz would have ~70 instructions per sample to process the data. That's probably doable, but the ESP32-C3 is one of the less capable variations of the line, and there are dual-core versions running at…

GPS is over 1 GHz, but I don't think you need to have a microcontroller running that fast to decode it?

I imagine the over 1GHz in this case is the baseband that you are talking about.

ADS-B baseband is also around 1GHz, what they mean is once you down convert in the process of demodulating the signal you will get a signal that has bandwidth of 1.3MHz.

Post reply on HN