• 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

Creating Bluetooth Enabled App

 
Ranch Hand
Posts: 49
Oracle Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Okay so I have an Arduino with a BLE shield - it will send out 3 distinct messages through a serial interface(built into the arduino and the shield)

My computer(mac) will connect to it and I want a Java program running on the computer to display 3 separate messages according to the message received from the arduino and then a reset button that will reset the program and prepare it to receive another message

I have a pretty good understanding of java but I have no idea where to start as far as the bluetooth and listening for messages from the arduino goes - how does the program access whats coming in via bluetooth?

The responding to the messages should be fairly simple - its the getting the message that I don't understand

Thanks for the help!
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic