Life & fun · December 24, 2024
FlashMyPico – an on-line firmware distribution tool
I've made a tool that could help you develop and distribute your RP2040/RP2350 firmware [1, 2, 3]. While programming these chips can be as simple as copying a file onto a removable drive, I believe this process can be further improved with on-line hosting, verification and versioning features, the ability to update firmware on the go with your smartphone, build system integration, and more. You can also use this tool to learn about electronics engineering topics by exploring existing firmware (you don't need to sign up to do this). [1]…
What it does
In the maker’s words, at launch
I've made a tool that could help you develop and distribute your RP2040/RP2350 firmware [1, 2, 3]. While programming these chips can be as simple as copying a file onto a removable drive, I believe this process can be further improved with on-line hosting, verification and versioning features, the ability to update firmware on the go with your smartphone, build system integration, and more. You can also use this tool to learn about electronics engineering topics by exploring existing firmware (you don't need to sign up to do this). [1] https://www.raspberrypi.com/products/rp2040/ [2] https://www.raspberrypi.com/products/rp2350/ [3] https://www.raspberrypi.com/products/raspberry-pi-pico-2/
Does the same job
all alternatives →


- WBWe built an appliance with Raspberry Pi that backs up from the cloud2012 · ▲17
http://picirus.com For Startup Weekend Tulsa, we created a small low-power appliance (built on Raspberry Pi) that you connect to your different cloud accounts -- Facebook, Flickr, Dropbox, etc. -- and it downloads a copy of all your stuff every night. I was thinking about all the people I love who share directly to the cloud, without a lot of planning for the case where their Facebook account gets hacked, their Dropbox account has a glitch, or one of these services they love goes out of business suddenly some day. We had a ton of fun building Picirus during Startup Weekend. I highly…
- BABitdog – a completely hackable home automation toolset2018 · ▲30
Hello Hacker News, My co-founder and I have spent the better part of years developing a completely hackable Home Automation toolset that runs on a Raspberry Pi, or any machine running Linux. With just a Raspberry Pi and a $45 Z-Wave dongle (https://www.amazon.com/Aeotec-Z-Stick-Z-Wave-create-gateway/...), you can run a complete home automation system! Our hub will support any Z-Wave or Z-Wave plus device. We are cloud hosted service that doesn't require you to purchase any proprietary hardware. Our hub software runs on NodeJS and is completely open source. We encourage…
- FBFPGA build environment generator2011 · ▲12
Last week I released a web-based, automated build environment / Makefile generator for FPGA projects: http://www.boldport.com It's just a start, and I'd appreciate feedback. Tell me what sucks about it, what you love, where to improve. (BTW, I'm happy to help anyone who's interested to set up or convert their projects to work with the "boldport flow"!) In this context, my proposal for a scalable and version control friendly project structure for FPGA designs may be interesting as well: https://www.boldport.com/docs/fpgaproj
More life & fun this month
the category →- TL
Life & fun · 10d ago · louisabraham.github.io

Photosynthesis fires two of your iPhone
Life & fun · 28d ago · photosynthesis.camera
SoloUno▲310Take control of hair pulling, nail biting & skin picking
Life & fun · 28d ago · solouno.io

Scroll through all 43,252,003,274,489,856,000 reachable Rubik's Cube permutations.
Life & fun · 26d ago · everycube.alen.is


Hi HN, I built Eigendrum, a web tool that solves the 2D wave equation for arbitrary shapes so you can hear what they sound like as drums. How it works: * Solves -∇²u = λu using finite element analysis (Kφ = λMφ) on a triangle mesh. * Validated to <0.1% error against closed-form solutions for circles (Bessel zeros) and rectangles. * Sound model factors in strike location, Rayleigh damping, and mallet width. * Includes Kac drums I & II to demonstrate identical sound spectra from different geometries. * No frameworks, build steps, or dependencies. Repo and tests:…
Life & fun · 27d ago · baselashraf81.github.io