I have the nRF Control Panel Android application. It works fine with several BLE devices, but specifically for the Fitbit Flex, it fails to connect.
I know Fitbit wristbandes...
Hi,
The situation:
I was able to successfully receive known packets from a device running gzp_device_dynamic_pairing, from, the host running the gzp_host_dynamic_pairing...
Hi everyone
nrf51822,softdevice s130 2.0.0
now i used softdevice s130 establish two connection as a central with two s110 peripheral device,at the same time i establish...
Hello , I want use nrf24lu as "Hos" and nrf51822 as 'Device'.
I need some info about nrf24xx whith gazell .but I can't find info bout those param like:
typedef enum...
When you download win driver (from www.nordicsemi.com/.../72324929 for instance). There's only a win32 dll/lib provided.
However, modern development are often made on 64bits...
hello, Nrf24LU (Rx) , nRF51822(Tx).
The Nrf24LU Can only receive one packet。
if I use this function twice , like this:
The Nrf24LU can receive Continuous.
I guess The...
I need to use Timer 0,1,and 2(I have only 3 timers 0-2 in nRF51822xxAA). This means, I cannot afford to let the BLE use a timer(I can certainly afford to give one RTC for...
Hi,
I'm trying to update attribute value and notify it to client using sd_ble_gatts_hvx() function:
memset(ms, 0, sizeof(params));
params.type=BLE_GATT_HVX_NOTIFICATION;...
When I use sd_ble_gatts_hvx() to send data to iOS and Android device I meet a problem:
Data send to iOS ok,but will return error 8 (invalid states) when send to Android...
Hi,
I am trying to use SPI to get data from a sensor. In nRF 5 SDK V11, I got it to work by setting the SS pin in the config struct of the initialization function.
...
I guess the answer is yes, because I know Characteristic Declaration (UUID 0x2803) has an unique handle for each characteristic.
Just wanted to confirm.
Its the first time I use simple_timer. I do not use the Softdevice. So I'm working with the peripeheral simple_timer example(SDK11).
I know from the app_timer, that every...
Hei!
I recently added WDT to my existing project. After that the normal behavior/sequence of code is not as it is supposed to. Strangely it works okay every other run now...
I just get DK P10040, I am using SDK_11.0.0_89a8197/s132_nrf52_2.0.1_softdevice.
I tried ble_app_uart, it works.
But I find a problem, I cannot set P0.09/10/12/13 high or...
I'm trying to compile nRF51 SDK 8.0.0 under Windows.
So for that purpose I'm going to components/toolchain/gcc and running 'make' there.
No targets specified and no makefile...
Hello,
I find in your source code contradictory values for the UART TX and RX characteristics.
E.g. have a look at nRF toolbox (both Android and IOS) definitions: github...
Hi all,
I am trying to implement DFU on my device with marginal success. Here are the steps that cause the issue:
Using nRFgo Studio: "Erase all", "Program Softdevice...
hi
I use S130 from nRF5_SDK_11.0.0_89a8197 as an ble central base on ble_app_uart_c example. when the ble_peripheral change the adv's content(means have data to send),the...
I have been able to follow the instructions in the nrf5 iot sdk to connect my nrf52 dk to a raspberry pi, however I am unsure why a connection must first be made before I...
Hi,
I'm using nrf52 with S132. I noticed high current draw after calling sd_ecb_block_encrypt() function.
After calling function consumption is 6mA and stays at a constant...