I am currently living here in the Philippines and one of the local versions of Arduino here is called "ACEduino", mainly sold by one of the largest electronics shop here named Alexan Electronics.
I bought an ACEduino MEGA 2560 (ACEduino MEGA) for an academic project. The problem is that it can only be used with the IDE (Arduino 1.0) included in the Alexan website. The normal Sketch IDE can't communicate at all with the ACEduino. My problem is that I need to use libraries which can only be understood by the latest versions of Arduino IDE and support hasn't arrived from Alexan for almost a month now.
I was thinking of burning the default bootloader of Arduino Mega 2560 on it but not sure if it would do the fix. Hope you could help.
itonalng7:
I bought an ACEduino MEGA 2560 (ACEduino MEGA)
Can you post a link to more information on this board such as the product page? Please always use the chain links icon on the toolbar to make links you post clickable.
itonalng7:
The problem is that it can only be used with the IDE (Arduino 1.0) included in the Alexan website.
Post a link to that page of the website.
itonalng7:
The normal Sketch IDE
Do you mean the Arduino IDE?
itonalng7:
can't communicate at all with the ACEduino.
Please give details of what you mean by that.
itonalng7:
I was thinking of burning the default bootloader of Arduino Mega 2560 on it but not sure if it would do the fix.
I think you're on the right track but couldn't say for sure without more information.
OK, you're right, the problem is they have a different bootloader on the ACEduino Mega (ATmegaBOOT_168_mega2560 vs stk500boot_v2_mega2560) that runs at a different baud rate (57600 vs 115200). So I think you should be able to just use the current IDE to burn bootloader to your board as an Arduino Mega 2560 and use it as an Arduino Mega from there on. The ACEduino is actually 4 kB smaller than the Arduino bootloader but 4 kB isn't really a huge deal when you have 256 kB to work with. There is actually a really good 3rd party hardware package for the ATmega2560 (MegaCore) that has a 1 kB bootloader if you ever are cramped by the bloated stock Arduino bootloader.
PS. I believe that the ACEduino bootloader has the eternal loop after watchdog reset bug.
It's really sad that a company that manufactures and sells Arduino board derivatives is so completely clueless about how the hardware definition system works that they think they have to ship an entire copy of the Arduino IDE and even worse that they haven't bothered to update that IDE version in so many years. It shows they really don't care about the users of their products or about the Arduino community in general. I would avoid buying from Alexan in the future if at all possible.