- Jun 6, 2020
- 11,559
- 4,422
[H3]
I have started recently playing with a BLE devices. When I wrote B4A app to connect to them, I found out that I couldn't connect to the device. I have wasted 2 days, thinking that the problem is the device. I have modified firmware of the device, flashed to the device but not luck. Then I...
The thread above shows two smart guys discussing (and fixing) issues with BLE (2,3) devices and B4A code...
I have a project where I MUST provide a solution to use a BLE device. My App currently uses the Bluetooth device which was of the old standard - BT Classic 2.1.
These devices are no longer available (no 2.1 chipsets EOL) and I am forced to implement BLE.
My issue: The 2.1 api for this device was included in one java file. It was rather trivial to add #If JAVA - and code it based on the device mfg's examples - and include his jar with #Additionaljar.
With the new BLE api, there are FOUR java files that are dependant on each other. I tried to merge them into one file to use #If JAVA - with complete and utter failure! (cause I am stupid)...
These files probably need to be compiled into a lib - but I really don't know.
This is a $$ PAID $$...
برای دیدن لینک ها باید ثبت نام کنید
[/H3]I have started recently playing with a BLE devices. When I wrote B4A app to connect to them, I found out that I couldn't connect to the device. I have wasted 2 days, thinking that the problem is the device. I have modified firmware of the device, flashed to the device but not luck. Then I...
برای دیدن تصاویر باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید
The thread above shows two smart guys discussing (and fixing) issues with BLE (2,3) devices and B4A code...
I have a project where I MUST provide a solution to use a BLE device. My App currently uses the Bluetooth device which was of the old standard - BT Classic 2.1.
These devices are no longer available (no 2.1 chipsets EOL) and I am forced to implement BLE.
My issue: The 2.1 api for this device was included in one java file. It was rather trivial to add #If JAVA - and code it based on the device mfg's examples - and include his jar with #Additionaljar.
With the new BLE api, there are FOUR java files that are dependant on each other. I tried to merge them into one file to use #If JAVA - with complete and utter failure! (cause I am stupid)...
These files probably need to be compiled into a lib - but I really don't know.
This is a $$ PAID $$...
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید