Author Archive
Magic 8-Ball
by Dushyant on Feb.07, 2014, under Electronics
Whipped up a small circuit for my niece’s school project – a Magic 8-Ball.
Instructions:
Think of a question (with a Yes or No answer)
Press Button
And see the Magic Answer.
Standalone Temperature and Humidity Control v2
by Dushyant on Dec.08, 2013, under Electronics
If you’ve reached here directly – please see:
https://dushyant.ahuja.ws/?p=740
I’ve modified the code to add the following:
- Used the OneButton library so that the setpoint can be increased by clicking button and decreased by long clicking the button
- Used the Timer library so that I don’t rely on delay – which was inaccurate
- Change the logic for temperature such that the heater gets switched on if the temperature goes below the setpoint. Makes more sense as you don’t need the heater to be on at the setpoint. Also, reduces chances of the heater malfunctioning by switching on and off all the time
- Used a similar logic for humidity – on when humidity is less than 50 and off when it is more than 60
Physical Android Notifier
by Dushyant on Nov.30, 2013, under Electronics
I wanted to create a simple notifier for my Android phone. Something that would blink whenever I have a missed call, or sms or whatsapp notification.
The hardware part was easy:
- Funduino Mini Pro
- Common Anode RGB LED
- Switch
- Bluetooth Breakout Board
Digital Pin-Art – WIP
by Dushyant on Nov.13, 2013, under Electronics
I’m planning to create a digital “pin-art” board – something similar to the photo below.

Source: http://cdn.visualnews.com/wp-content/uploads/2011/05/Lulu-Guinness-11.jpg
Standalone Temperature and Humidity Control
by Dushyant on Nov.11, 2013, under Electronics
Continuing from Standalone Arduino and Thermometer and Humidity Control, created a standalone thermometer and humidity control. Added the following features:
- Added a push-button to allow controlling the setpoint temperature
- Used the EEPROM library to save the setpoint temperature
- Enclosed everything in an extension cord with a power supply
- Left a socket to update programming as required
Charlieplexed LEDs with Arduino (Induino)
by Dushyant on Oct.26, 2013, under Electronics
Using ideas from: