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...
Hello,
when i try to flash code after loading s132 softdevice using nrfgo studio, i am getting erase failed,cortex-M4 error . but the fresh ble_peripheral alone is working...
Hi,
My goal is to send raw frames to some external device which is not nRF BLE example but commercial used device.
It is using some fixed service with fixed UUID and I...
I doubt Nordic developed a brand new GPS receiver for the 9160. Where does it come from (manufacturer and model)?
The Thingy91 Asset Tracker out of the box example has some...
The Thingy:52 Environment Service uses this structure to represent Temperature.:
This is wrong - it cannot correctly represent temperatures below zero but above -1 ...
pls advise if nrf9160 DK can work in RDP protocol , say the board is in US to work on NBIOT carrier or LTEM carrier . Can it be configured in some way to do evaluation remotely...
Hello!
It seems to me that GCC compiler optimization (-O3 -g3) somehow break the SAADC.
When enabling said optimizations the SAADC no longer gives me valid measurements...
Hello,
I'm developing a gateway and i would like to use advertising packet on sensor side to transmit data but it suggests that my gateway will be in permanent scan. I know...
Hi , I would want to establish a GATT Server application as well as integrate Bond Management Service from glucose example (ble_app_gls) in examples folder of SDK15.3.0_59ac345...
ble_db_discovery_start () returns NRF_ERROR_INVALID_PARAM (0x7)
This problem occurs when two peripherals are connected to one central unit. The two peripherals use the same...
Hey,
I am having trouble validating this idea through research. I was hoping someone could give me some ballpark feedback.
The setup:
- 15 NRF52832 devices on custom...
all set. while in linking stage i am getting
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol nrf_sdh_is_enabled (referred from nrf_fstorage_sd.o). .\_build\nrf52832_xxaa...
Hi,
I am using NRF51422 dk board in our project.We are using SDK 12.3 version , soft device S130 and keil u vision. Here the problem is I am not able to connect the bluetooth...
Hello:
I am able to debug and output to the J-link RTT Viewer(V6.44e) and when I stop debugging or sometimes randmley, the Viewer will display the message
"Warring:...
We're using SAADC to monitor two different voltage rails in different combinations (sometimes one and sometimes both).
I'm experiencing an issue in the following scenario...
Hi
I followed below tutorial, and I tried to send scan response data
https://devzone.nordicsemi.com/nordic/short-range-guides/b/bluetooth-low-energy/posts/ble-advertising...