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...
When create 128byte length's CHARACTERISTIC and read with NRFCONNECT on Android. NRFCONNECT returns GATT_READ_NOT_PERMIT even though sd_ble_gatts_rw_authorize_reply() completes...
Hello Team Nordic,
I have a strange problem with the UART:
I am using nRF52840 with two UARTs: UART1 for Debug-Terminal and UART0 for communication with a GPS-Module...
I have developed a code for transferring data through uart to ble. It is working properly. but when I add a line printf to my code the data transmission stops and ble will...
Hello, I am trying to use the Legacy TWI Driver in SDK 15. I have setup my my sdk_config.h file to remove all references to NRFX (New TWI Driver). Only enabling the "nrf_drv_twi...
Hi!
I have download nRF5_SDK_14.1.0, and I have IAR Embedded Workbench IDE ARM 8.20.1
I want compile ble_app_eddystone.eww from examples, but have error:
Error[Lt009...
I'm looking into the use of the nRF52840 as a light switch/dimmer for a Philips Hue system, but have been running into issues with getting connected to the Hue network. I...
I know there have been many posts on this forum regarding a similar issue, I have spent a whole day reading them and trying to get this working, to no avail.
Basically my...
After nRF52840DK is flashed with open bootloader project through J-link ( usb port J2 on the short side of the board), nRF connect is showing the following interface when...
After reviewing this thread https://devzone.nordicsemi.com/f/nordic-q-a/53743/zigbee-sdk-on-top-of-freertos I managed to get FreeRTOS working with ZigBee and BLE using the...
On the development boards, the JLink OB stops working after 24 days and needs to be disconnected to work again.
This affects at least the USB UART endpoint, but possible...
I have seen some situations where putting the modem into offline mode (CFUN=4) will cause my application to lock up because the at_cmd never returns. It looks like this is...
Hi, I am using Mesh SDK 4.0.0 and have couple of nRF52840 dev kits.
1) In light switch server example of Mesh SDK, is it possible to add more on_off data types to the server...
Hello I am trying to develop an application for advertising in SLOW mode.
Here is my Advertising Init function.
/**@brief Function for initializing the Advertising...
Can somebody help me out the reason behind below failure on thingy 91. I am building asset tracker example using west on command line. Following is the logs that i got after...
Hi,
I am working on the Thingy91 and trying to set up an event when the USB power state changes (USB cable w/power is plugged or unplugged). For now I will just blink...