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 Nordic
i am working with nrf52832, sdk 16.0 , s132
i am trying to organize my code with attention to each function return value
i have tried looking at all...
Hi everyone,
I am writting a custom firmware and I am stacked on how to manipulate properly BLE events. First of all I have a handler function that listens for BLE events...
Is the mesh 4.2.0 sdk documentation available for download? I know that the sdk16.0.0 was downloadable on the infocenter ? But the same is not available for mesh 4.2.0. Where...
Hi all,
Is there any difference between advertising in IDLE mode and stop advertising using sd_ble_gap_adv_stop(m_advertising.adv_handle)? I wonder if I need to stop the...
I'm using the script from https://devzone.nordicsemi.com/f/nordic-q-a/53208/updating-nrf9160-modem-firmware-through-the-command-line/215357#215357
Under strace, it never...
Hi,
I need to reset RAM after softreset. As I read product specification, RAM cannot be cleared after softreset or CPU lockup.
Please see below image for reference.
...
I've been experimenting with using mqtt discontinuously, and have run into an issue where it appears to leak memory, leading to a subsequent mqtt_connect failing with -12...
nRF52832 offers several different Bluetooth modes such as :
(1) Nordic Proprietary 1 Mbps
(2) Nordic Proprietary 2 Mbps
(3) Bluetooth LE 1 Mbps
(4) Bluetooth LE 2...
Hi,
The instruction from the ' Getting started with Nordic's Secure DFU bootloader, a step by step guide ' page tels us to use minGW and GCC compiler to perform a 'make...
Hi,
I am following this example here , which sends an https HEAD request to google.com as a starting point for my overall goal, which is to send an https GET or POST request...
Hi,
I am a interested in using a nRF52 development board as a BLE Mesh packet sniffer when paired with Wireshark. My question is which of the nRF52 boards support mesh....
Hello,
There are lots of old threads about using nRF51 and nRF52-DK with Wireshark and special Sniffer firmware. The newer nRF52840 Dongle, however, doesnt seem to have...
Hello,
I am developing an nrf52811 BLE Direction Finding firmware.
During packet reception I would like to store the IQ samples on a uint8_t buffer right after some...
I have enable 4 Low power events for 4 button in NRF52832 board. when i press a button board is waking up due to low power event
but when it is waiting in low power mode...