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

Dual Mode Wireless on nRF51822

I'm working on a wireless sensor network and was thinking about using nRF51822 as the primary SoC. For my network it would primarily be low power sensors talking to one another over a proprietary RF link but that it would be nice if any one of the nodes in the mesh could connect to a iPhone via BLE and bridge communication over to the rest of the mesh. Is that possible with nRF51822?

Parents
  • As Marc says, this should be possible to do on an nRF51822, but we don't have any mesh protocol examples for it, so this is something you'd have to make yourself. Making a mesh protocol can be a complicated task, but should be doable.

    An option if you need to avoid the disruption on the BLE link could be to use the nRF51922, which is capable of keeping a BLE connection while doing ANT data transfers. ANT is also not a mesh protocol, but would make it possible to make simple networks relaying information.

Reply
  • As Marc says, this should be possible to do on an nRF51822, but we don't have any mesh protocol examples for it, so this is something you'd have to make yourself. Making a mesh protocol can be a complicated task, but should be doable.

    An option if you need to avoid the disruption on the BLE link could be to use the nRF51922, which is capable of keeping a BLE connection while doing ANT data transfers. ANT is also not a mesh protocol, but would make it possible to make simple networks relaying information.

Children
Related