ble

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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.
  8. 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...
  9. 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^^...
  10. 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...
  11. 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...
  12. 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?
  13. 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...
  14. 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...
  15. 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())...
  16. 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...
  17. TnP

    iOS Question iPhone X not connecting to BLE devices?

    Hi All, I had a customer state that his iPhone X could not connect to our BLE data logger. I too have been able to confirm that it cannot connect on the X that I have borrowed. Loading the BLE Example app, I tell the phone to connect to a device and in the logs I get: Discovering Services Then...
  18. P

    Spanish B4A BLE con ESP32

    Hola, estoy empezando con el BLE y desearía saber si me podéis poner un ejemplo en que se envíen datos en las dos direcciones entre B4A y un ESP32. Muchas Gracias
  19. A

    Android Question How to rediscover services with BLE2 library

    Hi to everybody, I'm developing an android application that communicate with my own hardware board. I'm using the latest version of B4A and BLE2 library. The app have to connect to the board, which is configured with its GATT. Then it sends a reboot command to the board, which restarts with...
  20. Star-Dust

    B4A Library SD: BT Printer Bluetooth

    ANNOUNCEMENT Starting today, this library will be abandoned and will no longer be distributed. A new, more comprehensive Android library for ESC/POS thermal printers will be released. (BT, BLE, LAN, USB) (here) (No WRAP, No Java Only B4A) BT_Printer library allows you to print text and...
Top