Hi all
I've been working on a wireless camera (Canon) trigger which originally started life using the Arduino Uno. It's a project I've started which I hope I can develop into a neat controller for the camera for aid in timelapse photography, trigger based shutter release, among other things.
But for testing purposes at the moment I'm using only an IR LED which I am operating every 3 seconds.
Early in the project I decided, I didn't really want to use up an entire Arduino Uno for my one project idea, and would rather shrink it all down a bit, then solder up the pieces when I'm done (I'm new to all of this)
After many headaches, and hours researching, I've got to the stage where it now works over an ATTiny85, provided it seems, I'm giving it 5V power from the Uno (Whilst connected up to the computer)
I've tried connecting a 9V battery to power and ground, but then it doesn't work. I've also tried a CR2032 (3V) button cell battery, but that too doesn't work - It lights up an LED just fine if I put it before the ATTiny85 in the circuit, but that's it. The IR LED (or normal LED I use for testing) doesn't seem to flash at the 3 second interval like it does while getting power from the Arduino.
I've tried browsing the internet for a solution, but most of the time I end up on a page full of terms and knowledge I haven't grasped yet. I guess my questions at their core are :
1: What's stopping the CR2032 battery from powering the ATTiny85, as it seems other projects use one of these
2: Would a regulator work (7805 5v) in conjunction with a 9v battery? I nearly brought some of these, but then see mention of caps (I guess capacitors?). I also frequently see people shun the 9V battery as an option so I guess I should use something different anyway
3: In my case, what is the best power options available to me - AA, AAA, do I have to keep 5V in mind or should the ATTiny85 and an IR LED run okay on different voltages? I really don't have a clue what I'm doing ![]()
I'd appreciate it if anyone could take the time to help me out, thanks
- Christian