ZBOSS_v1.0_src use for send and receive Based on IEEE 802.15.4

7 years ago
  •  vria us

hi

 

first I thank for your efforts

 

My project is networking a lot cc2530 module,(1 Coordinator,and the rest Router).Each node only I have one cc2530 that send and receive Based on IEEE 802.15.4.

 

The data to be sent to network , Taken from uart0.

 

and now my Question?

 

I can use the ZBOSS_v1.0_src for Each node that send and receive Based on IEEE 802.15.4 and Taken data from uart0?

 

thanks.

 

Replies (1)

RE: ZBOSS_v1.0_src use for send and receive Based on IEEE 802.15.4

Hello,

 

There is no final solution in the stack itself to bridge the data from the outside (eg UART) to the network, but you could probably consider ZBOSS MAC as a starting point for your project. I guess you should implement the UART transport, maybe some validation of the data coming from the UART and then send your data using ZBOSS MAC.