Questions tagged [bluegiga]

BlueGiga is Finland based company that manufactures products specifically adhere to Wireless Technology

Bluegiga develops and manufactures short range wireless connectivity systems, including Bluetooth modules and access servers, Wi-Fi modules, Bluetooth Smart modules as well as a licenceable embedded Bluetooth stack, iWRAP. The products are mainly aimed at adding wireless connectivity to industrial customers' products, rather than being consumer-ready end products by themselves. Common industry sectors that use Bluegiga's products include, Healthcare, automotive, audio, industrial and consumer applications.

43 questions
7
votes
3 answers

BlueGiga BLE development tools

I'm looking at trying out the BlueGiga BLE112 kit to do some BLE development for iOS. I am switching from the TI CC2540 keyfob kits because my IAR Embedded Workbench eval-license expired (30 days) and that software is $2500+ for licensing. I'd like…
6
votes
1 answer

Understanding the GATT protocol in BLE

I have recently started to learn developing a mircocontroller-based device which will have BLE module. The device is supposed to send analog reading fetched from sensor to an android application that I am going to develop. For what i have studied…
user2045557
5
votes
2 answers

Bluetooth data update notifications not getting fired

I am facing some issue while reading data from bluetooth peripheral. We have a bluetooth device with the following gatt details. XXXX service
naresh
  • 627
  • 1
  • 7
  • 28
4
votes
1 answer

CoreBluetooth peripheral identifier changes

I am using CoreBluetooth to connect to a number of identical bluetooth scales that I've developed using BlueGiga BLE113 modules. My app keeps a local copy of each scale's CBPeripheral.Identifier.UUIDString along with some related data about that…
Michael
  • 600
  • 6
  • 15
3
votes
0 answers

Subscribe BLE Characteristics UUID in Pygatt or bgapi

When communicating with BLE peripherals, Compiled toolkit (i.e. LightBlue) successfully connects to device and subscribes service uuid or characteristics uuid. Since the target device uses 4 characters uuid, (i.e. 3EA0), pygatt and bgapi repeatedly…
iPsych
  • 171
  • 10
3
votes
3 answers

No data on the "D1" and "D2" register of the MS5637 Altimeter/pressure sensor

We are having some trouble with reading the D1 (0x40 ~ 0x4A) and D2 (0x50 ~ 0x5A) registers of Measurement Specialties MS5637. Every time an I2C call is made to these register they always return 0. This is odd since we can read the PROM just fine.…
Jason Schot
  • 371
  • 1
  • 3
  • 13
3
votes
0 answers

BLE notification never received on android 4.4

I am developing an application in android for communicating with Blugiga BLE 112. Here my BLE device is designed to provide data to android as Indications, I can successfully write characteristic but i am not getting any indications on android.…
zaaak
  • 521
  • 1
  • 4
  • 9
2
votes
1 answer

Unable to write to BLE112 Characteristic with Pygatt and BLE112

I have been trying for a while to write to a custom gatt characteristic using pygatt and a Bluegiga BLE112D.The device I'm trying to write to is also a BLE112 (not the dongle). I've been using the following python script: import pygatt adapter =…
Anthony
  • 670
  • 6
  • 20
2
votes
0 answers

Android BLE Sensor Service not available

I am trying to develop a BLE bluetooth (SMART) application for Android, using Bluegiga BLED 112 device. I am following BLE demo sample code given in android sdk samples. This is what my GattCallBack. // Implements callback methods for GATT events…
zaaak
  • 521
  • 1
  • 4
  • 9
2
votes
1 answer

BLE112 - BLED112 and Win7 Communication

I am using BLE112 and BLED112 for my project. I want to send some data from BLE112 which is mounted on my PCB to the BLED112 USB Dongle plugged in my Windows 7 machine. I have connected to BLE112 by BLED112 over BLEGUI therefore my hardware is…
cbr
  • 437
  • 2
  • 5
  • 16
1
vote
1 answer

BGScript GATT characteristic write from C# not working

In my device configuration, gatt.xml, I added a custom GATT characteristic with a custom UUID and enabled the read and write properties. Using windows Bluetooth API after pairing, when I try to read from the GATT characteristic, it's working fine,…
Loop
  • 58
  • 7
1
vote
1 answer

Sniffing data of serial port without removing data from buffer

I am using the bgapi library to manage bluetooth communication using a USB dongle. The library will take a command from my program and will handle all serial communications through the COM port in its own thread. I want to echo back all data coming…
1
vote
2 answers

BLE Trouble Supporting Different Android Devices

We are creating an Android app that connects to a device using the Bluegiga BLE113. We are having issues pairing the device to certain Android devices. Samsung devices seem to be having no problem but others like Oneplus and LG don't always…
Oscar
  • 13
  • 5
1
vote
1 answer

Bluegiga iWrap 2.0.2 Pairing issue

I connected a Bluegiga 2022 chip (iWrap 2.0.2) to the PC serial port and this working fine. When I send the pairing command ( SET BT PAIR ) then the answer "SYNTAX ERROR" always. I think I send the right command and the device exists. I think this…
1
vote
2 answers

Bluegiga BLE112 data transfer from Windows PC to ios devices

Is it possible to do a data transfer(less than 1mb data) from a windows pc to ios devices? I am looking for a solution to transfer data from a windows machine to ios devices via bluetooth LE and found bluegiga BLE112 is a good option but I am not…
Saanch
  • 1,814
  • 1
  • 24
  • 38
1
2 3