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...
Hello i am working with light switch proxy client server sdk example.i make provision light and switch using nrf mesh application.i have three nrf52832 dk board.i flashed...
Hi.
I work with PCA10040 and SKD_14.2.
I use UARTE with easy DMA. I see big enough delay between sending nrf_drv_uart_rx_abort and entering to UART event hanler. What...
I tried to create a descriptor for a characteristic. I modified the app_blinky and added a ble_add_descr_params_t variable. After The Initialisation and definition of the...
Hi,
I've tried blink,hid,uart,template similar sdk examples so far. Now i acquired some experience about nrf52832 processor and bluetooth,but ii don't really have enough...
I have had an issue recently with some beacons that I am using to log temperature data. A portion of the beacons drained their batteries very quickly and didn't respond to...
Hi I have this piece of code which works in SDK 12 but when I port it to SDK 15 the sd_ble_gatts_characteristic_add function would fail with an error code of 7. No change...
Hi,
I want to put my nrf52832 into the low-power mode. I select SYSTEM ON with low-power (instead of SYSTEM OFF) in order to overcome reset. In order to do it I call sd_app_evt_wait...
Dear nordic team
I am using SEGGER EMBEDDED STUDIO and nrf52840 DK. I want to add some pwm nrf_drivers like nrf_nvic.c , nrf_soc.c , nrfx_pwm.c to my project. when i added...
Hello,
I started off with two nRF52832 Dev Kits, and have customized the UART Central - Peripheral example to send an array data from Peripheral to Central (no uart simulation...
A month ago I bought an nRF52840 DK to start creating my own projects with the nRF52840 chip
I have created a new project in Segger Embedded Studio for the nRF52840 DK....
Hi,
is it possible to use the nRF52 dev kit and/or the nRF52 Dongle (nRF52840 Dongle) wiith the dongle firmware without nRFConnect?
Background:
We want to use a nRF52...
AIM: Try ATT MTU Throughput Example on nRF52810 running on S132 v5.1.0
Reason: Cant use S112 on nRF52810 because of data length extension. Max speed achievable is 330 Kbps...
Hi,
I have nRF52832 connected to a device(A) which can operate from 3.3V to 5V supply.
When the device's supply is 3.3V, it communicates with nRF52832.
Before the device...
Hi ,
If the softdevice had inited (called sd_ble_enable() ) , Can I use the NVIC_EnableIRQ (or NVIC_DisableIRQ )
to enable/disable an interrupt ?
What is the difference...