Hi, I'm Bill. I'm a software developer with a passion for making and electronics. I do a lot of things and here is where I document my learning in order to be able to inspire other people to make ...
Sigh, may as well join the cynicism party.... "Entrepreneurs, businesses, tech professionals, students, educators, and hobbyists will be empowered to rapidly prototype and test new solutions, with a ...
The Spring Boot Actuator is the one Spring starter that I recommend every developer add to their Gradle build or Maven POM file. What is the Spring Boot Actuator? The Spring Boot Actuator is a ...
ASUS’s bootloader unlock tool has been unavailable for many months now. The company previously denied reports that its phone could no longer be bootloader unlocked, assuring users that the policy had ...
If there’s one thing we’ve learned over the years, it’s that if it’s got a silicon chip inside, it could be carrying a virus. Research by one group focused on hiding a trojan inside an AVR Arduino ...
Signed and encrypted updates – MCUboot has support for encrypting/decrypting images on-the-fly while upgrading. It will also check if the computed signature is matching the one embedded in the image ...
If you want to make your Arduino project more compact, an Arduino Shield is the answer. The Arduino Shield is a neat piece of hardware that sits on top of your Arduino board. It is typically designed ...
A new open source MIDI foot pedal for loading presets has been launched via Kickstarter this month offering a way for musicians to easily store, search and load presets when needed Stryde MIDI preset ...
Type: InvalidOff topic for this repository, or a bug report determined to not actually represent a bugOff topic for this repository, or a bug report determined to not actually represent a bug I would ...
I am still receiving many requests to post an Arduino Sound Machine project. I think now is the right time to prepare a primer for beginners. First, keep your expectations low, as I don’t have ...
Security is something that’s far too often overlooked in embedded devices. One of the main risks is that if the device doesn’t verify the authenticity of incoming firmware updates. [Walter Schreppers] ...