I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
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...