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
0
votes
2 answers

BLED112 advertise GATT services list

I am trying to make a BLED112 behave like an iBEacon and also advertise few more GATT services. While advertising user data for iBeacon as in Bluegiga examples works fine, I do not know how to also advertise the list of available GATT services. Any…
Radu
  • 31
  • 3
0
votes
1 answer

Getting a number to show up a certain percent of a time

I'm looking to build a code to make a number show up 50% of the time, 35% of the time and 15% of the time. I'm quite new to BGscript but I haven't had much luck making this reliable or work at all. Even if you haven't done any BGscript but have done…
0
votes
2 answers

Android BLE Fatal Exception: Main

I am trying to program an Android application that utilizes the BLE feature. I am able to scan and find the devices I am looking for but, when I try to connect to one of the devices, I receive the following error: 02-22 18:28:54.603:…
0
votes
1 answer

BLE112 with Arduino code

I'm trying to read a sensor with Arduino, then transmit the signal to an iPhone device by BLE112. I read a lot about this device, and I updated the firmware (Gatta and hardware.xml files). There is a library to use it (BGlib) but I don't know where…
Rana
  • 1
  • 2
0
votes
0 answers

Can't retrieve data from BMP180 using BLE112 via I2C

I'm trying to read temperature data from BMP180 using my BLE112 via I2C. The problem is that what get in the very end are some unrelevant numbers. I think i am missing something extremely important. I follow BMP180 datasheet point by point. Program…
0
votes
2 answers

Why isnt my BlueGiga BLE113 being discovered?

I have a BLE113 chip wired like so: https://i.stack.imgur.com/bWj57.jpg I've measured the voltage through the wires to make sure that power is going into the BLE113 board, and a constant input of 3.3V is (which is what is required). I flashed the…
Ashley
  • 121
  • 3
  • 14
0
votes
1 answer

SPI SLAVE read data on BLE112 (Bluegiga)

I need to connect a BLE112 to a microcontroller (msp430 family) as an spi slave device. I've configured it using hardware.xml file, setting mode="spi_slave". Now, how can I read data? "hardware_spi_transfer" does not fit my need, because it also…
Carlo Pane
  • 193
  • 2
  • 12
0
votes
1 answer

Bluegiga BGScript: How to show uint8 value on display?

I'm using the BGScript for Bluetooth program. BGScript provides H/W interrupt listener API. The listener API name is hardware_io_port_status(delta, port, irq, state) What I want to see the value are irq and state. BGScript can display value by using…
zono
  • 8,366
  • 21
  • 75
  • 113
0
votes
1 answer

Bluegiga BGScript: How to advertise with event trigger driven?

I'm using the BGScript for Bluetooth program. BGScript provides start advertising API. API name is "gap_set_adv_parameters(adv_interval_min, adv_interval_max, adv_channels)(result)" What I want to do is send an advertising packet when an event…
zono
  • 8,366
  • 21
  • 75
  • 113
0
votes
1 answer

Android BLE onCharacteristicChanged not called

I'm working on a project which includes a Bluegiga BLE113 module and an Android app. On the Bluegiga module I've set up several characteristics. For one characteristic I defined a descriptor to activate the client notification (in My case, the…
0
votes
1 answer

ANCS and BLE113

I am using the ANCS service to get notifications on BLE113. It works fine except I can only get 20 bytes of data as that is the MTU restriction. Since iOS sends data larger than 20 bytes, I miss anything more than 20 bytes. BLE113…
-1
votes
1 answer

Make the HID keyboard with BLED112

I use the BLED112 and want to make it act like a HID keyboard. The BLED112 receives the keystroke from the Mobile. For example, "p". Then the dongle act like a keyboard so we can see the "p" is written on Notepad of PC. Sending data from Mobile to…
-2
votes
1 answer

BLE Device connection

Please has anyone used bglib or BleDriver.NET to connect to a BLE device? I need help in using any of these libraries. The issue is I have a bluegiga bluetooth dongle and a bluetooth calliper. I want to get data from the calliper through an existing…
Kunbi
  • 658
  • 7
  • 18
1 2
3