Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
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...
I'm using nRF SDK v7.1.0 with Keil and the pack system.
When I bring the twi_master module into the project, it references twi_master_config.h which defines TWI_MASTER_CONFIG_CLOCK_PIN_NUMBER...
Hello,
I am switching my environment form SKD6.1 to SDK9.0.0. Finally I'd like to integrate a buttonless bootloader into my BLE application.
I am using:
nRF51822...
In one of the recent Nordic Semi tour videos on YouTube, it was announced that FreeRTOS and RTX will be available in the nRF52 sdk. It's not present in v0.9.2, though there...
Good day,
we would like to use a central and a few (4) peripherals. Peripherals would stream small chunks of data (few bytes) very frequently (10-50Hz). What are the drawbacks...
To reduce power, I'm trying to find the best approach to minimize the cpu load when sampling an accelerometer at a high rate, e.g. 1.6Khz. Is there a way to DMA a sensors...
I am writing a crc checker for the application and the softdevice . I am using a s120 version 2.0.0 it currently has a upper boundary of 0x1D000 is this a hard boundary for...
Hi everyone.
I am making an application which combines two services (ANCS and Nordic UART). I compare the advertising_init() function from the two provided examples (ble_app_ancs_c...
Hi,
I've been searching the devzone for TWI examples, and preferably an example with MPU6050. Here are a conclusion of stuff that I found, but as some of them were for...
Hi ,
I tried to upload the application firmware using OTA service through MCP, I successfully get connected and the transferring of application hex file also gets successfully...
Hi Guys,
once again, I have strange behavior of my code.
In my code I try in loop after ble_event received change PWM from 0 to 255 for my motor device. In debug logs...
Dear,
Please, could help me ?
My knowledge in RF is basic.
I am developing a system to use 8 RF channels (nRF24L01 +) simultaneously.
I'm using Balum 2450BM14A0002...
Hi,
I’ve just ordered a few nrf51822 (from seedstudio ) and waiting for them to arrive.
They come preloaded with SoftDevice 6.0 or 7.0. with a pre-flashed OTA boot loader...
Hello, I am trying to connect a Nexus 6p running Android 6.0 to the NRF52 dev board. I have tried numerous ble examples in the SDK, but nothing ever appears in the nRF Master...
So if I start a program in debug mode some zero-inited static variables are non-zero.
ldr r1, =__etext
ldr r2, =__data_start__
ldr r3, =__data_end__
subs r3, r2...