The quiescent current measured by the test circuit is 8 μA.
I can not find a mistake in my sketch. Please help me find a bug. Or I ask you to give an example of a sketch for LoRa, in which there is an internal watchdog timer.
Thanks in advance for your help.
P.S. Sorry, bad computer translation.
"The RFM95 works with 3.3V so do not connect to 5.0V, the chip will die if you do that!"
I'm afraid this is a myth. After the experiments, I will switch to 3V power.
You can sometimes get away with violating the manufacturer's recommendations, but it is pretty likely that even if the chip seems to work, it has been damaged.
We've all done this accidentally, so throw it away, chalk one up to experience, and start over.
You can sometimes get away with violating the manufacturer's recommendations, but it is pretty likely that even if the chip seems to work, it has been damaged.
We've all done this accidentally, so throw it away, chalk one up to experience, and start over.
Thank!
I checked the operation of 2 chips on 3V and 5V. They work. It's easy for me to work with a 5V USB-UART converter.
Please focus on my problem. This is a high power sleep LoRa. I need help editing the wrong code.
Cadis:
Please focus on my problem. This is a high power sleep LoRa. I need help editing the wrong code.
Waste of time, no way of knowing if there is a problem in the code, or the devices are missbehaving because they are being abused outside of specification.
A SX127x LoRa device has a sleep current of a little less than 0.1uA, which is easy to achieve when used within specification.
srnet:
Waste of time, no way of knowing if there is a problem in the code, or the devices are missbehaving because they are being abused outside of specification.
A SX127x LoRa device has a sleep current of a little less than 0.1uA, which is easy to achieve when used within specification.
I repeat - meeting the conditions of the specification does not lead to a solution to the problem. When I run the correct code from the example and Vcc=3V: Isleep = 5 мкА (LoRa+Atmega328).
Cadis:
I repeat - meeting the conditions of the specification does not lead to a solution to the problem. When I run the correct code from the example and Vcc=3V: Isleep = 5 мкА (LoRa+Atmega328).
You did say the devices worked at 3V and 5V, but not what the sleep currents were. And then went on to imply you were going to work the devices on 5V, despite knowing this was outside spec.
Stick to 3V, the first step should be to check the sleep current of the bare processor without the LoRa device connected, it should be 0.1uA or so.
srnet:
Stick to 3V, the first step should be to check the sleep current of the bare processor without the LoRa device connected, it should be 0.1uA or so.
I have followed your instructions. Really, current sleep LoRa < 1uA.
The problem is deeper. An Adafruit expert claims that an external timer must be used to solve the problem. Check out the discussion here. And the author of the publication “LoRa and Sleep” claims that the implementation of an internal watchdog timer is possible here together with the LowPower.h library, but does not give an example.
I plan to make a simple device without an external timer.