ofeastaien
Member since Sep 2020 • Last active Mar 2021Most recent activity
-
Hi Espruino Team,
I'm working on the development based on Puck.js v2.
And I'm pretty satisfied with the hardware spec and development environment.
However, many of my clients are asking for the rechargeable feature of the device.
So I'm curious that will the rechargeable battery spec (maybe Puck.js v3, v4, or.... ) be released in the future?
Or if there has an existing spec relevantly similar to Puck.js v2?Best regards
-
- 5 comments
- 2,098 views
-
-
-
- 4 comments
- 1,323 views
-
-
Hi all,
I have experienced the bug while calling Puck.getBatteryPercentage() and NRF.getBattery() in firmware v2.07, the values were 0 and -3.6, respectively. It is OK while I downgrade to v2.06. These wrong values existed only if I send my code (for my own server and service) to RAM (using Web IDE). I've tested two Puck.js devices I have. Just report the issue for the reference. Thank you all my lovely Espruino team.
Best regards
-
Hi All,
According to the description on page 18/115 of the "LSM6DS3TR-C.pdf", the x, y, z axis is following the principle of right-hand rule.
However, I just usedPuck.accel()
to get the corresponding acceleration values along the x,y,z axis to test 6 static poses of puck.js, i.e., +x, -x, +y, -y, +z, -z axis along with gravity direction. I got the coordinate system illustrated in the attached figure. This is not followed the right-hand rule. Is there something I missed?
Hi Gordon,
I currently deal with signal of acc and gyro for motion detect. Some features might require highly sampling rate to accomplish. Therefore, a rechargeable Puck might be the best implementation for clients in several scenario. It is fine so far as I kept the features in development. I'm looking forward to the nRF52840-based device!
Cheers