Adalogger 32U4 vs M0 - What's the diff?

For Adafruit customers who seek help with microcontrollers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
DarTC
 
Posts: 1
Joined: Wed Oct 06, 2021 2:31 pm

Adalogger 32U4 vs M0 - What's the diff?

Post by DarTC »

I'm interested in building a simple 3 axis accelerometer data logger and the Adaloggers look like a good platform to start with. The M0 is $2 cheaper than the 32u4 and at a glance the cheaper option seems more powerful. Anyone willing to explain the benefit of the 32u4?

User avatar
dastels
 
Posts: 15831
Joined: Tue Oct 20, 2015 3:22 pm

Re: Adalogger 32U4 vs M0 - What's the diff?

Post by dastels »

None really. The M0 is orders of magnitude better (much faster, vastly more memory, 32 bit CPU rather than 8 bit). The 32u4 is a simpler chip which might be appealing if you are working in assembly language. But using C/C++ abstracts those details away. The 32u4 might end up significantly cheaper at mass production scales. But for single projects or small scale production you're probably better off going for an M0 chip (i.,e. the SAMD21).

Dave

Locked
Please be positive and constructive with your questions and comments.

Return to “Microcontrollers”