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, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Not really a question, but it took me way to long to find out about J-Link RTT (i.e. j-link Real Time Terminal for easy debug printing so I thought I would mention it for...
I need a fixed voltage reference on my circuit. Since nRF51822 has internal 1.2V voltage reference, I am just wondering if there is a way to use this reference for external...
Header for nRF51 (nrf51.h) mentions two peripheral blocks completely missing from chip documentation. Are they functioning? If so, the comment for PATCHADDR field of PU says...
Hi there,
After prototyping a device with modules and on a breadboard, I transitioned to a custom PCB with nRF24L01+, matching network from the spec sheet, and 2.45 GHz...
Hi everyone
now i used softdevice s120 scan and connect two s110 device
and i used sd_ble_gap_rssi_start() when connect event ,
then get the rssi in BLE_GAP_EVT_RSSI_CHANGED...
HI,all!
Recently my nrf51822 device encountered a tough issue,the detials are:
My device connected to an android app, which has some bugs about ble connection so the...
HI,
I am using sdk 8 and pca10028 dk. I follow following procedure,
Program the softdevice using nrfgo
Program the test_bootloader using nrfgo
Program the application...
I have some questions about how I will use this structure ,first of all I know that The "data" member of the ble_gatts_evt_write_t is meant as a placeholder for the address...
I am trying to create a windows app that will read data from an accerometer via a nrF8001 ble module.are there any example i can see for communication between windows and...
Hi, Nordic Engineers. Now, i use a external 32mhz crystal on my board. i have add code"NRF_CLCOK->XTALFREQ = 0X00", but the BLE radio seems not work. Led flick is ok.
Why...
Hi Guys,
I have a SITECOM Bluetooth Dongle connected to my PC and I want to receive data from nRF51 DK via bluetooth (for example heart rate monitor data).
Could someone...
Hi everyone,
I must to comunicate from HW to PC with SPP over BLE. So I took the dongle BLED112 (side PC) and the HW where is mounted a nrf51822 like uart BLE interface....
Hi,
the product specification of the nRF51822 states the possibility to carry quadrature demodulator
signals on GPIO pins.
This would let one allow to observe the physical...
Hi,
I am a newbie to nrf, I am trying to understand the lbs example while running on nrf dev board. I want to set my application as follows:
Blinking LED while advertising...