Jump to content
  • 0

Arduino Uno R3


madiha khan

Question

2 answers to this question

Recommended Posts

Depends on what you mean by "stopping the Arduino", and "wirelessly".

If, by stopping the Arduino, you want to be able to control whether or not it runs, there should be options in the language for putting the part to sleep and waking on some event.

With wireless, there are various shields that support WiFi, Bluetooth, LoRa, and probably other standards. So how are you wanting to communicate with it?

Link to comment
Share on other sites

It is possible to put Arduino to sleep that is very low power consumption mode for a period of time. Periodicity of this mode is determined by the Watchdog timer. When waken the Arduino will check communication and do whatever it is programmed to do and then go to sleep. If you make very low duty cycle the average consumption will be also very low. In my recollection not all processors have such capability. You will need to check the datasheet. All information for this kind of use case is available on Internet.

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...