Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Networking and Web Programming
»
Using Bluetooth LE: Howto ? Components
Free Pascal
Website
Downloads
Wiki
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Bugtracker
CCR Bugs
IRC channel
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Parsing Long string to sp...
by
JLWest
[
Today
at 07:13:52 am]
Can FreePascal be used to...
by
Wysardry
[
Today
at 07:04:32 am]
TPageControl tabs visible...
by
NightSky
[
Today
at 05:40:58 am]
Using the Mouse Wheel to ...
by
derek.john.evans
[
Today
at 05:06:19 am]
Free Pascal Standards
by
jamie
[
Today
at 03:48:05 am]
How can one optimise inse...
by
y.ivanov
[
Today
at 01:13:27 am]
Advanced Records Initiali...
by
ASerge
[
Today
at 12:42:49 am]
My confession - I am a Pa...
by
Ten_Mile_Hike
[August 13, 2022, 11:24:35 pm]
Forest and lumber jack to...
by
JuhaManninen
[August 13, 2022, 11:09:23 pm]
How to Add a MenuItem to ...
by
HeavyUser
[August 13, 2022, 09:28:25 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Using Bluetooth LE: Howto ? Components (Read 394 times)
JP-CASSOU
New member
Posts: 5
Using Bluetooth LE: Howto ? Components
«
on:
June 27, 2022, 03:12:32 pm »
Hello,
I want to communicate with a Bluetooth LE device.
I can't find any detailed example in FreePascal, either on Windows or Linux
I am looking for DETAILED code examples.
Thanks
Logged
BlueIcaro
Hero Member
Posts: 718
Re: Using Bluetooth LE: Howto ? Components
«
Reply #1 on:
June 27, 2022, 03:44:12 pm »
Hi,
You need check which kind of device are dectect. For example some bluethoot devices (in windows) are a serial port. So you should use a serial port component like LazSerial.
With no more info about the device is complicate.
/BlueIcaro
Logged
https://github.com/Blueicaro
JP-CASSOU
New member
Posts: 5
Re: Using Bluetooth LE: Howto ? Components
«
Reply #2 on:
June 27, 2022, 04:55:54 pm »
My device BT LE uses GATT protocol. TLazSerial unusable here
Logged
BlueIcaro
Hero Member
Posts: 718
Re: Using Bluetooth LE: Howto ? Components
«
Reply #3 on:
June 28, 2022, 12:56:52 pm »
A fast search in google, gives some pages that sells Delphi packages.
But I found a C library
https://github.com/labapart/gattlib
. You can take a look, compile it, and access to the library from Free Pascal.
/BlueIcaro
Logged
https://github.com/Blueicaro
JP-CASSOU
New member
Posts: 5
Re: Using Bluetooth LE: Howto ? Components
«
Reply #4 on:
June 28, 2022, 01:50:25 pm »
>> But I found a C library
https://github.com/labapart/gattlib
. You can take a look, compile it, and access to the library from Free Pascal.
I'm newbie in C. Exists FPC translation of the headers ?
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Networking and Web Programming
»
Using Bluetooth LE: Howto ? Components
TinyPortal
© 2005-2018