Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can a Node.js application connect to bluetooth on Android?

Can a Node.js application connect to a bluetooth device on Android? If so, what do you think would be an efficient and stable way to do it?

Thanks

like image 950
wayofthefuture Avatar asked Oct 22 '22 00:10

wayofthefuture


2 Answers

This module should be helpful (I have never used it though):

https://github.com/eelcocramer/node-bluetooth-serial-port

like image 125
leesei Avatar answered Oct 27 '22 11:10

leesei


I don't see why not. I'm trying to do some experiment on these 2 techs myself on this too... I'll update my answer later when I get some updates for you.

These looks promising though

  • http://www.slideshare.net/Sudar/controlling-robots-using-javascript
  • https://github.com/voodootikigod/node-serialport

though I was able to build bluetooth connectivity apps using JAVA + ANDROID with the link below

  • http://homepages.ius.edu/RWISMAN/C490/html/Android-Bluetooth.htm
  • See IM Server (Java) and P2P Instant Messaging (IM) on the link above
like image 29
fedmich Avatar answered Oct 27 '22 10:10

fedmich