Other Parts Discussed in Thread: CC2430
Hello!
I am here again to ask for help with my CC2430!
I am building a wireless sensor network, in which, CC2430(master) sends UART command to sensor(slaver), receives the data from sensor and transmits it out by OTA. The chip is supposed to wake up and send UART command every 5 secends, then keep awake till the OTA packet is done.
The project is SerialApp from Zstack.
What I did to this project:1. #define RFD_RCVC_ALWAYS_ON FALSE
2. POWER_SAVING
3. #define HAL_KEY_INTERRUPT_ENABLE
4. Change INT_HEAP_LEN from 4096() default setting to 1890
5. Change POLL_RATE to 0
6. Block NWK_AUTO_POLL
7. Change linker command file to f8w2430pm.xcl
Now the current during sleep time is about 6mA, which is 10000 times of 0.5uA specified in datasheet! Could you please give me some suggestion what else I should think about! Thanks!