Today (August 4th, 2021), my book went live worldwide on Amazon.com (+ .uk, .de, .fr, .es, .it, .nl, .jp, .br, .ca, .mx, .au, .in as per different markets) in both eBook and paperback formats. The book titled “Hello Arduino!” is a fun book for anyone (12 years old to 100) who wants to create electronic […]
Blog
My friends and family around the world
I have always taken pride in being open-minded, curious, inclusive, diverse, and welcoming of new friendships from outside the familiar mold. My experiences in traveling and living abroad across several countries and continents have enabled me to fulfil that wonder to a good measure. With that in mind, here are two interactive maps created with […]
Safe disposal of 6-pack rings killers
The six-pack yokes or rings are a set of connected plastic rings that are used in multi-packs of beverage and beer cans in the USA. These are discarded carelessly by most Americans and even though you might put them in recycle cans (if your city has the facility like mine does), they somehow end up […]
Creating your own light show
With programmable LED strands, strips, and rings, it’s not only satisfying and fun but also a solid learning experience for any enthusiasts. Besides, who can ever get enough of tinkering with LEDs? In this project, I connect a 24 pixel ring LED module to an Arduino board, then wrote some light effects functions in the […]
Common birds of WA state
The birds most likely to capture our attention with their songs during early spring in the Pacific Northwest are not migratory visitors, nor exotic strangers, but good old perennial neighbors. – Seattle Times On that theme, from our backyard to the parks, to the outskirts of our immediate cities, most of these birds are very […]
Arduino: Build a custom nightlight
In this project, I built a night light with exact parameters of my own liking using simple components. I wanted the light to come ON when I detect the ambient light to be an exact value customized for my room, stay ON exactly as long as I want, and/or blink as I wish. Additionally, I […]
Arduino: Photoresistor and Servo motor working together to indicate light
This fun project is to visually and mechanically indicate day/night or light/dimness around with the help of a photoresistor that reads the light values. And that’s connected to a motor (a servo) which has an arm/arrow connected to it and it moves to certain positions depending on the light sensed by the photoresistor. Lastly, the […]
Arduino: Building a music tempo controller with simple components
In this project, I built a simple system where we can play a tune/music through a speaker (sound/tone is of our choice) and while it’s playing, we can control the tempo in real time. For the speaker, I used an inexpensive passive buzzer hooked up to a 10K resistance potentiometer. I insert a turning knob […]
Conversation over phone that you can “feeeeel”!
I can see some form of this being actually quite useful and popular even as a novelty. Change the form factor (to less clunky) that can be added to most phone, add horizontal motion for the feelers. I can imagine some people making creative uses for the tongue add-on.
Arduino: Building your own dimmer at home
This mini-project is to get a lamp to dim or brighten on command. In this case, we’ll hook up a regular LED to a potentiometer module, which when turned clockwise will increase the brightness of the LED lamp, or dim it (and all the way to “off”) when turned counter-clockwise. This is exactly how the […]