Perfect start for my new project
For LoRaWAN-megaBrick
My current wireless low power projects involve HopeRF RFM69 and/or RFM95 modules combined with the ATMega328P processor as it is used on Arduino UNO, Arduino Nano or Arduino Pro-Mini boards. Unfortunately I ran out of flash and RAM using the ATMega328P. The solution is the megaBrick as it offers 4 times as much of flash. The ATMega1284P processor mounted on the megaBrick is supported by the Arduoino IDE and the the "MightyCore" library (https://github.com/MCUdude/MightyCore).
The megaBrick was delivered within 2 days and looks professionally built. The boards are a bit bigger than a Arduino Nano, have a 3.3V LDO, a placeholder for a RFM69HCW or a RFM95 RF module, and a 16MHz crystal. The bootloader is preinstalled. Installing the core library and programming the board is done within minutes. Very nice!
Since the ATMega1284 is another AVR, it is very easy to migrate from a ATMega328P based project. In most cases just the GPIO ports have to be adopted/renamed, and that's it. Almost all Arduino libraries support the megaBrick, the "LowPower" library is to mention here especially.
For advanced users who want to change fuse settings, the megaBrick does not have a ISP adapter. Fortunately the required GPIO's are available at the pin headers. So I took a little piece of prototype PCB and built my own adapter which I can now plug on top of the megaBrick - when needed.
Conclusion:
Very nice product, very nice support, good price/performance ratio.
Response from Low Power Solutions | Nov. 14, 2020
Thank you so much :-) I am happy that you liked the board. Regarding ISP header, I am working on a baseboard that will also include a ISP header that might ease the job.