I want to design pure sine wave inverter using Arduino I found the code of pure sine wave inverter using pic microcontroller but I need code with arduino. Can you help me write code with arduino.
Thanks..
I want to design pure sine wave inverter using Arduino I found the code of pure sine wave inverter using pic microcontroller but I need code with arduino. Can you help me write code with arduino.
Thanks..
I think you will find the Arduino (ATMEGA328) is not fast enough for this purpose, there are a lot of calculations and control algorithms needed to do this reliably and with quality
If your not bound to the Arduino, you may want to check out the TI range of Launchpads, they have a few that are designed for this purpose. In fact I have even review a couple on my TI Tuesday videos
I think you will find the Arduino (ATMEGA328) is not fast enough for this purpose, there are a lot of calculations and control algorithms needed to do this reliably and with quality
If your not bound to the Arduino, you may want to check out the TI range of Launchpads, they have a few that are designed for this purpose. In fact I have even review a couple on my TI Tuesday videos
Hi Peter,
as per the way and kind of request I thought that it is more as an exercise than a real-world application. Nice suggestion for the TI boards... It is what I will use (or at least a ChipKit platform if I absolutely want to use the PIC, but based on your suggestions I think things become more complex than what Junad is expecting
Enrico