TranLuongTuanAnh / contiki-2.7

RPL TOTAL ENERGY METRIC OBJECT IMPLEMENTATION IN CONTIKI 2.7
Other
1 stars 3 forks source link

Perodic wake-up cycle #4

Open OguzhanCetinbas opened 11 months ago

OguzhanCetinbas commented 11 months ago

I'm working on the sink and sender motelar.I want it to work in a periodic loop.I want the radio to stay on for 20 seconds for each mote, send data, then turn off the radio for 40 seconds.I want it to work like this all the time.I made changes to the Sender.c process_thread function but it didn't work and at the same time cc2420.c also . Can you give me feedback on which file directory I should do and how I should do something?