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

Recommendation on how to simply connect two radios

I'm looking for a recommendation on how to simply connect 2 radios to implement a remote switch for a fan.

I'm interested in using Zephyr to begin learning to use it. I have several nrf51822 modules. They only have 16K of ram. This isn't enough to do anything sophisticated with Zephyr.

I'm thinking os setting up one radio as a beacon, advertising a unique id and have the other listen for it. When it receives it, it will turn on the fan. To turn on the fan, turn on the beacon.

Does this seem like a reasonable approach?

Related