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...
nrf52832 S132 v6.1.1
i want to write saadc data in flash, so i call "write_to_flash" function in "void saadc_callback(nrf_drv_saadc_evt_t const * p_event)"
sizeof(data_array3...
Does anyone know if Segger Ozone is licensed for commercial use if used with Nordic Semiconductor devices, similar to the use of Segger Embedded Studio? Or, do we need to...
Hello Everyone,
As mentioned above I wanna know how to send Energy Expended data from nRF51422_xxac device to BLE mobile application using HRM characteristics or HRS Services...
Hi,
I'm starting to work with Nordic Semi Develoment boards with a Thingy:91.
And I wanted test the GPS module and send it over HTTP POST using the LTE of the Thingy...
Dear,
I am using :
ncs: v0.4.0
SES 4.16
firmware: mfwnrf916007029alpha
Hardware: nRF9160 DK v: 0.8.5
I want to do:
1. Enable and get GPS position ("AT\%XSYSTEMMODE...
Dear ,
I tried to use HTTP POST to POST the information from GPS to my webserver.
But I couldn't combine 2 of them together. ( they, GPS and HTTP POST, worked well separately...
The driver timer of the slave stops when the slave disconnects with the master. The deviation is caused by the disconnection as the following picture shows. The hardware timers...
I've been using secure DFU over a bonded BLE connection with the following configuration:
S140 6.0.0
nRF5 SDK 15.0.0
nRF Connect for Android
#define NRF_DFU_BLE_BUTTONLESS_SUPPORTS_BONDS...
Hello,
I am using nRF52832 based development board (PCA10040) and softdevice v6.1.0.
I want to ask that does the feature of Periodic Advertisement of Bluetooth 5 depend...
Is there any documentation that talks about interface between board controller (nrf52840) and nrf91 on nrf91DK
How do they interface. Is there sample code to create custom...
Hello all,
I am working on the DFU on the NRF52810 custom board
I am trying with secure bootloader example PCA10040e
with sdk 15.3 s112_nrf52_6.1.1 softdevice
Then...
Central and Peripheral are connected by BLE.
The following error may be displayed when sending BLE message multiple times to the peripheral at the same time.
>> NRF_ERROR_RESOURCES...
Hi,
I found a bug in fds module ( Flash Data Storage ) which lead to data system corruption.
Scenario:
Given the device started GC(Garbage Collection) procedure...
Hi,
I have found a bug in the fds module (Flash Data Storage), which lead to losing "installed pages". If it was a swap page, fds module will be bricked.
Tested on SDK...
Hi,
I have written a short driver for the ADXL362 accelerometer, which I'm attaching here, and I've connected breakout board of the accelerometer from Sparkfun to the nRF51...