Hi.
First of all, let me tell you that, even if this is my first post, I’ve been reading this forums for a long time and thanks to that I achieve so much in my current project. This is my first project with Arduino. I worked with Raspberry PI and Beaglebone before, but usually the Hardware / Microcontroller part was handled by other people.
I’ve been working on this project for a year now, sometimes getting the parts was a little tricky because where I live is not easy to import things, but at the end, I think I got everything I need.
At last, I achieve what I was looking for, I have a little software issues, but I’ll debug them later.
On the other hand, I have an “issue” that I think is not something I can fix with software.
Let me describe you the circuit, I have an Arduino Nano PWM Pin connected to a Buckpuck (3023-D-E-1000) (http://www.luxdrive.com/content/3021-BuckPuck.pdf) Ctrl Pin, and then connected with a LED. Everything is powered by a Li-Ion battery with 7.4v. (I attached a diagram of the circuit)
The circuit, which I ‘design’ reading this forums and with a few google searches, works fine. The problems is when the Arduino is booting, the PWM Pin don’t have the necessary 5V to turn off the Buckpuck. So, when I close the switch, the Buckpuck turn on the LED full power until the Arduino finish booting. I want to avoid this behavior.
Until now, the only way I avoid any kind of light from the LED while turning on the Arduino was by powering the Buckpuck after the Arduino finish booting (putting a second switch between the Battery and the Buckpuck VIN+)
I’ve been reading about transistors, MOSFET. That’s all new to me, I learnt a lot this days about this, but I am sure I just start scratching the surface.
So I decide to ask you for some help. If I didn’t bore you so far with all this, can you help me out with this problem? In a few words, I want to avoid the flash of light while the Arduino is turning on.
Thank you in advance and thank you for all the other questions you answer for me without even noticing.
(I am from Argentina)
