Hi, i have an arduino 3ph inverter code already tested and working, what i need now is to load it into a chip, how can i do this? I do not want it in arduino module.
Thanks in advance
Hi, i have an arduino 3ph inverter code already tested and working, what i need now is to load it into a chip, how can i do this? I do not want it in arduino module.
Thanks in advance
Is your question related to the hardware set up (connections etc) or the software side of the operation?
If hardware then there is huge resource on wiring standalone AVR chips on the Arduino site as well as elsewhere on the web.
On the software side, you can load it via the Arduino IDE if you have a bootloader on the chip or you can load it directly as HEX. If you are not using the IDE then you'll need to give us a clue as to what how you want to proceed.
What is the target processor? I guess an ATmega2560 from the context.
Google for "arduino mega barebones"