Getting started with Bluetooth?

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
thatkeith
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 383
Joined: Mon Mar 01, 2010 7:13 pm
Contact:

Getting started with Bluetooth?

Post by thatkeith » Tue Sep 27, 2016 11:07 am

Hi - asking for a friend... no I'm not, of course it's for me. :)

I want to make a tool to send signals to a Bluetooth-connected device, with the signals taking this sort of form:

dataStart|SIMPLE DELIMITED VALUES HERE|dataEnd

Is there a sample stack or 'getting started' instructions for communicating with a Bluetooth-connected device? I've looked through a few threads that touch on this but I'm afraid so far I'm none the wiser. :?

Keith
Technical Writer, Meta
University Lecturer
Technical Editor, MacUser (1996-2015)
360 VR media specialist

dave.kilroy
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 858
Joined: Wed Jun 24, 2009 1:17 pm
Contact:

Re: Getting started with Bluetooth?

Post by dave.kilroy » Tue Sep 27, 2016 7:34 pm

Hi Keith

There is mergBLE - if you have the Indie licence you get it free - you used to be able to buy it separately from mergext.com but it looks like that is no longer possible. If you can get access to it the pack includes a sample stack which should give you what you need.

Actually this page http://mergext.com/home/mergble/ on mergext.com will also give you some pointers...

Good luck!

Dave
"...this is not the code you are looking for..."

thatkeith
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 383
Joined: Mon Mar 01, 2010 7:13 pm
Contact:

Re: Getting started with Bluetooth?

Post by thatkeith » Sun Oct 09, 2016 1:23 pm

I do have an Indie license (hurrah!) and there's a ton of things in the Dictionary under 'merg' including a fistful of mergBLE entries. But no example stack. Does anyone have anything that shows this, and is it something that I could have? Without any actual external would be fine – and probably preferable anyway, as newer internal language elements trump third-party externals every time.

k
Technical Writer, Meta
University Lecturer
Technical Editor, MacUser (1996-2015)
360 VR media specialist

dave.kilroy
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 858
Joined: Wed Jun 24, 2009 1:17 pm
Contact:

Re: Getting started with Bluetooth?

Post by dave.kilroy » Sun Oct 09, 2016 4:36 pm

Hi Keith - log into your account at livecode.com, click the mergExt tab and then click 'Download'
Screenshot 2016-10-09 16.31.28.png
Then in the downloaded 'mergExt_Indy_Latest' folder, in 'the mergBLE-1.1.11' sub-folder open the 'mergBLE.livecode stack' and explore

Have fun!

Dave
"...this is not the code you are looking for..."

Post Reply