bluetooth

  1. Robioptic

    B4A - coder/programmer needed

    B4A - coder needed- Have an urgent job to do- Google maps GPS- WiFi- Bluetooth coding. Anyone interested pls contact me with your fees and ability-outline to work on this project on : robioptic@yahoo.com. :) Thanks Rob -o-o-
  2. R

    Spanish Error al imprimir por bluetooth

    Hola! Tengo una aplicación desarrollada en B4A de un sistema de autoventa con impresión de albaranes que funcionaba desde hace años, pero a raíz de instalar la versión 9.8 me ha dejado de imprimir vía bluetooth en ciertos dispositivos antiguos, en otros sigue imprimiendo bien, y en otros...
  3. yo3ggx

    Bug? Bluetooth Discover fail if targetSDKversion is set to 29 (Android 10)

    Hi, I'm using the updated example from here: https://www.b4x.com/android/forum/threads/android-bluetooth-bluetoothadmin-tutorial.14768/ Discovery works with targetsdkversion="28" (Android9), but fail with targetsdkversion="29" (Android10). As I want to use in my app the latest features from...
  4. Arnaud

    iOS Question Bluetooth error ?

    Hello, I use Bluetooth BLE for my APP (iBLE 2.01). It works fine with iOS 12 (iphone 5 and iPad), but I have this error with iOS 13.3 (iPhone X) It crash after this line : Application_Start Application_Active Page1_Appear SignalHandler 6 Error occurred on line: 3874 (ChoixSession) Signal -...
  5. Humberto

    Android Question BluetoothAdmin after disable the bluetooth in config start calling Serial_Connected

    I´m testing the bluetooth connection. When I run the program it reads all bluetooth arround and stop. If I go to Android Config anf disable the bluetooth the "Serial_Conected" routine inside BluetoothAdmin is calling without stop, even if you turn the bluetooth on again it doesn´t stop calling...
  6. rad

    Android Question Need Help for RTU MODBUSS library

    Hi B4A Masters... Can anyone here help me to wrapping MODBUS RTU? I have to create an application which will communicate with Bluetooth HC05 @ PLC Board using stardard Modbuss RTU. And how much I have to donate for this library?
  7. amidgeha

    Share My Creation Throttle Reset OBD2

    Simply reset your throttle body in order to fix throttle problems . (This function works on most cars like Hyundai, Mercedes Benz , BMW etc... Note: Throttle Reset works with an ELM327 based car scanner that plugs into the diagnostics socket in the car and pairs with this app over Bluetooth...
  8. A

    Share My Creation Gps based Sports Tracker App

    This is my Gps sports tracking App. I started this project 10 months ago without previous android programming experience. I started the project with B4a 8.3 then I moved to B4a 9.3. With the great help of this forum, I can now say that the first version is finished. Further improvements of the...
  9. R

    Android Question Issue with reading data from arduino via Bluetooth

    Hi I’m trying to send data from the Arduino to mobile app and I’m getting a wired result and I’m unsure why I will try and send HelloWord from the Arduino and it comes out on the B4A Log as the following >H >elloWorld I have added the code I’m using below I got the code from the demo...
  10. J

    iOS Question Connect Bluetooth Keyoard iOS

    How do I get the key pressed from a bluetooth keyboard connected to a iOS device in B4i?
  11. 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...
  12. hatzisn

    Android Question Distinguish bluetooth connection/disconnection from start service at

    Hi everyone, I have the question as described in the subject. I have this code in manifest: AddReceiverText(sBT, <intent-filter> <action android:name="android.bluetooth.device.action.ACL_CONNECTED"/> <action android:name="android.bluetooth.device.action.ACL_DISCONNECTED"/> </intent-filter>)...
  13. 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...
  14. 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...
  15. Star-Dust

    B4J Library jSD: Bluetooth Printer

    BT_Printer library allows you to print text and image to a bluetooth thermal printers It is similar to the BT_Printer library for Android (BLE_Printer for iOS), and implementations, events and methods are almost identical. We are working to have the same library for all platforms. On iOS it will...
  16. E

    Android Question BLE2 dropouts when WiFi inactive

    This isn't a question, just an observation that might save someone the days of stress that I've just had. Symptom is an app that reads a BLE sensor, works great during development using B4A Bridge, solid as a rock. Then I recompile it with logging disabled (and now even comment out all...
  17. semar

    In the need of a socket-outlet controlled via bluetooth

    Dear all, I would like to switch a lamp on and off with a B4A app running on an android smartphone. The lamp should be connected to a socket-outlet controlled via bluetooth. Are there any socket-outlet that are easy to interface with ? I mean a model which can be plugged in a home socket-outlet...
  18. chris_sung

    Android Question Bluetooth connection problem

    Hi Erel I have a Bluetooth connection problem. I used "Lib Serial" to write the app and the Bluetooth module HC-06 is connected properly. It can also transfer data to each other. Now switch to the Bluetooth module BC7602, currently unable to connect (can not be connected in the same way) seems...
  19. 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...
  20. Csaba Balogh

    Android Question Looking for OBDII Bluetooth example

    Hi There, I am very new to Bluetooth connection and also to OBDII. I was searching the forum topics lately and found some useful threads but I couldn't find one that would give a complete example on how to get the hang of the problem. On the first run I'd like to read the RPM data of my car's...
Top