Replies: 5 comments 5 replies
-
|
I just looked back at your ESP32 measurements which showed peaks of well over 100mA. What is the TxPower and SF of this uplink, do you know? Because it looks very low. Impressive though, and amazing results :) team effort! |
Beta Was this translation helpful? Give feedback.
-
|
Note that there is a risk of burning out one the pins if you don't enable the battery voltage divider. |
Beta Was this translation helpful? Give feedback.
-
|
@RHolmes137 - thank you for the hint, you are right, even the risk should be minimal as described in your link. Now the sleeping current is about 6,9µA - still a very good value ;) @StevenCellist SF7/125000, TxPower - I have not changed it in your sample application, so should be default? Will check it later and tell you. |
Beta Was this translation helpful? Give feedback.
-
|
@StevenCellist : using |
Beta Was this translation helpful? Give feedback.
-
|
@StevenCellist - sorry for delay, was busy... For 16dBm I get 6.96mC (1.41sec) for confirmed uplink - but 74mA max current - so the used power is not so much more because the small time frame (looking over the summary time with sleeping time). Was (is) interesting to check the used TxPower ;-) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to share the experience with the XIAO nRF52840 & Wio-SX1262 Kit
If you want to build a really low energy LoRaWAN device - this could be a good kit for you.
You have as sample free I2C pins available...
While ("light") sleeping the kit take about 4.5µA only (!!) and while sending data the needed energy is very low.
Comparing with ESP32 solutions it is much more effective - also because the sleeping mode.
I have used the "RadioLib LoRaWAN End Device Reference Example" and have added the needed code.
Important is to
Using power supply on BATT connector (3.7V) and testing with Nordic PPK2 (connecting to ChirpStack gateway) :
sleep current 4.42µA:

reporting values:

Calculating summary energy:

So you can see that for 10 measurements per hour you will need only about 0.69mAh per day - or 65mAh for 180days (!)
Using solar/LiPo would be optimal...
Settings for config.h:
Attached the ZIP sketch as reference.
Seed_nrf_SX1262_reference_sleep.zip
Using this reference I could build a simple Temp/Hum sensor (I2C) with battery reporting with nearly the same power reporting values and a sleeping current about 10.5µA.
I hope this can help somebody looking for an easy solution ;)
Beta Was this translation helpful? Give feedback.
All reactions