#52214

sir can i didn't understand about these thing buffer etc . can u plz share step viz circuit for it like 1ohm resitoor to base of that particular transitior and all that .
plz provide components details i will really appreciate.
led are those which are commenly used in inverters for various indications.

Author
#52221

I think using an opto coupler will be a better idea than a transistor.

you can employ the first circuit from this article:

https://www.homemade-circuits.com/2013/02/how-to-drive-relay-through-opto-coupler.html

remove the relay and use the collector for feeding the Arduino, replace the 12V supply with 5V.

the opto LED with a 10K resistor can be then connected with the external blinking LED

#181299

You are doing a nice job sir. please what changes can be made on the setup to be able to run Arduino nano programs on the bread board set up above. I know they use the same microcontroller but the atmega 328 in nano seems to have up to 32pins instead of 28. 16Mhz crystal oscillator is connected between pins 7and 8 in nano while the schematic above shows 16MHz oscillator at pins 9 and 10.

Author
#181370

Thank you Moses, As we know Nano is a PCB Board, loaded with Extra Stuff:

Arduino Nano looks like it has “more pins” because of extra power pins, USB to serial chip, voltage regulators, etc.

But actually the main chip inside is still ATmega328P which has only 28 pins.

The Nano’s pin numbers (like D13, A0, A5, etc.) are just labels for the same physical ATmega328P pins, arranged nicely on headers.

XTAL Pins Are the Same Internally:

The ATmega328P always uses pin 9 (XTAL1) and pin 10 (XTAL2) for the 16MHz crystal.

The Nano board just routes those internal chip pins to external PCB tracks which may make it look like they are on pins 7 and 8 because of PCB layout, not because of any actual change in chip pinout.

#52210

sir i have a circuit which has a led and ita blink at for on and off for 500ms continue .
i want to tap that that on off signal from led terminal and feed it to Arduino .
does doing this can affect to performance of circuit or to led on off performance??

Author
#52213

Hi Gurmel, you can extract the frequency from the LED, it will have no impact on the LED operation, but make sure to use a transistor buffer in the middle having a high resistor with the base, this resistor can connected with the LED for the extraction.

#40533

Hi vijay,

No, you can't. The above article is only dedicated for ATmega328P. If you do the same for Atmega32 you will end up in errors. Use appropriate programmer to upload the code for ATmega32. You can use Arduino UNO board to program ATmega8 and ATmega16 and some other microcontrollers, not with the above schematic, but you can find schematic around the internet.

Best Regards.

#40444

Sir can I able to burn 40 pin with the same circuit by using breadboard with arduino uno

#40502

Thanks for your reply sir. My question is by using arduino uno we can able to program the atmega328 which is a 28 pin microcontroller. As per your above tutorial configuration can I able to upload the program in 40 pin atmega32 by using arduino uno. I hope you may understand my question now.

#40477

Hi Vijay,

Can you please elaborate your question.

Author
#40459

Vijay, I am not sure about it, Mr. GR will be able to answer this, hopefully soon.

#40279

sir,can i used capacitor C1-10,000uf and 63v istead of 25v and also what am i used instead of choke 2mh its not available in market easily can imake its on bolt to do more turns on it.

Author
#40309

zahid, no that will not do, you must go exactly as recommended in the article.

please comment under the relevant article

#40301

sir, please tell me in induction heatar i used a single 2uf and 400v capacitor tank instead of 6 330nf and also make a choke 2mh on iron core of 20 turn beacuse lack of avaibility in market but circuit not operate then what iam do.

Author
#40292

zahid, which circuit are you referring to?

Need Help? Please Leave a Comment! We value your input—Kindly keep it relevant to the above topic!

Your email address will not be published. Required fields are marked *