Tagged “Electronics”
-
How much does it cost to power your electronics?
I've often wondered how much of the power bill was my gaming PC, or my smart home gear, or even an air-conditioner, but I keep forgetting the math. Let me write some of this cool stuff down. -
DIY Datalogger For My Solar Panels - Part 1
My new home came with some solar panels and a Delta Solivia inverter. I'm envious of new inverters that give you cool graphs and statistics on your phone. Can I make my own wifi bridge to push solar power data to my Home Assistant controller? -
How to do CRC checks in Arduino, ESP8266, and other chips
How do you know if you received that data correctly or whether your saved settings actually saved properly? By using a fast and easy CRC check, that's how! Here's a quick guide on performing CRC checks on data with your favourite microcontroller. -
How I fixed poor signal issues in my Zigbee IoT smart home network
After moving house, I was having really bad signal issues with my Zigbee devices that I used in my smart home. After researching and fiddling around a lot, I fixed it and learned some skills along the way! Here's how I did it. -
How I gave my IoT Arduino a command-line interface
I wanted to be able to talk to an Arduino controller, make changes and make it do things without needing to reprogram the damn thing every time. I suceeded! Here's how I did it. -
Repairing my CyberPower UPS
My CyberPower Value600EI uninterruptable power supply stopped working after I moved house and wouldn't turn on. Can I bring it back to life? -
Smart Home Garage Door Opener, Part 1 - The Plan
I'm terrified of accidentally leaving the garage door open. Lets see if I can watch and control it from my smart home? -
DIY Portable Battery Box for camping with a CPAP
Here's an easy and portable DIY battery box I made to go camping with my medical CPAP machine. It's also much cheaper than the official battery pack, and I can charge my phone from it too. -
Receiving files, pictures, and videos over MQTT
IoT devices use MQTT for a lot of things, but why is it so difficult when they use MQTT to send files, pictures, and videos? -
DIY Audio Switcher
Switching a computer between headphones and speakers is fiddly and annoying. Let's build something to make it easier! -
Arduino millis roll-over, and why it can ruin your project
In Arduino controllers, millis() rolls-over back around to zero after 49 days. How can you avoid the problems this causes?
See all tags.