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...
Dear Sir/ Madam,
I want your suggestions and recommendation regarding to choose which one of your BLE development kit.
I want a Bluetooth development kit which has long...
Hello, I'm trying to update services list on central device after adding a new service. However, sd_ble_gatts_service_changed returns NRF_ERROR_NOT_SUPPORTED . After looking...
Hello,
In my application, I need to activate BLE during startup only if some conditions are met otherwise I put the nRF52 in SystemOff mode. BLE should not be activated...
Hi,
I have been receiving the error: undeclared identifier "TWI0_USE_EASY_DMA". I researched and found that the solution was to include "nrf_drv_config.h" and add #define...
Hi, I have problem with discover services in advertising mode on NRF51822-BEACON. There is default firmware in this beacon. I using Xamarin on Visual Studio 2015. It is connected...
I have integrated IAR code into my company system.
with the Jlink_monitor.c, jlink_monitor.h , jlink_monitor_ISR_ISR.s and enableMonitorMode.mac.
Step 1: I loaded code...
Hi,
I am trying to use the nrf_drv_twi class but I cannot define a nrf_drv_twi_t instance. When I write the code
`nrf_drv_twi_t twi = NRF_DRV_TWI_INSTANCE(0);
I get...
Hi,
It is indicated on page 59 of the datasheet (rev1.0), concerning the register nr.8 OBSERVE_TX, that "the counter PLOS_CNT is reset by writing to RF_CH . See page 75...
I am working with SDK12.2.0. I see that transports seem to be registered as section variables with the identifier dfu_trans
I have added a section definition in flash to...
Not sure if this is a typo in the function comments or a small bug, but thought you'd probably want to address it either way. I'm on the most recent NRF5-SDK (12.2.0) and...
Hi Team,
We are implementing an UART communication between a M4 processor (UART master) and a nRF51 (UART slave) and we want to use the UART in Low Power mode with flow...
Gentlemen,
I'm trying to develop a Health profile solution that works with Win 8.1
I'm using SDK 6.0 and S110 v 7
Win 8.1
I found the Win 8.1 sample app...
I am looking at the Master Emulator examples ProximityDemo and HealthThermoDemo. I can use both to connect to one device that I have (Device A). I try to use ProximityDemo...
Hi,
I want to achieve DFU OTA nRF51 using NRF52832.Is it any example,or data transfer message sequence charts documentation? Could you give me some suggestions?
Thanks...
Hello everybody,
for my project, i will bond the peripherial with the central.
I test my device with the MCP and can connect without problems. When i press the Bond Button...