• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Bluetooth Serial Communication Failed (Bluecove)

 
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys,

I have 2 devices which are connected together from serial port (RX,TX)
1) "raspberry pi"
2) "Serial Bluetooth Module" http://www.instructables.com/id/Cheap-2-Way-Bluetooth-Connection-Between-Arduino-a/

Problem = the bluetooth module cannot be discovered by Raspberry pi.
Error Message = javax.bluetooth.BluetoothStateException: Bluetooth Device is not availablelogout
it works perfectly if i use USB bluetooth plugin dongle, but it failed for "Serial Bluetooth Module"
Please help.

My code as below with 3 external Jar files included (bluecove, pi4j, java microedition)

 
reply
    Bookmark Topic Watch Topic
  • New Topic