Adafruit Microcontroller

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
ppecch
 
Posts: 23
Joined: Mon Jun 14, 2021 12:11 pm

Adafruit Microcontroller

Post by ppecch »

Hello, I'm working on a project that requires the following hardware, microcontroller, datalogger (microSD card) and BNO055 which will interface with Arduino IDE, any suggestions on which Adafruit products to order? I'd need the equivalent processing power as a Teensy 3.6. Thank you

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

Re: Adafruit Microcontroller

Post by dastels »

A few questions:
- What do you mean by "interface with Arduino IDE"? (I assume you mean you are programming it in C++)
- Why the same processing power as the Teensy 3.6?
- What do you mean by processing power in this case? clock speed, flash, ram, I/O...
- How will it be powered?
- If you are data logging, do you want an RTC as well?

Dave

User avatar
ppecch
 
Posts: 23
Joined: Mon Jun 14, 2021 12:11 pm

Re: Adafruit Microcontroller

Post by ppecch »

Correct Dave,I’ll be using C++ to program it. Similar in terms of clock speed, flash and ram and it will be powered with a LiPo battery. Not sure what RTC is?

User avatar
adafruit2
 
Posts: 22200
Joined: Fri Mar 11, 2005 7:36 pm

Re: Adafruit Microcontroller

Post by adafruit2 »

SAMD51 boards are similar in processing power to teensy 3x
https://www.adafruit.com/product/3800 or https://www.adafruit.com/product/3857 (Digikey has some in stock)

User avatar
ppecch
 
Posts: 23
Joined: Mon Jun 14, 2021 12:11 pm

Re: Adafruit Microcontroller

Post by ppecch »

Do either of these two boards have a datalog option and/or any know issues working with a BNO055?

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

Re: Adafruit Microcontroller

Post by dastels »

If you choose the Feather M4 Express https://www.adafruit.com/product/2922 you can use the Adalogger Featherwing https://www.adafruit.com/product/2922 to give you a microSD slot and RTC. RTC (real time clock) is a battery backed up clock chip that keeps accurate time (once set) that you can use to timestamp log entries.

Both those linked boards (ItsyBitsy and Feather) work great with the BNO055.

Dave

User avatar
ppecch
 
Posts: 23
Joined: Mon Jun 14, 2021 12:11 pm

Re: Adafruit Microcontroller

Post by ppecch »

Thanks for the help!

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

Return to “Arduino”