Viewing profile — Catbert59
Catbert59
HN member- Joined
- Sun, Jul 27, 2025, 7:15 AM UTC
- HN karma
- 179
- Public activity
- 63 items
- HN profile
- View on Hacker News ↗
About Catbert59
No profile information was provided.
Recent public activity
-
comment
Comment #45067693
Ssh... don't fight the symbiosis... accept your fate
-
comment
Comment #45018167
Up to n100 you still can cool the passively (see TopTon on Aliexpress). Above that they need a fan.
-
comment
Comment #45006118
Please name the device.
-
comment
Comment #45005259
Can't share your experience. Sometimes stuff is missing. But that's implemented and upstreamed quickly.
-
comment
Comment #45004686
All of the newer STM32s have ROM-bootloaders that support UART- or even USB-flash. For SWD you can one of the ST-Link clones or the free open implementations of it.
-
comment
Comment #45003601
We never had problems as a small vendor with ST during the chip crisis and all distributors honored our delivery contracts. Even most big companies don't deal with ST directly when…
-
comment
Comment #45002797
Most clones aren't even close compatible to their originals. Maybe some basic stuff like usart, i2c works fine. But the the deeper you dig into the specialties the more you will ha…
-
comment
Comment #45002455
> Most of the stuff I did was 15 years ago.I remember, Espressif really disrupted the market. They still are. No vendor until now was able to push out microcontrollers with a solid…
-
comment
Comment #45002430
Espressif has stellar datasheets and a very good HAL (esp-idf) with an established community process. This is more about the application running on that device.
-
comment
Comment #44997968
Not really. Just very good ones. I also work a lot with ESP32s. Their ADCs (non-linearity, and with the integrated calibration you loose resolution) don't make too much fun.
-
comment
Comment #44996394
Will do. The experiment isn't yet dismantled. Going to write the ferrite core on my next shopping list.
-
comment
Comment #44996021
The second URL sounds great. Thanks for posting.
-
comment
Comment #44995728
Maybe you can find something around the Copernicus project if the EU has some stuff. Or NOAA if it's from the US side.
-
comment
Comment #44995649
I tried to detect lightning with a Bosch Sensortec COTS magnetometer - but failed. Was a fun experiment: https://www.dm5tt.de/2025/07/26/thunderstorm-detector-with-m...
-
comment
Comment #44994739
Raw logs, history access and APIs to weather data are usually $$$. Like at the ECMWF: you can have a look at all beautiful charts for free. But if you want to have the data behind …
-
comment
Comment #44994470
There's also Blitzortung.org which is a very interesting project. They are receiving Sferics on the lower HF frequencies and tag them with GPS timestamps (with the PPS signal they …
-
comment
Comment #44963101
Blinking a flashlight 1200 times per second is a bit exhausting.
-
comment
Comment #44955045
> But most people don't learn the big CADs first, they learn Fusion. The few times I've tried Fusion, it's given me a headache. It's probably a bigger headache going the other dire…
-
comment
Comment #44942480
ECMWF also offers free forecast charts on their website. It's a bit more modern.
-
comment
Comment #44942434
I've tested LoRa from Hill Hill and Flat Land Flat Land and 30-60km worked with plenty of SNR left. On 868MHz with standard 5dBi omnis. Thesis: as long you are using one of the mor…
-
comment
Comment #44929716
Still used nowadays: airplane reflections are being used by ham radio dudes. There's a software around that even calculates the optimal reflection parameters based on ADS-B aggrega…
-
comment
Comment #44926257
No really. If you want to learn embedded you should try to understand the example codes the vendor supplies.
-
comment
Comment #44925011
> Any files or data you upload Any generated code or data” That renders it entirely unusable for us :-( We work a lot with heavily NDA'ed datasheets/sources.
-
comment
Comment #44924972
ESP32 works okish with Gemini/GPT5 and Claude. They offer a lot of public example code and documentation. LLMs inhaled that. But they still produce a metric ton of unusable halluci…
-
comment
Comment #44924951
Problem is that most our embedded stuff is heavily NDA'ed and will never (and isn't allowed to) end up in LLMs. So we will be sticking to hand-writing most stuff. At work we have a…