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 Nordic Team,
We want to use the FreeRTOS for commercial use, kindly request to answer the below questions.
1. Is AWS FreeRTOS open source & commercially distributed...
Hey all, I'm a beginner to bluetooth,
I ordered the NRF51822 dev kit and it worked easily out of box with my android phone.
I'm creating my own android app to communicate...
Hi Nordic
I want to change mesh-sdk-4.0 LPN example tx output power to 4dbm, including proxy broadcast, mesh packet,
I try to change " RADIO_POWER_NRF_0DBM " in whole...
The Nordic Uart service for peripheral devices has a function ble_nus_init() which takes a callback function in a struct.. Later on this callback function may be called with...
I am doing the project using nrf blinky.
My phone cannot find the nrf52840 . Before this it is ok, but now it cannot discover it . I notice that LED05 is blinking very fast...
Hi guys ,
I am trying to connect thermistor with the ADC pins of nRF.
I use the steinhart formula to calculate the temperature in degree celcius. I used a voltage divider...
I have a development environment using Zephyr; setup and working from the documentation I found for the nRF Connect SDK. I am using SES and am able to debug the provided examples...
I am writing a Windows program to control an nRF52840 using pc-ble-driver, v4.1.1, with NRF_SD_BLE_API=6
I need to do all of the following:
1. Scan
2. Create multiple...
Hey guys (and merry Christmas),
I'm working with a Laird BL652-DVK (nrF 52832 - chip), Nordic SDK v.14.2.0 and SES (Segger Embedded Studio v.4.30). I try to receive data...
Hi,
I try to modify ble_app_uart so i can get a feed back from the boar if send something I use switch case for my use case, I'm working with eclipse
here what I do...
I have been working with the thingy91 source code from ncs, I can compile and load the sample app successfully. However I did notice that when I compile the code it does not...
I tried out DFU functionality initially using nRF52840-PreviewDK and UART transport
When downloading an app via DFU, It takes about 6 seconds from the time I start nrfutil...
Hi,
I am trying to make my own border router for Thread mesh network using nrf52840 and BG96. I have ordered pre-certified third party modules. Now How can I interface it...
I can't seem to find a data sheet on the PMIC used on the Thingy91.
The data sheet shows a ADP536x and discussions call out a ADP5360.
I searched the ADI website and did...
Hi all,
I am trying to test the OpenThread protocol by using CLI example.
Path of example is nRF5_SDK_for_Thread_and_Zigbee_v3.2.0_9fade31\examples\thread\cli\ftd\usb...