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 All
I am using nRF9160 DK version 0.8.5, and I have gone through this link, downloaded and Installed all the steps, given there. All seems to be running good.
But some...
Hi I am using the custom_bluetooth_service tutorial from https://github.com/bjornspockeli/custom_ble_service_example with SDK v15 and nrf52840 DK.
I am now trying to use...
Win10 + Segger embedded studio
I can get the pca10059 blinky example to work. ( C:\nRF5_SDK_15.3.0_59ac345\examples\peripheral\blinky )
I use the NRF connect Programmer...
We are trying to receive high speed data using UART. Currently our source is set to transmit an 8 byte packet once every second.
I have initialised the serial port in IRQ...
Is there a public bug-tracker available (even better: publicly hosted repository)? I'm currently trying to wrap the SDK in way suitable for our internal processes (CMake,...
Hi,
i'm using "cycling speed and cadence" on DK to make a test run. However, my bicycle-watch(base on ANT) doesn't receive any "ANT signal".
Searching in the devzone,...
On the picture channel 2 connected to reset button on PDK.
UART channel drops to GND 4ms after button pressed.
How to prevent this?
Tried this: https://devzone.nordicsemi...
Hello,
at 3.3V the current consumption of my development kit is about 21.5 µA.
Due to the law of energy conservation, I would expect the current at 1.8V to be a little...
Hi,
i'm not getting any signal with a fresh DK and the latest modem driver.
entering AT+COPS=? will make it unresponsive forever. (nordic LTE Link monitor times...
I am combining several of the examples along with my own code. Specifically, I'm taking the Event Manager sample and combining it with some custom UART code and modified GPS...
Hi,
I would like to check my understanding of exactiy how the sourcing and configuration of the LFCLK works when using a WDT and doing soft resets.
I found these statements...
Hi,
I'm trying to use the BSP functions to do the following.
1. Detect three different button pressing types. First - singular quick press, Second - Long Press with Timeout...
After a successful LESC bonding, the address given by p_ble_evt->evt.gap_evt.params.connected.peer_addr in a BLE_GAP_EVT_CONNECTED event is a "identity address" as expected...