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

nRF51 dongle Arduino / ATmega AVR with TWI ANT

I have a few nRF51 dongles I wish to use with ANT+ for wireless mesh communication between some robots. I want to connect each to one ATmega 1284p and another Arduino Mega with ATmega 2560, both 5v chips. Can I connect them directly to the GPIO edge pins to interface with TWI or will it destroy the nRF chip?

Edit; www.nordicsemi.com/.../nRF51-Dongle

Parents Reply
  • I've not used the nRF51 I2C, but the way to check is the same as for any microcontroller:

    1. Look at the chip datasheet to see what pins can function as I2C;
    2. Look at the dongle schematics to see if any of the available connections map to the I2C-capable pins identified above.

    The radio scheme you describe should be possible, but is certainly not a beginner project. You should plan to take some time to get familiar with ANT and the Nordic systems and experiment with simple connections before attempting the mesh ...

Children
No Data
Related