Help with Low Power Lora Node PCB

Hello there,
I am working on a PCB for personal projects that implements a Low Power Lora node. This is what I currently have:
image

For the LDO I chose the MCP1700-330 since it has very low quiescent current at a decent price.
The whole thing has support for a solar panel and a LiPo Battery, so it should work for basically ever on solar.

Please remember that this is one of my first PCBs so I know it looks messy.

Do you see anything that is completely wrong or off with it? I would really like some Feedback.

1 Like

maybe you can post the schematic too ?

1 Like

Sure one moment, I will clean it up a little first since it is VERY messy right now.

1 Like

image

Please note that it is still very messy. Don’t judge.

If the battery is charged and the charge current is therefore low (or zero) what will the open circuit voltage of the solar panel be ?

What are you going to do if the LiPo discharges to below around 3.0, which is the point where you really ought to stop discharging them ?

This is what the TP4056 is there for. It offers all the common protections for LIPO batteries.

What are the details of the module you are using ?

The TP4056 is actually an IC, it has no cut-off circuitry for an external battery.

If you use the TP4056 choose the right one, with overcharge protection

https://www.aliexpress.com/item/5-pcs-Micro-USB-5V-1A-18650-TP4056-Lithium-Battery-Charger-Module-Charging-Board-With-Protection/32797834680.html?spm=2114.search0604.3.35.660c243fbDAQ2e&ws_ab_test=searchweb0_0,searchweb201602_5_10065_10068_319_5735015_317_10548_5734915_10696_10924_453_10084_454_10083_10618_10920_10921_10304_10922_10307_10820_10821_537_10302_536_10843_10059_10884_10887_100031_10319_5735215_321_322_10103_5735115-5735015,searchweb201603_51,ppcSwitch_0&algo_expid=5ebc8103-01f8-4b34-ba98-61e2a39c62ef-8&algo_pvid=5ebc8103-01f8-4b34-ba98-61e2a39c62ef

I am using this one. I think it is fine and has the extra chip for the overcharge protection.

I suggest study the CH2I node a bit too, same components … very low power !

1 Like

Does that really support solar charging a LIPO cell? I don’t think so. I’ve looked at this module before.

that’s only the power supply part

Then the module is likley using the DW01 which has a cutoff of 2.5V, bit to low for my liking, I am not the only one who seems to agree;

A far safer battery for a low powered node is a LiFeP04, there are charger boards for them and no need for a regulator.

2 Likes

@LoRaTracker suggests limiting discharge at around 3.0V (I’ve hear 2.8V before now also) - the board you link to looks to be set at 2.5V…is that too low/acceptable?

Our posts crossed - good sources :slight_smile:

@LoRaTracker Thanks for your input. I actually researched this and it seems 2.5V is fine. Look at this chart https://engineering.tamu.edu/media/4247819/ds-battery-panasonic-18650ncr.pdf the difference between 2.5V and 3V is 3% effectively. Also a thing to note: The way this node is set up it will be highly unlikely that the battery will every be discharged that far anyway.

I would suggest to create a ground plane, then you will need much less tracks and it is easier to route.
The MCP1700-33 is a good choice.

I do use more or less the same components (TP4056 with protection circuit), MCP1700-33, RFM95 and arduino mini pro).
So far it is working nicely, but I haven’t yet checked how well it does work with solar charging, neither how well the discharge protection is working. Keep in mind that if using the internal oscillator for low power sleep, it has to be calibrated or it will be very inaccurate.
Maybe you would like to also implement a way to monitor battery voltage. This can be done with a voltage divider connected to an analog pin.

1 Like

A voltage divider for battery measurements sounds very nice. Do you happen to have the components in mind that I would need to use there? (What values for the resistors).

I have calculated the power usage for my use case and the 55mmx80mm panel that I am using should be more than enough to always power the node.

that depends on some factors like

solar hours per day
real charge current
transmissions per hour
payload size
SF
sleepmode
type of connected sensor

The TP4056 is cheap, but not designed for solar charging, for that to work youll need a MPTT chip that has build in protection for overcharging and works in a cloudy environment to without damaging the lipo.

This one works fine with small lipo’s : CN3065

solarBrrZ

1 Like

A recommended battery cut-off of 3.0V is what you will find if you Google it. The Internet can be wrong of course, but its difficult to find anyone recommending 2.4v as the cutoff.

Commercial equipment using LiPos does nopt rely on these very low cutoffs, your phone, tablet or laptop will typically shut down gracefully when the battery is low, likley between 3.3v to 3.0v. Wonder why this is ?

LiPos, when used with properly designed battery mananagement circuits, such as in phones, tablets and laptops, are safe enough and if the battery has an additional protection circuit fitted as well its a useful backstop in case the devices chargeing circuits fail, which can happen.

I also question whether LiPos are a good choice for nodes which will in general be expected to operate un-attended and un-observed for long periods. I don’t know of another battery technology that can spontaneously burst into flames some time after receiving a shock, being dropped for instance, its happened to me several times.

If hobbyists fully understand how to manage and care for LiPos and understand the risks involved then by all means use them, but it seems that all too often the prime consideration is cheapness.

1 Like