Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi
I am trying to start an advertise. If I use the “BLE_GAP_ADV_FLAG_BR_EDR_NOT_SUPPORTED” flag all work’s pretty fine, but whenever I change the flag to “BLE_GAP_ADV_FLAGS_LE_ONLY_LIMITED_DISC_MODE...
Is it possible to have a fast advertisement interval (for connecting and bonding/pairing) for example: 40msec; at the same time, have a slow connection interval (after connection...
uint8_t flags = BLE_GAP_ADV_FLAG_BR_EDR_NOT_SUPPORTED |
BLE_GAP_ADV_FLAGS_LE_ONLY_GENERAL_DISC_MODE;
And then when I look up "BLE_GAP_ADV_FLAGS_LE_ONLY_GENERAL_DISC_MODE;...
Hallo,
i'm trying to test my BLE aplication using the PTS. The profile test are mostly OK. But if i run the GAP Test (especially TC_BROB_BCST_BV_01_C) the PTS does not...
It seems that static and global data is NOT set to zero during start-up. This is supposed to happen according to the C-standard. How to do this in a proper manner, i.e. to...
Hi All,
we currently move our custom design to CE testing and already did some successful EMC pretesting.
However, our testing house asked us to prepare a firmware for...
Hi All,
BLE Nordic Stack: 0.9.7
Tiny Circuits: Ardunio + Nordic nRF8001 Board
First time post, and hoping someone has run into the same issue that I am. I am in the...
Hello!
I am working with the example mpu interface projects located at the following repo:
github.com/.../nrf5-mpu-examples
After converting the Keil projects to...
Hi,
After I've successfully connected my smartphone via nRF Toolbox's UART-BLE Service to my nRF52 peripheral, I tried to mimic the scenario when the devices get disconnected...
Hello
I want to understand how far the firmware that is burnt on to a Hardware is protected. Is it possible to actually read the firmware from a device (if the device has...
Services Setup
I am trying to feed the "Services Data" manually to the nRF8001.
As per the data sheet page 82 (see image below): Upon transmission of 1 packet of data...
I am trying to run the ble_app_beacon example on an nrf51802 device.
The call to sd_softdevice_enable() never returns (jumps to 0xFFFFFFF9)
The fault handler is not called...
My guess is that:
Characteristics are (or at least, can be considered) subsets of services, which in turn, are (or at least, can be considered) subsets of profiles.
...