I'm not much of an embedded engineer myself but I found your product and might need it to get the power usage levels from the Thingy52. I have a few questions.
Is the setup of your firmware as simple as putting it on the Thingy52 and all the sensor data becomes available through your web bluetooth implementation or do I have to put more code on the Thingy myself?
I am also wondering about the getBattery() function. It says the function returns voltage as a number. Will this number go up and down depending on how many sensors are sending data or is it a static number independent of the amount of sensors running?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Dear Espruino,
https://www.espruino.com/Thingy52 (source)
I'm not much of an embedded engineer myself but I found your product and might need it to get the power usage levels from the Thingy52. I have a few questions.
Is the setup of your firmware as simple as putting it on the Thingy52 and all the sensor data becomes available through your web bluetooth implementation or do I have to put more code on the Thingy myself?
I am also wondering about the getBattery() function. It says the function returns voltage as a number. Will this number go up and down depending on how many sensors are sending data or is it a static number independent of the amount of sensors running?
Best regards :)