Other Parts Discussed in Thread: TIDA-010003, , TIDA-010024
Tool/software: TI-RTOS
Greetings
we succedded at making the TIDA-01547 reference design with TIDA-010003 reference design to create a mesh network for push scenario.
the thing is we want the end nodes to sleep in certain time then wake up for transmitting or forwarding other nodes transmissions.
we measured the current consumption in end node it was 7.9 mA continuously.
we changed this line in the config.h file to make end node Rx off when idle:
#define CONFIG_RX_ON_IDLE false
we also changed:
#define FH_NUM_NON_SLEEPY_HOPPING_NEIGHBORS 20
#define FH_NUM_SLEEPY_HOPPING_NEIGHBORS 0
to different values like non sleep 2 sleep 20, but no change on end nodes whatsoever.
my questions:
1. does this reference design even support sleeping, therefore a low power consumption layout.
2. how can we make end nodes sleep means make them idle when no tx is available (for only Tx end nodes).
3. can we change the available mode (for example beacon mode) to make all nodes wake up in a certain time listen for any transmission in the air (for Tx Rx end nodes).
4. the TI 15.4 Stack Power Calculator, does it give average current consumption for CC1310 in mesh also or just star, plus how to change (Collector Message Period) show in the calculator.