hi devzon.
a few days ago, I successed what I want using ble_app_blinky and ble_app_blinky_c
- when press the button1 of server nrf52 dk board, and then the led1 of client nrf52dk board is turned on.
nest, specifically, I want to make light switch(peripheral) and light receiver(central) using ble beacon and beacon scanner.
and then what I want is as follows.
no.1. light receiver is always powered on and maintain "scan mode"
no.2. light switch(transmitter, peripheral) is always powerd off, and when I turned on the switch, it is powered on at a moment and powered off right away.
no3. as soon as ilight switch is powered on, it start advertising and light receiver scan that and execute something like turning on led
the reason why the light switch maintain powerd off state is that it has no battery. That is my reseach subject.
so I think I should use beacon example. But.. as you know, nordic sdk v17.1 doesn't have beacon scanner example like ble_app_beacon_c.
How can I do? please help me to study about beacon and beacon scan.
and I'm gonna use nRF52832 chip and module.