Skip to content

smirzai/hobbyStroboscope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project specifications

  • This project is a simple basic stroboscope using arduino and power LED’s in its simplest form.

  • The project can flash the power LED with frequencies from 1Hz to 50Khz. Duty cycle is fixed in the code.

  • The stroboscope is fed by a 3 Cell 11.2v Lipo battery.

  • The last used frequency is stored in EEPROM and will be restored with the device is turned on.

Controls

  • On/Off switch: cuts the main power when off

  • Rotary switch push button: When the system starts, the cursor is on the most significant digit. Each pushing of push button, will move cursor to right. The cursor will roll to the most significant when it reaches the least significant digit.

  • Rotary switch: Turning the rotary switch to right or left will increase and decrease the digit at the cursor respectively.

  • Double push button: Pressing it doubles the frequency

  • Half push button: pressin it halves the frequency

Parts list

Hardware design

The schematic and breadboard diagram can be found in sketch.fzz using Fritzing free tool. 10W LED needs around 11v. The current should be limitted to 1A on steady usage but can more current, maybe up to 10 A on very short bursts. If the 11.2 battery is directy connected to LED on steady state, there is a high chance of LED to burn. But as we only connect the battery to LED terminaln only in short bursts, it should be no problem. A MOSFET is used to drive the current. In the test arduino could not provide enouph voltage for Mosfet to turn on. To increase the voltage a generic 2n2222 is used. The pulse whichd drives the 2N2222 and Mosfet is generated accurately by Arduino.

Arduino Stroboscope

Schematics

Here is the breadboard diagram:

breadboard view

and this is the schematics diagram:

schematic

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages