pjeran
@pjeran
Best posts made by pjeran
-
New Temp/Press/RH sensor
Has anyone played with this environmental sensor? Looks like the power and performance specs are pretty nice.
http://www.te.com/usa-en/product-CAT-BLPS0018.html?q=MS8607&source=header#mdp-tabs-content
Operating range: 10 to 2000 mbar, 0%RH to 100%RH, -40 to 85 °C
High-resolution module: 0.016 mbar, 0.04%RH, 0.01°C
Supply voltage: 1.5 to 3.6 V
Sleep current 0.03ua
Latest posts made by pjeran
-
RE: A tiny BME node - BME280 on ATtiny85
I have seen this and was wondering if anyone has looked at the sort of new Tiny series-1 uC. up to 32K memory and a lot of nice peripherals. Good power number and low cost. For me the thing that really looks interesting is the built in RTC that runs even in sleep. This combined with Spencer Konde's megaTinyCore makes it a very interested prospect for some battery powered nodes.
https://hackaday.io/project/165881-attiny-1-series-with-arduino-support
Has there been any thought with integrating these cores into the mySensors family?
Thanks,
Paul
-
New Temp/Press/RH sensor
Has anyone played with this environmental sensor? Looks like the power and performance specs are pretty nice.
http://www.te.com/usa-en/product-CAT-BLPS0018.html?q=MS8607&source=header#mdp-tabs-content
Operating range: 10 to 2000 mbar, 0%RH to 100%RH, -40 to 85 °C
High-resolution module: 0.016 mbar, 0.04%RH, 0.01°C
Supply voltage: 1.5 to 3.6 V
Sleep current 0.03ua -
Has anyone played with the LTC3106?
Was looking to build some battery backed solar nodes and came across this little chip.
http://cds.linear.com/docs/en/datasheet/3106f.pdf
High efficiency buck/boost converter w/ two power sources and in a reasonably friendly DIY package.
Seems like a nice part to build a remote solar node off of.
Any thoughts?
-
RE: Rfm69 and that pesky antenna
the other antenna to look at is what was done on some of the Motinio from LowPowerLabs with a flat PCB based antenna.
https://lowpowerlab.com/shop/product/145
I don't know if there are any opensource designs that people could bring in to use on their own prodcuts
-
RE: 💬 Building a Raspberry Pi Gateway
Has there been any progress on the RFM69 version? Looking at the repository, it looks like some of the code is there. I did find this RFM69 driver for the Pi that has a LowPowerLabs interface. Would this help in moving forward?
https://github.com/dconstructing/rfm69
thanks for all the work on this - a great community moving things forward.