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...
Hi,
Same question in the ARM forum: topic
I am a (French, sorry for my English) software engineer with very little knowledge in hardware. As part of a prototype, I'd...
i have initialized a uart then i changed its rx and tx pins. now i want to initialize two uarts. i found the function to do this. app_uart_init.but i dont know how to pass...
I am trying to add pairing option in IOT examples provided in nrf51_iot_sdk_0.8.0. I don't see device manager interface in this SDK. Are there sample examples I can use to...
Warning[Pa082]: undefined behavior: the order of volatile accesses is undefined in this statement C:\Projects\..\lib\nrf_drv_twi.c 273
21 the same warnings. No errors...
Hi,
i have a question about s130 ble_app_hrs_rscs_relay demo, i want to add nus service to this demo, so i transplant the code from the nus demo ,
1:advertising_init use...
Hello, I just download the Android nRF beacon source code from Github, but how do I import this source code into the eclipse?
even I use the git tool import the code to eclipse...
Hi,
I want to use the following project to build a ble scanner which listen on one specific channel:
github.com/.../nRF51-multi-role-conn-observer-advertiser
Looking...
We have added support for nRF51 devices to VisualGDB, our Visual Studio plugin for embedded development and would like to share some tutorials showing how to develop common...
Hi, CAn anyone plz help me getting the cheapest possible nrf51822 small module that i can use in my project as peripheral ?
Or any other module that can work as slave with...
Hello,
I have been able to get an application to build and run in debug mode using Eclipse GCC (Kepler) for the nRF51822. My application does not use a soft device. We...
Hello,
I want to use timer with my app. I want to make led on my beacon flash for 1 second when it recieves a value. How can i set timer to turn of led after 1 sec?
...
Hi,
I am using GPIOTE interrupts to detect button presses. It works fine but there are only four channels in GPIOTE->EVENTS_IN[] and each channel can only be assigned to...
Hello,
I'm using exeprimental dual mode example with my Beacon kit. I ported the example to work with pca2006, but i'm having problems with led. On my mkit, leds work just...
This is what happens when linking my project in Eclipse:
make all
'Building target: project_name.elf'
'Invoking: Cross ARM C Linker'
arm-none-eabi-gcc -mcpu=cortex...
Hello,
We would like our app to only be seen by:
Devices that have previously connected
Devices that we allow to be added to the whitelist via the temporary disabling...