How can I send particular data(string or numbers) from one node to another node using x-cube-blemesh1 package?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-05-07 3:54 AM
I want to send data(specific data) from one node other nodes or app to node. I want to see those data in while debugging. In which function call( name of the function)it is reading the remote data in the firmware part?
In BLE mesh we don't have availability to send user required values. please help me in this
Labels:
- Labels:
-
BLE Mesh
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-05-15 10:36 PM
Please check the Publish mechanism. If you press the user-button, it sends a data-message to other nodes. Look for the implementation in
void Appli_ShortButtonPress(void)
