Connecting the Thingy:53 to an Arduino Setup

This forum feels pretty advanced, so if this is the wrong place to ask this question apologies and please let me know where I should be asking it instead.

My goal is to connect the Thingy:53 to an Arduino Uno such that when something is detecting with Edge Impulse (eg. a voice command), it will cause the Arduino to perform a function.  I've been looking for resources on how to do this in terms of both physical connections and what the code should look like.  Any guidance would be greatly appreciated.

Parents
  • Hi,

    Physically the Thingy:53 has a addon connector where some GPIOs, a debug header, etc. is routed out. So you can connect some pins there to your Arduino. Then you could use those for a sensible interface, for instance UART. Then adapt your nRF firmware to output status or similar. In practice, this probably means taking and Edge Impulse sample and modifying it slightly, adding the UART and outputting something sensible for your application when appropriate.

Reply
  • Hi,

    Physically the Thingy:53 has a addon connector where some GPIOs, a debug header, etc. is routed out. So you can connect some pins there to your Arduino. Then you could use those for a sensible interface, for instance UART. Then adapt your nRF firmware to output status or similar. In practice, this probably means taking and Edge Impulse sample and modifying it slightly, adding the UART and outputting something sensible for your application when appropriate.

Children
Related