-
Notifications
You must be signed in to change notification settings - Fork 28
[Opinion request] Bluetooth Support #42
Comments
I've thought about this some... I think what makes sense (if it's possible) is a general purpose Bluetooth module that could be used on any platform. This would probably be separate from the PowerShell IoT module found in this repo. At least that's my thought. Have you seen any .NET based Bluetooth libraries? |
https://github.com/jcurl/serialportstream |
This is kinda outside my element but... Can that interact with the on-board bluetooth device via a serial port? I don't see anything talking about Bluetooth. @anmenaga do you have any experience here? |
Possibly a dumb question but would it be possible to use the serial port if it was a Bluetooth dongle? (USB) |
I have one project which is running BLE server (listening for broadcasts) on RPi3. And another one that uses classic Bluetooth for streaming data between 2 devices (RPiZero with USB Bluetooth dongle as sender; Android phone as reciever). For external modules: |
@TylerLeonhardt A lot of BLE devices allow for interaction with the device itself by exposing a serial port interface. I can post some examples when I get home and have all my data sheets lying around. This project sounds really cool and I have some experience with embedded devices, so let me know how I can be of service! |
Hi @ssimontis. Thank you for your interest! |
Hey. As the title implies, I would like to get some opinions about supporting bluetooth on this module. As far as I've seen, there are some C# implementations on bluetooth serialport communication.
Disclaimer: I'm not really familiar with bluetooth protocols and whatsoever, so I don't really know the implications or even if it's doable (but at least it seems).
Context: There are some devices that use bluetooth protocol to communicate. In this case I was thinking about the Sphero droids that currently use JavaScript and/or Scratch. In this very same case, it's more complicated because they do not expose an API to communicate with the droids (but that's another question). I've seen a implementation to communicate with them that used a javascript library . Maybe we can use some of the C# bluetooth projects?
Does this make any sense?
The text was updated successfully, but these errors were encountered: