Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Hello,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
Hi
I am using S110 v6.0.0
I have written an app that has a single service and I then register the same characteristics until it fails. The properties is 0xA (read/write...
Hi,
The nRFgo Studio v1.16.1 will up side down the contents of old profile XML that created by v1.16.0 or v1.15.x.
And use the new generated services.c and services...
Hi,
So I'm using a BT 4.0 dongle (Laird BT820) to set up a LE notification loop with the nrf8001 (RedBearLab shield on Arduino) using gatttool on Ubuntu 12.04. This works...
I've used the nRF8001 on several projects with good success, so I'm generally familiar with the chip's operation. But I'm seeing an issue on a new (custom) board that I'm...
We are currently researching which BLE chip vendor to use so this question is directed at Nordic personnel familiar with the S110 stack's capabilities.
In a situation where...
I would like to use the nRF51822 evaluation kit as an observer to detect beacons and take action based up the RSSI value. I can't seem to find any source code for S120 or...
I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
Hi,
Repro, using the Nordic hid-profile + iOS 7.1.1:
Pair the nrf51822 based hid device via the iOS bluetooth menu.
Turn off nrf-device.
Boot up the nrf-device...
I want use pstorage write and erase flash,as shown below:
//pstorage_init(); // device_manager_init have been called,so there's no need to call
err_code = pstorage_register...
I currently have a design that has four characteristics (all strings) in a custom service. Each is less than 20 bytes and I send them out one at a time. i.e. one characteristic...
Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
Hi. I'm trying to use GCC instead of Keil.
I have followed "nRF51 Development with GCC and Eclipse" written by Nordic and "nrf51-pure-gcc-setup"( github.com/.../nrf51-pure...