in the demo of EnOcean switch translator client,there is just enocean_switch_nrf52832_xxAA_s132_6_0_0.emProject .is it use the same demo as client in the example of light switch?but it doesn't work.could you give me some advice?thanks.
in the demo of EnOcean switch translator client,there is just enocean_switch_nrf52832_xxAA_s132_6_0_0.emProject .is it use the same demo as client in the example of light switch?but it doesn't work.could you give me some advice?thanks.
Have you taken a look at the Nordic Infocenter documentation regarding this example? There, it says you should use this example with a provisioner & one or more servers from the light switch example folder. The main point is to show how you can use a translator client to translate the enocean switch messages into mesh messages (i.e. integrating an enocean switch into a Bluetooth Mesh Network). To be able to run this example, you will need an enocean switch in addition to three compatible nrf development boards.
i've seen the file,and i used three nrf boards for server,provisioner and enocean_switch_nrf52832_xxAA_s132_6_0_0.emProject,but when i run this example it send some data as shown in rtt viewer,so i think it transmits commissioning telegrams.after provisioned,i can press the button in server to control the status of this board downloaded this project.but i haven't an enocean switch.maybe i misunderstanding the project .but is the project(enocean_switch_nrf52832_xxAA_s132_6_0_0.emProject,) a translator client as you said?
i've seen the file,and i used three nrf boards for server,provisioner and enocean_switch_nrf52832_xxAA_s132_6_0_0.emProject,but when i run this example it send some data as shown in rtt viewer,so i think it transmits commissioning telegrams.after provisioned,i can press the button in server to control the status of this board downloaded this project.but i haven't an enocean switch.maybe i misunderstanding the project .but is the project(enocean_switch_nrf52832_xxAA_s132_6_0_0.emProject,) a translator client as you said?
Yes, the enocean_switch_nrf52832_xxAA_s132_6_0_0.emProject is a translator client. If you take a look at the README.md file in the enocean_switch folder, you can see it says EnOcean switch translator client demo at the top.