getting my 6DoF accel/Gyro and my bluefruit le uart friend to work together.

General project help for Adafruit customers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
WesThe2ndBest
 
Posts: 1
Joined: Fri Nov 18, 2022 11:48 pm

getting my 6DoF accel/Gyro and my bluefruit le uart friend to work together.

Post by WesThe2ndBest »

okay, so i have both bluefruit and the accelerometer wired up correctly and I need help with code so that the bluefruit reads the accelerometer code and displays the numbers on the app for bluefruit

User avatar
adafruit_support_mike
 
Posts: 67446
Joined: Thu Feb 11, 2010 2:51 pm

Re: getting my 6DoF accel/Gyro and my bluefruit le uart friend to work together.

Post by adafruit_support_mike »

Those two boards can't do that on their own. You'll need a microcontroller in the middle.

The microcontroller will be able to read information from the sensor, then format that information and send it to the BLE UART Friend through a Serial connection.

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

Return to “General Project help”