Projects

RPi Serial Console Automation Using Arduino

RPi Serial Console Automation Using Arduino

Story A Continuation of One Button Restart of a Stalled Raspberry Pi In a recent article, I showed how an Arduino Pro Micro can be utilized to send characters to the serial console of the Raspberry Pi Zero W. The Pro Micro was chosen because it is small, inexpensive, and easily acquired plus the integrated […]

Darbys not dead

Darby’s not dead

Story In the future there is a bar where all the dead punk rockers hang out. They are each given a MiFare classic card programmed with their name and 666 credits. This is the device the bartender uses to keep track of their tab. This project uses an atmega168 to control a pn532 breakout board […]

2 Players Competition Quiz Buzzer Box System Using Arduino

2 Players Competition/Quiz Buzzer Box System Using Arduino

Story A bit of background. My brother came to me with an odd box that a friend of his asked someone to make so that they can determine the fastest contestant to push a button. The box consisted of some LEDs, two buttons, and two sets of bicycle bells that made some weird noises. It […]

Congnitive GSM Autonomous Water Meter

Congnitive GSM Autonomous Water Meter

Story Imagine you could administer remotely your water utility service in real time, turning on or off your water services according to your usage patterns or needs, and not just letting the water flow in all the time, you could prevent taps for leaking a single drop per one faucet per one home leaking wastes […]

Back Saver Backpack carrying follower robot powered by Wunderbar

Back-Saver: Backpack-carrying follower robot powered by Wunderbar

Hardware components: SparkFun RedBoard × 1 DC Stepper Motor 28-BY-J-48 × 1 MB 1010 LV-Max-Sonar EZ1 × 1 WunderBar × 1 Story A Sparkfun Red-Board utilizes a LV-Max Sonar component to judge distances between the user and the robot, powering the DC stepper motor to move forward, reverse or change direction. Each motor requires around […]

How to use the TFT display 2.2 QVGA with Arduino

How to use the TFT display 2.2″ QVGA with Arduino

Story The main purpose of this project is to build a system based on chip ATMEGA328P, Arduino compatible, and interface it with a 2.2″ QVGA TFT display using the library ILI9341. As an alternative to the self-build system you can use an Arduino Pro 3.3 V/ 8 MHz board or similar. This system works well […]

Easy Serial on the ATtiny

Easy Serial on the ATtiny

Introduction The Atmel tinyAVR MCU’s are great little chips for projects but can prove difficult to debug. Some ATtiny chips do not have direct support for hardware based serial and therefore the Serial object is unavailable in your code, however, it is easy to add a Software Serial object and view output in the Arduino […]

CyDuino An Arduino Dev Board with Lots of Goodies

CyDuino : An Arduino Dev Board with Lots of Goodies

Story We (most of us) really like Arduino because it’s possible to make cheap clones, lots of libraries, examples, forum support and community out there. Outside Arduino world, I like Cypress PSoC for some of its cool features like Graphical IDE, APIs, great features and understandable documentation. I have bunch of PSoC® 4 CY8CKIT-049 4xxx […]

Trinket Firmware Exorcism

Trinket Firmware Exorcism

Story Warning: Digispark uses Attiny85 PIN#1 as I/O – remove RESET button functionality Notes FOR ADVANCED USERS ONLY  The Trinket 5V and the Digispark share the same hardware design, right down to the LED being on PB1. Personally, I prefer the Trinket hardware over the Digispark, but the Digispark has a totally different ecosystem and is […]

A Semaphore for your Office Desk

A Semaphore for your Office Desk

Story This is a small semaphore you can put on your desk. You can use it to tell whatever you want to the people around it. For example, because you need some concentration and you’d like your colleagues not to disturb you. Or to tell the status of the system you’re managing. Or say which […]

Scroll to Top