ble

  1. Arnaud

    Android Question BLE disconnect

    Hello, I have tested the BLE 2 example (link below) for Android with 2 BLE device (RN4678 and Ebyte E104-BT40). Location is enable, but when I try to connect, I receive "disconnect" result just few second after. This with android 7, android 8 and android 10. When I try with the BLE scanner...
  2. F

    Android Question B4A App runs fine with Android 5 will not run with Samsung phone running Android 10

    I'm missing something.. So, I decided to reach out.. I have a B4A/BLE app that runs like a fine sewing machine on a cheap WalMart LG phone running Android 5.1.1. Try to run the very same app on a Samsung S10 running Android 10 and it refuses to connect via BLE. I've checked all of the usual...
  3. I

    Android Question BLE Scan2

    Hi There Is there a reason why BLE Scan2 doesn't find all bluetooth devices listed under System Settings->Bluetooth->Available devices? I am using B4A 10.2, BLE2 (1.38). I also tried using the BLE2 sample code. I am getting the same results. The manager is initialized as follows...
  4. P

    Android Question How to retrieve a Characteristic value from its UUID ?

    Using the BLE2 library, from the documentation it's not clear to me how to read a characteristic value, knowing its UUID (and of course after a connection is already open). In the Documentation, ReadData2 (Service As String, Characteristic As String) Are the Service and Characteristic...
  5. S

    Android Question [SOLVED] BLE Stops finding devices

    I am using the BLE2 Library V1.38 and the latest B4A. The app is used to calibrate BLE-based equipment that I designed and generally works well. The company selected a generic tablet to issue to the calibration companies, the idea being that a standard device is easier to support, even though it...
  6. solutionhacker

    Android Question BLE Peripheral as HID keyboard

    Hello all, I would like to write an Android app that allows the phone to act like a Bluetooth HID keyboard. I want to send keystrokes and commands from the app to a BIuetooth-enabled computer. Is that possible with the BLE Peripheral library? Can someone please show me an example of how it is...
  7. M

    Android Question Connect and manage a scp32 chip with the B4A framework

    Good morning I ask for support for the following situation, my programmer who is developing the app with B4A needs to connect in BT on a scp32 chip, through the app we should not only receive data like the weight or height of a person, we will have to raise and lower a rod and slide a scale...
  8. walterf25

    B4J Question jBluetooth Pairing

    Hello everyone, i have written an app which searches for a certain device UID, I have a B4A app running on a device which is running Android 8.0 which basically just listens when the B4J app tries to connect, I followed @Erel 's tutorial here, My question is this, everything seems to work only...
  9. T

    Android Question Turning on Bluetooth on Raspberry Pi 3 running Android Things

    Hi All, I have installed Android Things in a Raspberry Pi 3 board. I am trying to use the BLE2 v1.37 library of B4A v8.80 on this device. I am getting the message "Not powered on." when I run the code below. If Manager.State <> Manager.STATE_POWERED_ON Then Log("Not powered on.") Else If...
  10. M

    Android Question Connect to BLE DSD Relay board

    Hi Evreyone, I'm traying to comunicate with with a BLE DSD Relay Board to send commands to activate/deactivate relay. Using the instructions in the post https://www.b4x.com/android/forum/threads/ble-2-bluetooth-low-energy.59937/ I've done the connection with the board, but I don't know how to...
  11. MarkusR

    Android Question BLE (Bluetooth) and Baud rate

    i wonder how i can change the baud rate if me using this ble library. 9600 works but i will use 115200 baud.
  12. MarkusR

    Android Question [solved] BLE2(1.37) i did not receive data

    hi, i have this structure: arduino serial monitor window - pc - usb - arduino mega - bt le modul - phone - ble2 example app ble2 example app find the bt device and connect but if me send data from pc via arduino it seems it not receive it, means it not appear in the window. but this works...
  13. MarkusR

    B4R Question [resolved] Arduino and Bluetooth LE Modul

    hello, i am a little bit confused. i have a arduino mega and a bluetooth modul. there exist a special phone app that can send data to the modul and i can send data from arduino to phone without pairing. the pairing currently does not work at phone and i get no response from the AT commands^^...
  14. R

    Android Question Zebra Printer

    Hi EREL , can you Help me to translate this program to print on ZEBRA PRINTER bluetooth(BLE) I use BleSendData.zip example to search and connect zebra printer and it run ok. ref for ZEBRA...
  15. Star-Dust

    B4i Library iSD BLE Printer

    I am happy to present my library to print with Iphone (and iPad) with Bluetooh (BLE). Now I can print the images. If you want to have the activation code (Freeing all the functions) contact me in private. (For B4J versione see Here, for B4A versione see Here, for ZEBRA printer Here) This...
  16. chris_sung

    Android Question BLE Receiving/Send problem

    Hi I Running the "BLE_Example" example, it appears on the phone that it appears to be connected to the MA3_623 (BC7602) module. What should I do now? Can I receive(or Sens) Data from MA3_623?
  17. P

    Italian Utilizzo della libreria BLE2

    Buonasera a tutti, è qualche giorno che sto girovagando per il forum ma non riesco a trovare le istruzioni con tutte le proprietà ed i metodi della libreria BLE2 Bluetooth Low Energy per poterla utilizzare al meglio. In particolare devo trasferire dei dati tra un modulo HM-10 e android come ad...
  18. J

    Android App to iOS port + optimisation

    Hi All you Gurus out there. I am nearing the completion of my first Android app. There are a couple of small things that need to be sorted and it needs to be optimised. I know that there are better ways to do things. Once that is done it needs to be ported to iOS. The purpose of the app is to...
  19. Cainsoft

    B4R Question Send AT command to AT-09 BLE module ?

    Hi All, How can I send AT command to AT-09 (HM-10 clone) BLE module ? The Arduino code is : #include <SoftwareSerial.h> SoftwareSerial mySerial(2, 3); void setup() { mySerial.begin(9600); Serial.begin(9600); delay(200); mySerial.println("AT+NAMEdemoBleX"); while (mySerial.available())...
  20. A

    Android Question BLE project errors

    Hi I am a new user to B4A and would like some help please compiling a project given to me by a friend, it’s a BLE controller app. I have lost touch with him and it fails with 2 errors, the first is :- AndroidManifest.xml:16: error: Error: No resource found that matches the given name (at...
Top