Member | Action | Date |
---|---|---|
|
Posted
BG22 client bonding event on
Bluetooth Forum
Hello, I'm using two BG22 one as client another one as server, I can successfully setup a connection between BG22 server and iPhone with bonding, but when I use my BG22 client to connect with BG22 server, it seems that doesn't have bonding request event generated in BG22 client, which event actually that I can catch for starting bonding process? I tried to catch below event in BG22 client, but still no luck gecko_evt_sm_passkey_display_id gecko_evt_sm_passkey_request_id gecko_evt_sm_confirm_passkey_id gecko_evt_sm_confirm_bonding_id gecko_evt_sm_bonded_id gecko_evt_sm_bonding_failed_id
Thanks and regards, Kevin |
44 days ago |
|
Replied
to
Data comes from End Device or Router
Thanks YK. So, is there any callback in router can let us know the temperature data is passing through? |
Aug 10 2018, 10:33 AM |
|
Updated
Data comes from End Device or Router on
Forum
I built a coordinator, a router and an end device (temperature sensor) with Mighty Gecko boards, how coordinator distinguish the temperature data comes from end device directly or passed through the router? Thanks and regards, Kevin |
Aug 10 2018, 10:23 AM |
|
Updated
Data comes from End Device or Router on
Forum
I build a coordinator, a router and an end device (temperature sensor) with Mighty Gecko boards, how coordinator distinguish the temperature data comes from end device directly or passed through the router? Thanks and regards, Kevin |
Aug 10 2018, 10:14 AM |
|
Posted
Data comes from Device or Router on
Forum
I build a coordinator, a router and a end device (temperature sensor) with Mighty Gecko boards, how coordinator distinguish the temperature data comes from end device directly or passed through the router? Thanks and regards, Kevin |
Aug 10 2018, 9:52 AM |
|
Replied
to
Sensor does not report to Coordinator
Checking "case END_DEVICE_ANNOUNCE:" in emAfProcessZdo works for me, thanks!
|
Aug 10 2018, 9:42 AM |
|
Replied
to
Sensor does not report to Coordinator
I am thinking that sensor should send emberSendZigDevBindRequest after joining to the gateway, but emberAfPreZDOMessageReceivedCallback seems not a right place to do so. Have any callback can confirm that the sensor joined to the gateway? thanks! |
Aug 01 2018, 9:41 AM |
|
Replied
to
Sensor does not report to Coordinator
Thanks for your response YK. I am facing the below issues now: 1) Calling emberBindRequest have compile error, can I use emberSendZigDevBindRequest instead? 2) Where/When should I call "Bind Request" in the software? Thanks! |
Aug 01 2018, 8:57 AM |
|
Replied
to
Sensor does not report to Coordinator
Thank you very much Konstantin, I got the answer after reading the documents. I should send emberBindRequest once the sensor connected to the coordinator as what YK said. Hi YK, thanks for your recommendation, I am now trying to send emberBindRequest in emberAfPreZDOMessageReceivedCallback, I can get most of the arguments by calling ember APIs except groupAddress. EmberStatus emberBindRequest( EmberNodeId target, Actually what is groupAddress and how to get the groupAddress? Thanks! |
Jul 31 2018, 9:43 AM |
|
Replied
to
Sensor does not report to Coordinator
How to send binding request? Any reference code? Thanks!
Show more
|
Jul 31 2018, 12:49 AM |