Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
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 plan to use nrf52 DK to program my device by using a connector https://www.tag-connect.com/product/tc2030-idc-nl
But should I connect it to debug in or debug out...
Hello,
background: using Keil IDE, my own board that has a nRF52840 on it. My goal is to create automatic DMA transfers from SPIM3 peripheral.
I am setting up EasyDMA...
I'm porting a working app from SDK 1.1 to 1.2, and have noted that when I make an mqtt connection close it, and re-open (to a different mqtt server) that the call to nrf_connect...
I have reviewed most (if not all) posts on this forum that relate to multiple vendor specific UUIDs but still see issues on my platform.
I am using nRF52832 (with minor...
Working with nRF9160 running west build -b nrf9160_pca10090ns. I get an error FATAL ERROR: command exited with status 1: /home/ahmed/anaconda3/bin/cmake -B/home/ahmed/nrf9160...
Hello,
I tried to implement my own "Vendor model" by ( Documentation ) given. I am using example code from documentation. Using mobile app (nRF Mesh) I type optocode of...
To the kind attention of Nordic support team,
I'm interested in a ble example (SDK15.2 nRF52840 nRF52832) where peripheral device is waken up from being in deep sleep mode...
Hi,
I am working on the client program to retrieve the value from 4 characteristics at the same time using notifications. I have already done with the server program. Using...
Hi
I am trying to use the serial library with IRQ and callback function, but the event NRF_SERIAL_EVENT_RX_DATA is never triggered. No other event than NRF_SERIAL_EVENT_TX_DONE...
Hi support,
I'm currently using pca10040 on my custom board and want to be able to implement the CLI over uart port. My SDK is 15.2.
To get started, I test my board's...
I'm trying to inject the time when the advertising packet is sent to the central BLE module, but I'm struggling to add "sending time" data into the advertising_data_set function...
Hi all,
I am working on a project that requires simultaneous usage of BLE and ESB. I implemented that with the timeslot API and it basically works. However, I need to store...
Hello,
I have worked on a number of projects using 51822.
Somebody says that Keil only supports Nordic by 2020.
I want to check if this is correct.
If this is correct...
Hi
We are experiencing a strange behaviour involving secure DFU and the user application code.
The environment is:
nRF5_SDK_12.3.0_d7731ad
nRF51822xxAC
s130_nrf51_2...
Hi devs!
I just evaluating CLI library with nRF52 USB Dongle. Really easy to use and nice example code in SDK.
While everything is working fine for me still I can't deal...