🧴 Automatic Air Freshener Dispenser Using Micromotor – DIY Project

 

🧴 Automatic Air Freshener Dispenser Using Micromotor – DIY Project




Do you want your room to always smell fresh without spraying manually every time? With a few basic components, you can build your own automatic air freshener dispenser using a micromotor. It’s a simple and affordable project that you can finish in a day!

🔧 Components Required:

  • 1× DC micromotor (3V–6V)

  • 1× Air freshener spray (manual press type)

  • 1× Battery holder with switch (for AA or 9V battery)

  • 1× Push lever or arm (custom made with plastic or popsicle stick)

  • 1× Timer circuit (optional – 555 timer module or Arduino)

  • 1× Small gear or cam (to control the motion)

  • Wires, glue gun, and basic tools


🛠️ How It Works:

The micromotor is attached to a small cam or gear mechanism. When powered on, the motor rotates and pushes down a lever connected to the spray nozzle. This presses the spray, releasing fragrance into the room. A timer can be added to automate the spray intervals.


🔌 Circuit Diagram (Simple Setup):

If you're using a 555 timer:

  • Connect the timer in monostable or astable mode to control intervals.

  • Output of timer goes to motor transistor switch.

  • When time triggers, the motor turns ON for a few seconds, then OFF.

If you're using an Arduino:

cpp
int motorPin = 3; void setup() { pinMode(motorPin, OUTPUT); } void loop() { digitalWrite(motorPin, HIGH); // press spray delay(1000); // 1 second digitalWrite(motorPin, LOW); // release delay(3600000); // spray every 1 hour }

🧪 Assembly Steps:

  1. Fix the motor on a stand or frame where it aligns with the spray nozzle.

  2. Attach a cam or arm to the motor shaft to press the nozzle when the motor rotates.

  3. Connect the circuit with battery and switch/timer.

  4. Test spray by manually pressing the switch.

  5. If using a timer, adjust the delay for desired spray frequency.

  6. Enclose the setup in a box for neat look.


✅ Benefits of This Project:

  • Keeps room fresh automatically

  • Cost-effective DIY solution

  • Great learning project for beginners

  • Can be powered by batteries or USB


💡 Tips:

  • Use a strong enough micromotor to press the spray button.

  • You can also add a motion sensor to spray only when someone enters the room.

  • Reuse parts from old toys or gadgets to reduce cost.


📸 Final Thoughts:

This DIY air freshener dispenser is not only useful for your home or office, but also an excellent electronics project for learning automation using micromotors and basic circuits.

Popular Posts

🎉 30,000 Views Celebration! 🎉 Thank You, DIY CLUB Fans!

DIY Mini Electric Room Heater: Compact and Efficient Heating Solution

DIY Virtual Glasses

DIY Mosquito Pest Repeller Circuit

DIY Mini Water Pump

Smart & Innovative

Product Review: Sonex Instant Tap Heater/Geyser & DIY Instant Tap Heater/Geyser

Happy crafting, and enjoy watching your escalator come to life!

DIY mini fridge

Big Projects