Coin cell based small sensor node / handsoldering smd parts
-
I use the cheap Chinese mini PIRs at low voltage like this:
http://forum.mysensors.org/topic/2715/slim-node-as-a-mini-2aa-battery-pir-motion-sensor -
@m26872 : yes these are the mini version, you're right ;) same thing as the big version as it uses biss0001. in theory biss0001 is rated for 3v min voltage. what is your min reliable voltage? I know it can work under 3v but when I did some tests I often had some trouble or false trigger (maybe bad modules) so I gave up on these.. this is why I choosed another controller on my side+a booster (less power, handle blindtime, internal ldo etc.. but not as cheap). and I know my one cell case/goal is a little bit exotic. just curious to know if these works well when your batt level decrease near 2v? The controller I plan to use is 2.7v min in my case..
-
@m26872 : yes these are the mini version, you're right ;) same thing as the big version as it uses biss0001. in theory biss0001 is rated for 3v min voltage. what is your min reliable voltage? I know it can work under 3v but when I did some tests I often had some trouble or false trigger (maybe bad modules) so I gave up on these.. this is why I choosed another controller on my side+a booster (less power, handle blindtime, internal ldo etc.. but not as cheap). and I know my one cell case/goal is a little bit exotic. just curious to know if these works well when your batt level decrease near 2v? The controller I plan to use is 2.7v min in my case..
@scalz It worked flawlessly down to 1.6V. I didn't test below that as it's more than enough for me.
Edit: The false trigger is very predictable correlated to power line disturbing activities like nRF wakeup and thus easily blocked in the sketch. I didn't see increased sensitivity due to low voltage as one could expect. I have been on holidays etc but never seen a single false trip or missing trip since middle January.
Edit2: It's very sensitive btw. I don't think it's easy to power it by anything less stable than battery.
-
Hey guys,
I am planning to build small energy efficient sensor nodes for my mysensors setup. I don't really like the 2AA batteries setup because then the 2 batteries alone are mostly bigger than the rest of the sensor. So I thought about using a coin cell (like cr2032). Did someone already build something like that and wants to share his/her experience?
The board should also use mostly smd components, because I hope to get the size down to about 3-4cm squared. A pro mini would be too big for that and also has too many components that are not really needed. So I thought to use a barebone atmega 328p. I have soldered smaller smd parts in the past but never any with more than 3-4 legs. Is it doable for a hobbyist?
I wanted to mostly use these sensors which should work down to lower voltages to really use the coin cell. Beside temp/hum I also want to build PIR sensor nodes. Are there any pir sensors that work below 3.3V or do I need to use a boost converter?Thanks for the feedback and happy easter.
@LastSamurai
I'm waiting on these boards to do some smd tests:
https://oshpark.com/shared_projects/EO8F3MPe
https://oshpark.com/shared_projects/dZVILUiz -
Hey guys,
I am planning to build small energy efficient sensor nodes for my mysensors setup. I don't really like the 2AA batteries setup because then the 2 batteries alone are mostly bigger than the rest of the sensor. So I thought about using a coin cell (like cr2032). Did someone already build something like that and wants to share his/her experience?
The board should also use mostly smd components, because I hope to get the size down to about 3-4cm squared. A pro mini would be too big for that and also has too many components that are not really needed. So I thought to use a barebone atmega 328p. I have soldered smaller smd parts in the past but never any with more than 3-4 legs. Is it doable for a hobbyist?
I wanted to mostly use these sensors which should work down to lower voltages to really use the coin cell. Beside temp/hum I also want to build PIR sensor nodes. Are there any pir sensors that work below 3.3V or do I need to use a boost converter?Thanks for the feedback and happy easter.
@LastSamurai, I'm close to completing this coin cell switch node. You can use the files as reference if you so wish. I'm waiting on a couple of part to arrive to just attempt to iron out the seeial uploading issue and battery monitoring, software style. But other than that i have it pretty low on power consumption (need to carry out some accurate tests on the actual consumption), very small footprint with all SMT components.
https://www.openhardware.io/view/48/Homini-In-Wall-Battery-Powered-Light-Switch-Module
-
@m26872 : cool you can go as low as 1.6v with it :) i was using 2xaa for the pir. no matter now i have enough boards to play with the nice e931.96 (smart with internal ldo regulator ;) new at mouser but not available yet. I had luck to find cheap lot at aliexpress because at mouser 4e/unit!
@GertSanders nice :) -
I am currently working on my own version using some of the ideas from all the other concepts.
I am including a stepup converter (can be bridged if I don't need it) for some sensors that require 3.3V or even 5V. I'm unsure how to control the power usage though. Wouldn't the sensor and the boost converter draw power even when the atmega and nrf are sleeping?
I thought about controlling it with a transistor but how much power do they draw?
Has anyone used a setup like this and has any tips? -
I have created my own sensor baseboard which can be used with pretty much every sensor and which is quite similar to the sensebender. I have 3 of them running right now (one plant soil sensor, one humidity/temp sensor and one motion sensor). Battery life seems to be fine with a coincell although perhaps not perfect yet. During the next days I will add it to openhardware.io and write about it in more detail here.
For now the code and schematics can be found here: https://github.com/OliverHi/MultiuseSensorPlatform -
As promised here is my own try at creating a sensor platform based on mysensors. I have several nodes up and running for some weeks/months without problems at the moment :)
Battery life with CR2032 depends on the kind of sensor used but should be 1,5 + years on everyone.
Love to hear some feedback and/or suggestions on what kind of sensor to add next.I think I will add some door/window sensors next
-
looks nice, congrats @LastSamurai i'm sure you enjoy your work :+1:
-
very cool :)
Will you provie PCB at dirtypcb.com ?
As soon as you do it I order PCB :) -
@scalz Thanks a lot! I sure do. It's great to see that others (which gave me a lot of help here) can use my work too :)
@carmelo42 Thank you too! Here is the link. They are running just fine like this but remember that the CR2032 battery holder mounting holes on the pcb aren't perfect yet (see project page).