microcontroller with zigbee transmit wireless data

Status
Not open for further replies.

gabriellimhj

Junior Member level 3
Joined
Oct 30, 2013
Messages
30
Helped
0
Reputation
0
Reaction score
0
Trophy points
6
Activity points
181
hi, i got a microcontroller with zigbee connected. The zigbee is able to receive data. But may i know how can i send data wirelessly via the zigbee? Thanks.
 

ya its connected alr. but how do i start writing the c code. i want to transmit a ucast to another zigbee and im trying to transmit a wireless data not uart.
 
Last edited:

hi, i tired writing the code. I can transmit ucast wireless but only for one time. So may i know whats wrong? Thanks
 

Attachments

  • ccccccc.txt
    4.2 KB · Views: 75

Use this function.


Code C - [expand]
1
2
3
4
5
void txString (char *string)
{   
    while(*string)
        tx0(*string++);
}

 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…