Puck.js as light/temp sensor for orchard #2195
Unanswered
espruino-discuss
asked this question in
Puck.js, Pixl.js, Jolt.js and MDBT42
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2016-08-12 by Bas
Looked at the puck.js specs, and love to use it as a temp/light sensor which samples data and sends out the data through a phone to SD or Internet after a while when the button is pressed.
No beacon or looking for devices to spare battery, although when I attach it high in a tree, I need a ladder to press the button.
Curious what sample rate would be possible before the memory is filled. And how to make a good trade-off for battery life and sampling rate.
Some rules of thumb about the power needed for sensors, sleep modes etc would be nice.
What things can be used to interrupt/wake up the device on which mode. Probably the button, probably a timer, maybe by BT signal or sensor trigger value? Only familiar with atmel/Arduino.
The BT chip datasheet would answer a lot of questions, but some things would depend on hard wiring and firmware.
Beta Was this translation helpful? Give feedback.
All reactions