• 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
  • Liutauras Vilda
  • Ron McLeod
  • Jeanne Boyarsky
  • Paul Clapham
Sheriffs:
  • Junilu Lacar
  • Tim Cooke
Saloon Keepers:
  • Carey Brown
  • Stephan van Hulst
  • Tim Holloway
  • Peter Rooke
  • Himai Minh
Bartenders:
  • Piet Souris
  • 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)

 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic