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...
I've just tried to compile and run the stock lpcomp example on two different computers, targetting an off-the-shelf 52840 dev board. It compiles, and starts fine, but doesn...
Hello,
I am creating an application that counts the number of times the button is pressed (Every high to low transition).
I am using GPIOTE to sense the high-to-low events...
Hello,
I am considering redistributing the SDK source code. I also saw the following, but hasn't it changed?
devzone.nordicsemi.com/.../32969
【SDK:15.3】
Hi,
How can I understand what all Errata's are applicable to softdevice and are taken care of?
For my application I am aware of the modules/peripherals being used and...
Hi,
I noticed there is no SWO support mentioned in Product Specification 1.1 for nRF9160. But since the architecture seems similar to the nRF52/nRF53 that have SWO under...
I have been interfacing with the Macronix external flash via the nfrx_qspi library for logging. While I am able to use nrfx_qspi_read() to obtain my log data, I am also able...
PM_MCUBOOT_STORAGE_ADDRESS and PM_MCUBOOT_STORAGE_ID seem to be no longer defined as of SDK1.2. As per the discussion here , I tried using DT_FLASH_AREA_STORAGE_OFFSET which...
Using nRF52811, Segger SES, and SDK 16.0, I have some times that seem to be off by ~2X.
I'm timing by setting a gpio before and after the event and capturing with a scope...
Hi
Referring to
https://devzone.nordicsemi.com/f/nordic-q-a/58652/additional-questions-to-nrf52832-errata-220-clearification/238659#238659
From the above post, the...
I am new to the nRF9160dk board. I have been able to compile and run some of the sample programs. I am now looking to have a simple program to talk to external uarts 0 and...
I need my sara sara-r410m-02b ublox module to connect to the cellular network using at commands. For this reason I require to send the commands by means of programming lines...
Hi
I have a custom who is using 52832 to develop a Bluetooth door lock, including a NB-iot module, The door lock is unlocked via app Bluetooth.
the question is : There...
Hey all,
Have just been messing around with the board, everything was working fine until I tried to follow this guide to install CircuitPython onto the nRF. I got it into...
Hi there!
I am currently trying to follow the SDK instructions to get everything up and running. I followed all steps closely and didn't run into any errors apart from the...