Post Go back to editing
Captured to Data Packets from Node WSN wiki page

Data Packets from Node WSN

how to stop receiving packets for 30 sec once the 1st packet is received from the node WSN , even though their s activities detected in sensors

Parents
  • Hi Ramya, The function Config_Ext_Ints(), configures the external interrupts. And is called just before the device enters hibernate mode. In your application, it is not required to call this every time, but only after the required time elapses. So, you can add a condition to execute this only when needed.

Reply
  • Hi Ramya, The function Config_Ext_Ints(), configures the external interrupts. And is called just before the device enters hibernate mode. In your application, it is not required to call this every time, but only after the required time elapses. So, you can add a condition to execute this only when needed.

Children
No Data