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 have been unable to read data from my sensor.
uint8_t SPI_ReadByte(uint8_t RegAddress) { ret_code_t retCode = NRF_SUCCESS; //start reading sequence m_tx_buf[0...
The modem reports that it supports states 0, 1, 4, 20, 21, 30, 31, 44 when I give the "AT+CFUN=?" command.
Using the at_client sample, or other software like asset_tracker...
Hi, I am using nRF52 DK with s112 and SDK V15.2.0. I have written an application based off of the uart example, and expanded it rather substantially to use the SAADC and read...
Hi,
I'm trying to create my switch_event by using Event Manager.
And I got this issue: "undefined reference to `__event_type_switch_event' " when submitting my event:...
Windows 10, Segger V4.52c, S132, SDK 15.2.0, nRF52832
I've been through a few posts talking about needing more RAM allocated to the SoftDevice when other services are added...
Is it possible to generate a DFU package for both bootloader-only and fully-programmed (bootloader, softdevice, and app) chips? I'm unable to do so for an nrf52833 using nrfutil...
Converting old code for a nRF51822 to the new SDK(15.3.0) for an nRF52832, this error happens:
#error "Compiler generates FPU instructions for a device without an FPU (check...
Hi all,
After wasting so much time trying to set up simple peripheral device whitelisting single central device, I realised that API has been updated and those old examples...
Hi all,
Can I read the chip ID of NRF24LE1 in code? how can I get the ID?
Or is there any readable identifier that make each chip "unique" from each other? Because the...
My team is developing a bike power meter, so we are looking to shrink our PCB design as much as possible. We are directly measuring force using an array of strain gauges....
I am trying to run the example of generating a random string from MBEDTLS website , below is my code , before running this code I have done the following changes.
Set MBEDTLS_CONFIG_FILE...
I have the problem to dfu nrf52833 over usb for a long time, I first have the problem cannot flash when start from a S140 BLE DFU example code, https://devzone.nordicsemi...