al177

joined 1 year ago
[–] [email protected] 5 points 5 months ago (2 children)

Try running your dryer with the lid propped open a bit. Most Sunlu dryers don't have a way to get rid of the humid air pulled out of the filament.

[–] [email protected] 1 points 5 months ago* (last edited 5 months ago) (1 children)

Most of that cost is modem I'm sure. The ESP32, RP2040, and all the support hardware around both add under $5 to the BOM.

There are a bunch of boards with a combo of RP2040 and ESP32, probably because the RP2040 has the PIO accelerators and the ESP32 is much more rigid with I/O. If anything, I'd ditch the ESP32 on this board if your application doesn't need WiFi or Bluetooth.

Edit: I didn't realize the ESP32 is the -C3. It's no slouch, but your code shares the single risc-v core with the radio stack. So it's better off here as a dedicated radio processor and letting the RP2040 run your application if you need more grunt than polling a sensor every so often.

[–] [email protected] 1 points 5 months ago

I mean, if I had the disposable income I'd get a Flipper Zero to mess around with, but it's not on my list of things I need for my hardware hacking go-bag.

What's the need you're trying to fill?

[–] [email protected] 2 points 5 months ago (2 children)

If you want to get into RF, and not just for hacking a few specific protocols, an RTL-SDR is a better choice and much, much cheaper than a Flipper Zero. For $40 on Amazon you can get an RTL-SDR.com kit complete with antennas that will let you capture data from smart meters, aircraft beacons, police radio, and even detect individual cars driving nearby by capturing serial numbers from their TPMS sensors.

[–] [email protected] 14 points 5 months ago

Thanks to Alec I have strong opinions about extension cords and gas lanterns.

[–] [email protected] 22 points 5 months ago (1 children)

Next week: Fedora meets a new friend named Lennart while on her way to Multiuser Mountain. Will they be able to cross the init bridge without being caught by Sammy the Systemd Hating Troll?

[–] [email protected] 0 points 5 months ago (1 children)

That's why many modern SoCs have a smaller core for realtime in addition to larger application processors. TI Sitara (Beaglebone) has 2 fast custom arch coprocessors for IO with access to most pins and the ability to DMA into the AP's address space. All Raspberry Pis up through Pi4 run a proprietary ThreadX runtime on a graphics processor (VPU) to handle bootstrapping the ARM APs, housekeeping, and a large part of the IO.

[–] [email protected] 3 points 5 months ago (1 children)

Scratch machine to test Ansible playbooks for maintaining and restoring your other servers.

[–] [email protected] 5 points 5 months ago (2 children)

Also Professor Charles Javier

[–] [email protected] 4 points 5 months ago (2 children)

You can imagine where it goes from here.

view more: ‹ prev next ›