Activity › Forums › Questions & Troubleshooting › Software & Firmware › Programming controllino mini › Reply To: Programming controllino mini
-
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!