matthijskooijman / arduino-lmic

:warning: This library is deprecated, see the README for alternatives.
707 stars 650 forks source link

Draws a lot of current #115

Open Fireobirdy opened 7 years ago

Fireobirdy commented 7 years ago

Can you please implement a sleep mode, so the system does not draw so much current when waiting for the next tx?

Oliv4945 commented 7 years ago

Hi, the radio is already in sleep mode and you can put the Arduino in sleep thanks to this library https://github.com/rocketscream/Low-Power

Aayk commented 5 years ago

Hi, the radio is already in sleep mode and you can put the Arduino in sleep thanks to this library https://github.com/rocketscream/Low-Power

Hi Oliv4945. Where can I find the code about LoRa sleep? I searched in all LMIC libray but I don't found where it goes to sleep

Oliv4945 commented 5 years ago

@Aayk : You can find it radio.c, at several places.