Wednesday, 5 June 2019

arduino - Using adafruit Flora or Adafruit Trinket + MPU-6050 3-Axis Gyroscope + nRF24L01+ together


I am trying to do a project where I need to transmit data from an object if the object is moved in a particular way. The restriction is that the device has to be as thin and small as possible. I am trying to figure out if I can integrate the following three modules:




  1. An Adafruit trinket or Adafruit Flora controller

  2. A MPU-6050 3-Axis Gyroscope (http://www.gearbest.com/development-boards/pp_22492.html?currency=USD&gclid=CMbguuOG9sICFYXtMgodDxoAfA)

  3. A nRF24L01+ wifi module (https://www.nordicsemi.com/eng/Products/2.4GHz-RF/nRF24L01P)

  4. Use a coin battery.


Does anyone have an idea if the above 3 things are integrable? Do I have any way to check that? Any idea will be appreciated.


Regards, Zafar




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...