Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
Dear Nordic Experts, This one's a tough nut to crack:
The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832...
SoC: nRF5340 SDK: nRF Connect SDK 1.9.1
CMAC calculation works fine with SDK 1.7 and SDK 1.8. But it failed with SDK 1.9.1.
psa_mac_sign_setup returns error = PSA_ERROR_NOT_PERMITTED...
Hello,
I have two questions regarding nRF52832 ADC, which are not documented :
what is the precision / tolerance of the internal 0.6V reference?
what is...
hello there,
I use currently 'ble_app_hids_keyboard_s132_spi_pca10040' app of SDK11 for my nrf52832_xxaa device on 'IAR' IDE. It utilizes sofdevise s132. I do not use the...
Hi
I'm encountering a problem in UART communication with nrf51422 on a custom board over an FTDI USB-serial converter ic.
When I send a string > 40 chars from the terminal...
hi
i have nrf51422 sdkv6 ss10 v1
i have timer2 inited
after something like 30 minute that it work right it stop without any system or ble event and it goes here
...
ibeacon noob here, I see several postings about implementing with different chips. Is there a preferred solution for an ibeacon for new designs? Thanks!
So I've been following these blogs on getting Monitor Mode Debugging working with SEGGER Embedded Studio: devzone.nordicsemi.com/.../ and devzone.nordicsemi.com/.../
These...
Hi,
I am working on the heart_rate_collector example code of nrf51-ble-driver_linux_0.5.0.
I try to modify the example code let it can connect to the Blood Pressure (loading...
Hi, I have written some code following an example for my nRF51-DK using a sensor and HeartRateService, but I tried to use some apps and the scan doesn't seem to see my phone...
Hi.
I have a custom board based on the nRF51822. Application uses s130, SDK 11.0.0. It's a peripheral. Using gcc.
I'm finding that when field testing my device, it will...
Hello,
I'm trying to measure the time difference between two pulses using GPIOTE, PPI and a Timer.
My platform is:
nRF52832
SoftDevice S132 v2.0
My thinking is to...
without timer it work fine but when i use timer it goes here.
my timer code is this
#define APP_TIMER_PRESCALER 0 /**< Value of the RTC1 PRESCALER register. */
#define...
Hi,
I am following the user guide nRF51822 Evaluation Kit User Guide v1.2 , the heart rate monitor demo, Scaning for available Bluetooth low energy devices:
I started the...
Hi,
i am working on a custom board with nRF51422. I can program this board with the nRF51-DK. I use ADC and a temperature sensor via I2C. Everything work well but actually...
I am using nrf_toolbox on Windows Phone 8.1 and PCA10040 development board. I loaded the uart example and with my phone I can send text via nrf_toolbox. But when I want to...