the problem is mostly the lipo protection kicking in when you are transmitting and the voltage dropped below protection value and shuts the power off shortly. then after some time the voltage rise and it will reboot/transmit… or not and it gets in a loop. so my suggestion is set bod to 1v8 and use a dc/dc step up/down…
Unfortunately efficiency of many step up converters and step down converters in practice is not very good.
I have done some tests last year but don’t have the results at hand.
I do remember that step down converter efficiency dropped substantially when Vin neared Vout 3.3V for the switching models that use external coils (and is of course dependant on the converter model).
A good efficient LDO voltage regulator will be better (but will only step down).
Switching converters also have a higher quiescent current than a good LDO regulator which is less suitable for low-power applications.
@lex_ph2lb
Thanks for this very interesting debugging, I think your battery is just crappy, what model are you using ?
I always program bootloader with Atmel Studio (because I see exactly what is programmed in term of fuses ) Check picture below (but don’t use these settings, they are specific to ULPNode)
I’m using with a real AVRISP V2 programmer, trust me, price worth it
hummm, I got the same from RS also, need to try them, but 7.5€ the battery, should works, since you measured 3.3V and battery says 3.6V would be interesting to know at what voltage these batteies are considered as off for “safe operating mode”
Your battery read 3.3V with no consuption, so regarding datasheet, you’re close to the limit and your battery near empty. A fresh new one should be at least 3.5V
May be not lighting any LED and stop sensors during transmit could save you few mA of peak current, another tips could be to add 100uF/470uF capacitor between 3V3 and GND as reserve for peak current
Nominal voltage is 3.2V which eliminates the need for voltage regulation circuitry for 3.3V equipment.
LFP batteries have a very constant discharge voltage.Voltage stays close to 3.2 V during discharge until the cell is exhausted. This allows the cell to deliver virtually full power until it is discharged.
The battery chemistry is much safer (and more forgiving) than regular 3.7V Lithium-Ion and Lithium-Polymer solutions which can catch fire when used/handled inappropriately.
LFP has higher current or peak-power ratings than LiCoO2.
LFP chemistry offers a longer cycle life than other Lithium-Ion approaches.
Disadvantages:
Lower energy density than regular Lithium-Ion and Lithium-Polymer (14% less than LiCo2).
Needs charger with lower voltage than regular Li-Ion and LiPo.
Hi guys,
sorry for the stupid question: the mappings for Charles MiniLora PCB V1.1 (based on the mappings in the github) must the following (I assumed):
Hi ursm,
checked with two other boards and it runs. So the pin setting is correct. The only thing I am missing now is - the RGB LED is doing nothing.
Thanks for your help !
Peter
setting LMIC.opmode to OP_NONE after sleep made things working.
I didn’t dig to deep into LMIC, so I am not 100% sure why it seemed to work for others.
EDIT: doing so prevents channel cycling… now, I don’t change the opmode at all. doesn’t seem to affect power consumption. need to dig into lmic.