vpominchuk / lightmeter

Lightmeter/Flashmeter for photographers, based on Arduino.
GNU General Public License v3.0
97 stars 32 forks source link

Add Power On/Off switch. #1

Open morozgrafix opened 6 years ago

morozgrafix commented 6 years ago

Would be great to add On/Off switch.

vpominchuk commented 6 years ago

Choosing between these two buttons: https://www.adafruit.com/product/1400 https://www.pololu.com/product/2808

morozgrafix commented 6 years ago

@vpominchuk I've attempted to add adafruit power button and cleaned up schematics a little bit. Would you please take a look at updated Fritzing file on my fork? https://github.com/morozgrafix/lightmeter/tree/power_button/Schematic%20Diagram

Added Adafruit Power Button Switch

TODO:

Cleanup: Cleaned up Breadboard and Schematic in Fritzing (needs thorough check to make sure everything is still correctly routed)

Partially solves #1

miketyj commented 2 years ago

@vpominchuk I've attempted to add adafruit power button and cleaned up schematics a little bit. Would you please take a look at updated Fritzing file on my fork? https://github.com/morozgrafix/lightmeter/tree/power_button/Schematic%20Diagram

Added Adafruit Power Button Switch

TODO:

  • Wire up OFF pin of the power button to Arduino and update code for automatic shut off
  • PCB layout to accomodate power button

Cleanup: Cleaned up Breadboard and Schematic in Fritzing (needs thorough check to make sure everything is still correctly routed)

Partially solves #1

Hi, this is a bit late but has the Wire up OFF pin of the power button to Arduino been done? I pulled the latest version of the source code and found that the device has trouble starting up after switching the slide switch off.

I have to wait about a minute before I can start the device again.