Other Parts Discussed in Thread: TIMAC, CC2530
Hi,
I am using Sample application for TIMAC on CC2530 SoC, I want to program an end device so that it should broadcast the data without joining to any network.
After restart it should initialize itself and should start transmitting without joining to any n/w or associating with itself to any device. The end device should not bothered about any device is listening to it or not it should broadcast at predefined interval.
Can I post data without configuring it as device or coordinator (I dont want to call MAC_InitDevice(); MAC_InitCoord())? Can I get detail what these functions(MAC_InitDevice(); MAC_InitCoord())?) are doing internally? So that I can do necessary settings without calling these functions and start broadcasting without scanning n/w ie joining any coordinator or router.
Regards