Activity › Forums › Questions & Troubleshooting › Software & Firmware › Programming controllino mini
-
Programming controllino mini
-
Hi, I have a program I created for arduino mega atmega2560, I used Visual Studio IDE with PlatformIO, so this is basically a c++ program. Can this be uploaded directly to controllino mini?, I could compile the code in Arduino IDE if required, although I think PlatformIO supports controllino too. How much program and EEPROM memory is available in controllino MINI?.
Thanks.
-
Hi,
yes, you are correct – PlatformIO directly supports CONTROLLINO. Just select the proper “board” and you should be able to compile and upload the program to the device.
If you want to be compatible with ATmega2560, please use CONTROLLINO variant MAXI or MEGA. They use the same microcontroller.
CONTROLLINO MINI uses ATmega328P which is used in and compatible with Arduino Uno.
For more details about the ATmega328P microcontroller see https://store.arduino.cc/arduino-uno-rev3 TECH SPEC, or the datasheet.
Thank you for your interest in CONTROLLINO!
Log in to reply.