This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Thingy 91 and Thingy 52

Hi,

I am having some trouble. For a project, I need GPS, 9 axis IMU (accelerometer, gyroscope, and magnetometer), a microphone, and LTE connectivity in a small form factor. The Thingy:91 does not have a microphone or a gyroscope and magnetometer. However, Thingy:52 does not have GPS and LTE connectivity. Is there another board that can do all of this? Is there a way to connect a 9 axis IMU and microphone to the THingy:91 or attach GPS and LTE connectivity to the Thingy:52? What breakout boards should I use in order to do that? Can I run them in master/slave configuration? I am new at development.

Thank you for your help.

Parents
  • Hi!

    For your application I would suggest adding your desired sensors to the Thingy:91. The nRF9160 supports serial interfaces like SPI and I2C, enabling slave/master configuration. However, note that most of the GPIO already is used as discussed in this thread.

    For initial development I recommend that you use the nRF9160 DK, which is much more versatile in terms of available GPIO. In addition the DK houses an on board debugger making application testing easier. 

    Best regards,
    Carl Richard

Reply
  • Hi!

    For your application I would suggest adding your desired sensors to the Thingy:91. The nRF9160 supports serial interfaces like SPI and I2C, enabling slave/master configuration. However, note that most of the GPIO already is used as discussed in this thread.

    For initial development I recommend that you use the nRF9160 DK, which is much more versatile in terms of available GPIO. In addition the DK houses an on board debugger making application testing easier. 

    Best regards,
    Carl Richard

Children
Related