Hi ,
I 'm going to need some information and want to know if it is feasible to do some extra things.
I have successfully paired the puck.js with my windows 10 laptop , able to send commands through the Web IDE ...Everything is working fine.
I have tested also an example from Microsoft with bluetooth devices and Microsoft's example returns the device . some characteristics , gatt etc. All these using C# and universal apps.
I want to know if it is possible to get readings from puck.js inside a Universal App and displays them there.
Is it something that it can be done ?
What code(javascript) do I need to send to the puck device in order to get the readings ? Meaning that I need to check the temperature , if the light is flashing , if the button is pressed ?
Can I display those reading inside a Universal App using C# ?
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.
Hi ,
I 'm going to need some information and want to know if it is feasible to do some extra things.
I have successfully paired the puck.js with my windows 10 laptop , able to send commands through the Web IDE ...Everything is working fine.
I have tested also an example from Microsoft with bluetooth devices and Microsoft's example returns the device . some characteristics , gatt etc. All these using C# and universal apps.
I want to know if it is possible to get readings from puck.js inside a Universal App and displays them there.
Is it something that it can be done ?
What code(javascript) do I need to send to the puck device in order to get the readings ? Meaning that I need to check the temperature , if the light is flashing , if the button is pressed ?
Can I display those reading inside a Universal App using C# ?
I found the below link
https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/DeviceEnumerationAndPairing
and some other examples
https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/BluetoothRfcommChat
were I can see the Device but I don't know what else do I need to do in the puck.js to transmit all the readings.
Are this device compatible with the above examples?
Appreciate your assistance on this.