The Netduino forums have been replaced by new forums at community.wildernesslabs.co.
This site has been preserved for archival purposes only
and the ability to make new accounts or posts has been turned off.
Does any one have info for interfacing the Netduino Plus 2 to Bluetooth?
I need the shield or bluetooth board and code to make one of these talk blue tooth maybe to a tabet or something. It would have to paired up to my tablet.
If anyone has done it can you post some cool stuff like pictures. I'm new on this platform.
They're cheap, easy modules to get a serial Bluetooth connection going, but keep in mind they are slave only, so they won't allow two Netduino's to talk to each other; you need a phone, tablet, or computer to act as a master.
I used them in my urban garden project, and you can find the source code for the Netduino using the Bluetooth controller in that project's source code here:
They're cheap, easy modules to get a serial Bluetooth connection going, but keep in mind they are slave only, so they won't allow two Netduino's to talk to each other; you need a phone, tablet, or computer to act as a master.
I used them in my urban garden project, and you can find the source code for the Netduino using the Bluetooth controller in that project's source code here:
I have a different Bluetooth module but I think they are all the same. Am I right on this? I have two from two different vendors. Do I still need the libraries for this device? I do not have the IDE shown in the example to do the android app. What is needed from this Library?
I also have the RN42 module and I just connected that up to the Netduino and no libraries were needed on the Netduino. I wrote a PC application that talks to the module over serial.
The RedBear module has a convenient object library for iOS which is why that was used in that project.
I also have the RN42 module and I just connected that up to the Netduino and no libraries were needed on the Netduino. I wrote a PC application that talks to the module over serial.
The RedBear module has a convenient object library for iOS which is why that was used in that project.
Regards,
Mark
Cool!!!
I'm going to use this one here. I added the PDF file.
I need a good android app example so I can pair-up and maybe use Java or JavaScript to talk to it and turn on an LED or turn it off.
Simple.
I want to connect this to the internet with the Ethernet or use XBee to talk to a base and then talk to the Internet via Ethernet.
Got any good simple Android Apps that I can just click a button and send to Bluetooth. I also want to talk to a web-service from the phone app if possible.