problem of interaction of two devices puck.js v2.1 #4386
Replies: 1 comment
-
Posted at 2025-01-13 by @enaon the code works, maybe it is allready connected, try a reset() and run the code again, maybe add an output of every step along with the number, just to make it easier for you to see the steps.
Posted at 2025-01-13 by @gfwilliams Just to check, what firmware version is on the Pucks? It could help to ensure you're on the latest firmware on both of them (although this code should have worked for years) Posted at 2025-01-13 by user159492 I've tried a lot of things. the output of your code (that's how I checked it too)
Posted at 2025-01-13 by user159492 2v09.87 Posted at 2025-01-14 by @gfwilliams 2v09.87 ? That's the firmware version? That's from 4 years ago - so yes, absolutely, you need to update the firmware on both devices - I'm not surprised you're having issues Posted at 2025-02-06 by user159492 thank you! It worked! Everything is working well now |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2025-01-12 by user159492
Hello!
I am studying the interaction of two puck devices.js
I need to transfer data from one device to another.
I use tutorials from the Internet.
A strange error occurs at the getPrimaryService stage.
My Code:
When I call this code
An error appears:
Execution stops, information does not go to the second device.
I don't understand what the problem is, I couldn't find an answer on the Internet.
Beta Was this translation helpful? Give feedback.
All reactions