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 want to use a UICR for device serial number. Correct me if I am wrong but it is my understanding that a UICR cannot be changed programmatically like onboard flash can. So...
I'm using the UART to talk to a GSM modem. It has hardware flow control and supports a baud rate of 115200. I'm using app_uart_fifo.c, not app_uart.c. I'm using the SoftDevice...
Hi,
Does Nordic Semiconductor provide any resources (codes, macros, documents) for work with IAR or Keil's simulator to fully simulate nRF51822's peripherals?
Thanks...
Hi,
I do:
err_code = ble_bondmngr_bonded_centrals_delete();
APP_ERROR_CHECK(err_code);
till now all is ok.
But when I do:
err_code = ble_bondmngr_whitelist_get...
Hi,
I need to delete all centrals using ble_bondmngr_bonded_centrals_delete ble_bondmngr.c function. It is working but it is not cleaning the whitelist.
So, when I do...
In the example of hid_mouse, ble device will bond master when disconnect event happen.
I try to add this two codes to Implement my idea.
err_code = ble_bondmngr_bonded_masters_store...
I write this code to set my ble device power down,but it causes reboot without any error report.
GPIO_WAKEUP_BUTTON_CONFIG(LEFT_BUTTON_PIN_NO);
GPIO_WAKEUP_BUTTON_CONFIG...
I try to use 51822 to run ANCS sample(ble_app_ancs). It work well and I can get notification source and notification attributes. But I don't see any source code for get App...
Hi
I've a reproducable behavior i'm not able to explain. I'm using the softdevice S110 6.0 on a nRF51822.
The firmware implements some BLE profiles and uses TWI Master...
Is there a way to map external memory (SPI connected) to force the app to start execution from there ?
If not feasable , there is a way to transfer the execution from internal...
I have a 51422 board design and I just got Ant-FS working with our firmware so I can now download data from an external SPI flash to a desktop application.
I want to be...
Hello:
I am using NRF51822 to design somethings. And I want to use interrupt send method instead of polling send method.
NRF51822's UART0 provides TXDRDY interrupt. After...
Hi,
I have tested the nRF Toolbox proximity application using nrf51822 evaluation kit and with nexus4 smartphone it is working fine. Now my question is, is it possible to...
Hi
I am trying to overcome the problem that I have confronted, I have no buttons to delete bonds. So instead of deleteing this is what I did.
I modified the bondmanager...