Notification of a puck as a Central? #2210
Replies: 6 comments
-
Posted at 2017-02-13 by @gfwilliams It's not possible with the firmware right now - but we're working on it: espruino/Espruino#959 |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-05-12 by zarconi Hi, I am using puck as central controller and I need to send AT serial commands to a 3G modem. Is this possible ? |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-05-12 by billsalt @Zarconi No. That profile is on Bluetooth Classic. I doubt the 3G modem supports Bluetooth low energy which is the only thing the puck 'speaks'. It may/may not expose a modem serial port profile on Bluetooth Classic (also called BR/EDR). |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-05-12 by @gfwilliams @Zarconi if you're connected to the 3G modem via wired serial then it is possible - however I may have misunderstood your question. If you were asking whether you could use it with a Bluetooth-connected 3G modem then @billsalt is correct - that kind of UART over bluetooth connection is part of normal Bluetooth, not Bluetooth LE. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-05-12 by zarconi Thanks for this. I am using cellular or lora modem with wired serial lines to puck and connecting over internet. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2017-05-13 by @gfwilliams Ok, then yes, everything is good. You should be able to use the 3G modem with Puck.js just fine. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2017-02-11 by billsalt
Hi @gfwilliams,
I'm trying to find documentation on how to set up to receive a notification event when the puck is operating as a Central. Any hints, or is this possible (hope it is)?
Thanks!
Bill
Beta Was this translation helpful? Give feedback.
All reactions