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...
Hi I am using the mesh sdk 2.0.1 and the nrf52 dk board.
I have made a new model modifying the simple on of client/server example, where the server will send a periodic...
the function nrf_dfu_settings_init in nfu_dfu_setting.c
// Copy the DFU settings out of flash and into a buffer in RAM.
memcpy((void*)&s_dfu_settings, m_dfu_settings_buffer...
Hi,
Our product is based on BLE 4.2 / 5 peripheral devices and PC application (windows 7 & 10 environment) as central device.
we try to use nRF52840 dongle and also other...
On a NRF52DK Board, There is an on-board programmer done with ATSAM3U2C seen as a Segger programmer or a Jlink Progammer.
By mistake, I erased the entire flash of this...
I was trying to update J-link firmware (using link [https://devzone.nordicsemi.com/question/170895/nrf52832-jlink-stop-working-after-entering-bootloader-mode/] ) into interface...
Hi,
The following vulnerability described as Bluetooth implementations may not sufficiently validate elliptic curve parameters during Diffie-Hellman key exchange in the...
I want to use the serial DFU. Do you have any examples? I tried with ble_app_buttonless_dfu, not UART DFU.If you have a detailed reference, please let me know.thank you very...
Hi,
I am using the MCU on a board with sensors that are sampled in a very high rate (~100Hz).
I am having issues when trying to send the data with notification on more...
Hi,
I am using sdk12.2 and customised nrf52 board.
I want to interface ultrasonic sensor with nrf52. In this I am enabling trigger pin as high and after sometime my...
Dear All,
I am working with SDK version 15 and softdevice 132.
I want the device to advertise for 1 minute. Then go to low power mode. Again wake up after 5 minutes...
I have twe NRF24L01 module,one set Tx mode with autoask,and another set Rx mode without autoask,
The channel and address are same.
Can I use this mode to communication...
I have problem flashing main program and SoftDevice on the nrf 51822 module. I have Keil version 5.24 and I am using SDK v12.3 .
I can flash SoftDevice easily but after...
Hi,
I init the UART pin with the AIN pin such as P0.05, but the program will run into __WEAK void app_error_fault_handler(uint32_t id, uint32_t pc, uint32_t info) every...
Hi Everyone
I have been trying to do some simple led blinking by generating events , however i need to do that if a button_0 is pressed for some duration.
Here is a code...
We are using SDK 15.0 and Softdevice 6.0, FreeRTOS 8.2.1
Is there a way to use softdevice and NRF_SDH_DISPATCH_MODEL_INTERRUPT?
If not, it means SDH task MUST be the highest...