Archive for the Category ◊ Electronics ◊

11 Jul 2014 Infinity Mirror Clock
 |  Category: Electronics  | 7 Comments

LED clocks have become a passion. After the first one, this is the third version. Will put up the circuit and process in some time. Till then – here are the photos:

IMG_0253

 

Full instructions: http://www.instructables.com/id/Infinity-Mirror-Clock/


See me at Maker Faire!

20 Apr 2014 LED Clock
 |  Category: Electronics  | 3 Comments

One of my clocks stopped working – and it happened to be a clock my wife likes a lot. Went to the repair shop and the guy said that he didn’t have the spare parts and could not repair this. So – I thought – why not build an LED clock – I had tons of LEDs and an RTC module just waiting to be used.

[Spider_Single_Video track=”3″ theme_id=”1″ priority=”1″]

more…

17 Mar 2014 Cubetto Clone
 |  Category: Electronics  | Leave a Comment

Based on an idea from http://primo.io, I set about making one for my son. Loosely based on their schematics, I have made the following:

Cubetto Clone

more…

07 Feb 2014 Magic 8-Ball
 |  Category: Electronics  | Leave a Comment

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.

more…

08 Dec 2013 Standalone Temperature and Humidity Control v2
 |  Category: Electronics  | 2 Comments

If you’ve reached here directly – please see:

https://dushyant.ahuja.ws/?p=740

I’ve modified the code to add the following:

  1. Used the OneButton library so that the setpoint can be increased by clicking button and decreased by long clicking the button
  2. Used the Timer library so that I don’t rely on delay – which was inaccurate
  3. 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
  4. Used a similar logic for humidity – on when humidity is less than 50 and off when it is more than 60

more…

30 Nov 2013 Physical Android Notifier
 |  Category: Electronics  | Tags: ,  | 7 Comments

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:

  1. Funduino Mini Pro
  2. Common Anode RGB LED
  3. Switch
  4. Bluetooth Breakout Board

more…