Re: Cross-platform Bluetooth and Speech to text

2020-04-02 Thread R.H. via use-livecode
+ STT Speech to Text @ Paul Dupuis ... Thank you very much for your valuable hint regarding the STT (speech to text) link from the work of Trevor https://github.com/trevordevore/lc-pocketsphinx who I admire for his fantastic contributions and skills. I am already looking into this. + Bluetooth

Re: Cross-platform Bluetooth and Speech to text

2020-03-27 Thread Paul Dupuis via use-livecode
On 3/27/2020 1:38 PM, R.H. via use-livecode wrote: Cross-platform Speech to Text Has anybody ever implemented "speech to text" (not TTS)? It should be possible with the browser widget using web API's: Microsoft Cognitive Serrvices, IBM Watson, Speechmatics...? But ideally, it would not depend on

Cross-platform Bluetooth and Speech to text

2020-03-27 Thread R.H. via use-livecode
For an interactive learning app using audio and video, I received a request to use Bluetooth to control the player remotely. Also this app shall be extended later to speech commands such as: "Go back", "Go forward", "Stop", "Next lesson", "Repeat s

Bluetooth promiscuity - mergBLE confusion

2020-02-03 Thread Ben Rubinstein via use-livecode
If I execute `mergBLEScanForPeripheralsWithServices` with no parameters, I then get a shed-load of `mergBLEDidDiscoverPeripheral` messages, as expected (and as warned by the documentation for the service UUIDs parameter: If empty all discovered peripherals are returned regardless of their sup

Re: Thermal printer bluetooth

2019-11-05 Thread General 2018 via use-livecode
ns - I was able to do both high- and low- > level bluetooth things on Mac and on iOS. http://mergext.com/home/mergble/ > > I can't recall - when Monte joined LiveCode, did the mergExt package get > rolled in somehow? > > Ben > >> On 05/11/2019 11:46, General 2018

Re: Thermal printer bluetooth

2019-11-05 Thread Ben Rubinstein via use-livecode
Not sure of the current status but a couple of years ago I had excellent results using the mergBLE extensions - I was able to do both high- and low- level bluetooth things on Mac and on iOS. http://mergext.com/home/mergble/ I can't recall - when Monte joined LiveCode, did the mergExt pa

Re: Thermal printer bluetooth

2019-11-05 Thread General 2018 via use-livecode
Hi , Something we need on LC Mac , LC Android and LC IOS also. Bluetooth and USB works fine on LC Windows using Virtual Com port. Serial over USB. Serial over Bluetooth. Unfortunately no current cross platform solution with LC which would open up solution for all those apps that communicate

Thermal printer bluetooth

2019-11-05 Thread Riko Abdul via use-livecode
Why does LC not support Bluetooth. I want to use a thermal printer for my application. I use LC for Android but I found a problem using Bluetooth for Android. whether LC cannot be used for printers with Bluetooth? Thanks ___ use-livecode mailing list

Re: Bluetooth again (was Re: use-livecode Digest, Vol 180, Issue 17)

2018-09-09 Thread Richmond Mathewson via use-livecode
e than half the potential users of one’s app out in the cold. OK Apple, you win this time. Is there no PC and/or Android help on the horizon? Graham On 8 Sep 2018, at 22:38, Jim Lambert via use-livecode wrote: MarkR wrote: Can LiveCode communicate with Bluetooth devices? There is an exten

Bluetooth again (was Re: use-livecode Digest, Vol 180, Issue 17)

2018-09-09 Thread Graham Samuel via use-livecode
ote: >> >> Can LiveCode communicate with Bluetooth devices? > > There is an extension that comes with an Indy/Business license. mergBLE > > From the Dictionary: > "mergBLE is a LiveCode external for iOS and OS X that enables CoreBluetooth > (BLE) functionality. You

Bluetooth devices and talking with LC apps made in LiveCode?

2018-09-07 Thread Mark Rauterkus via use-livecode
Hi, Can LiveCode communicate with Bluetooth devices? Is there a way that this can be done? A few Bluetooth devices with bad interface issues could be rewritten innLiveCode but I am clueless how that might occur. Mark Rauterkus -- -- Ta. Mark Rauterkus m...@rauterkus.com Executive

RE: Bluetooth detection and use?

2018-08-18 Thread Douglas Ruisaard via use-livecode
I'm always happy to see the Bluetooth topic "revived" for another exposure on this forum... since I also am quite interested in it. I have been VERY successful in using the mergBLE library in LC for IOS (but it takes some getting used to) ... Unfortunately, it is exclusive to I

Bluetooth detection and use?

2018-08-16 Thread Graham Samuel via use-livecode
After a long long interval of not really coding anything, I’m thinking of a cross-platform app that uses Bluetooth devices. I see that mergNIC can tell me if my iOS has something connected via Bluetooth, but that raises a lot more questions than it answers, such as “what kind of device have we

Re: Beacons and Bluetooth

2017-09-27 Thread Todd Fabacher via use-livecode
Hello Lagi, I replied to the forum post. We tried but not much luck. With the new LCB, we could talk about something for now. Beacons are a bit different than most Bluetooth devices. They will require wrapping and SDK. I am open to figuring out how we can get this done as an LC Widget Lib and

Re: Beacons and Bluetooth

2017-09-27 Thread J. Landman Gay via use-livecode
time challenged seekers of Livecode Wisdom from the trenches) 1. Can MergBL be used with Android 2. if Not then How best to do it The Bluetooth external is only for iOS currently. The dictionary entry is correct, the environment it works in is mobile, the platform {the OS) is iOS. I don't

Re: Beacons and Bluetooth

2017-09-27 Thread Sannyasin Brahmanathaswami via use-livecode
Lagi: yes this is really bigger than we see. Probably need a whole forum area dedicated to NFC, Bluetooth Comms. FWIW I talked with Jacque about this yesterday. NFC in the form of "within 4-5 cm" is available now on Android if you have Indy or business. Maybe by next year for iOS… th

Beacons and Bluetooth

2017-09-27 Thread Lagi Pittas via use-livecode
Hi All, I thought I would post a link to a forum post I made -- Nobody seems to have a an answer even a simple yes/no or even a fully fledged Stack with Scott Rossi designed UI it seems ;-) Better men than me have done this "double posting" - Hi Todd https://forums.livecode.com/viewtopic.php?f=8

[OT] Wifi, Bluetooth, WiFi Direct

2015-03-17 Thread Richmond
Interesting reading: http://www.techradar.com/news/phone-and-communications/mobile-phones/what-is-bluetooth-how-it-works-and-how-you-can-use-it-1141428/3 Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: Bluetooth

2012-11-27 Thread Monte Goulding
l - what does one do when one > needs to have a custom protocol, or one is not sure what it is? Are you > saying in that case that one would have to use the Core Bluetooth > framework? If so I may be asking for a quote... > > > On Tue, Nov 27, 2012 at 2:34 PM, Monte Goulding &g

Re: Bluetooth

2012-11-27 Thread Mike Kerner
I saw in MA that I had to specify the protocol - what does one do when one needs to have a custom protocol, or one is not sure what it is? Are you saying in that case that one would have to use the Core Bluetooth framework? If so I may be asking for a quote... On Tue, Nov 27, 2012 at 2:34 PM

Re: Bluetooth

2012-11-27 Thread Monte Goulding
mergAccessory does Bluetooth and plugged in made for iPhone accessories. The example in the demo is printing to a mini Bluetooth printer. There's also the Core Bluetooth framework which I haven't looked at. I believe that's for using Bluetooth devices that may not be made for iP

Bluetooth

2012-11-27 Thread Mike Kerner
Has anybody done any bluetoothing with LC, especially on mobile? I have an idea... -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on hold for a few hours, and did a little diving. And God said, "This

Re: bluetooth and LC

2012-06-30 Thread Camm
It is possible will older versions of Runrev , latest LC versions have a problem. Bug 10230 - which is being looked into. This using RS232 over Bluetooth. Regards Camm - Original Message - From: "ddas" To: "How to use LiveCode" Sent: Thursday, 28 June, 2012 4:

Re: bluetooth and LC

2012-06-27 Thread ddas
Hi Dr. Vokey, Are you using an IBVA system by any chance, Regards, Debdoot On Mar 14, 2012, at 6:54 PM, Vokey, John wrote: > All, > I am completely naive on this, but as I am getting a new portable EEG device > for my lab that communicates by bluetooth, I thought I would ask wh

Re: bluetooth and LC

2012-03-15 Thread René Micout
Le 14 mars 2012 à 23:54, Vokey, John a écrit : > Please avoid sending me Word or PowerPoint attachments. > See I do not have a solution for you, but thank you for the link above !! Bon souvenir de Paris René _

Re: bluetooth and LC

2012-03-14 Thread Dar Scott
There is a chance you can communicate with the device as though the Bluetooth link is a serial port. The manufacturer might be able to help. If the device simply dumped data and did not need a dialog, you might be able to discover how the messages look, but if if a dialog is needed, that

bluetooth and LC

2012-03-14 Thread Vokey, John
All, I am completely naive on this, but as I am getting a new portable EEG device for my lab that communicates by bluetooth, I thought I would ask whether any of the many genius coders on this list know how to read the raw data from a bluetooth device from LiveCard? The machine comes with