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...
Dear friends,
if i adjust the tx power of nRF52832, e.g., by calling sd_ble_gap_tx_power_set(), which phase of the current will be affected in the pic bellow? just the phase...
I am struggling with getting a Secure UART(Serial) DFU operation to function correctly when I attempt to enter the bootloader with a call from my app. I am using the basic...
Hi all,
I am working on interfacing an SD card as well as an OLED Display with my nrf51422 on SDK 12.2.0.
Although, both are on SPI and hence i need to configure them...
Hello,
I'm running the SPIS example from Keil (SDK 15.0), but I want to print out the received as the decimal value instead of as a string. If I change %s to a %d in this...
I cannot access any more my nRF52 DK 10040 with nrfjprog ,indipendently from the command I give.
I use Windows10 nrfjprog command line ,i can see and access JLINK drive...
Hi,
I am using two nRF52832 and one nRF24L01+.
My topology is as follows: nRF52832 A<---> nRF52832 B<---> nRF24L01+.
where "A <---> B" means that A communicate with...
To check, in sdk 15.0, there are no pca10040e (s112) examples of ble_app_buttonless_dfu & secure_bootloader because examples were not yet ready for sdk 15.0 release, or something...
Hello,
I'm currently using the nRF52832 chips with SDK11.0.0 and s132. I'm currently trying to modify the TX power level for advertisement. I'm seeing many ways that I could...
HI, I'm using the nrf52840 BLE mesh (nrf5_SDK_for_Mesh_v2.0.0) and some other sensors which drivers written by using nRF5_SDK_15.0.0 . Can you help to understand how to do...
Is it possible to program the nRF52840 dongle using the nRF52840-DK using SWD?
I tried, but it failed. From the nRF52840 schematic, it looks the chip is running at 1.8V...
Hi,
Win10 can run a subsystem, which is Ubuntu for me, in the powershell environmental.
But I can not connect the pca10040 debugger. it show error when I try to erase...
I am trying to build a run time test routine that will return the ppm offset between the 32khz and the 16mhz clocks.
Can i use PPI to hook 10 clocks 32khz ticks to capture...
Hi,
MY pca10056 dev board is no longer getting detected. i have gone through this post
here is what i have checked ,
Does the device show up in Device Manager?
No...
Hello!
I use I2S on nrf52832 custom board with ICS-43432 microphone. I try to modify example project.
1. When I2S data_handler function take place, I see a new data (p_data_received...