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 teams,
During development, I need quite a long period timer for hours.
Searching for the subject, I found application timer can only handle few minutes because of 24bit...
I am evaluating the nRF52840-DK dev kit and want to to make changes to the 'LIGHT_SWITCH' application so I understand better how this is achieved. I have some demo code, but...
Hi
We are developing a custom board with nRF52840 and nRF9160. The 9160 is running a modified version of serial_LTE_modem, whereas the 52840 is running the main application...
On a custom pcb, an I2C sensor is connected on P0_15 and P0_16 ( SDA & SCL ).
When sensor reading is requested, the code is designed to wait till the reading is returned...
I am building an app that includes background DFU in the app. My app is based on the freertos example.
I am having problems during nrf_dfu_settings_write due to the checks...
Hi,
we are developing NB-IOT based GPS tracker based on nRF9160.
we have implemented the A-GPS based on SUPL. After using A-GPS there is a minor improvement in the overall...
Hi,
When I first start the modem and connect to NW. XMONITOR AT command shows data like this:
%XMONITOR: 5,"","","24412","C739",9,20,"0017E878",4,6154,71,40,"","11100000...
Dear
I am developing my BT Mesh project of nrf52 by Segger Embedded Studio.
But I can not add CVS function and can not make the dependencies files display. I ask Segger...
Hello, we have developed an BLE application based on the ble_peripheral/ble_app_uart example on an nRF52-DK dev kit with an nrf52832. It works great.
On our production board...
Hello support, for the intergration of the thingy 52 i need to Register with mac adress.
First you need to have the right application running on your Android device ("Nordic...
I just brute force changed to "AWS_IOT", having the keys , and other config already in place after having tried the cloud sample code successfully against AWS
main.c
line...
During BLE startup call to nrf_sdh_enable_request(), nrf_atfifo_item_alloc fails and returns NULL causing a hard fault.
This sounds like an sdk_config.h problem but I don...
Dear all,
I have 10000 devices and I need to put a different value for every device, but I do not want to create 10000 firmware.
Is possible to do that with a tool? I...
Thanks for the reply. I can program my custom PCB from the nrf52 but I can't program the on-board nrf52832. It is always looking for Jlink to an external board. What tells...
I would like to modify the way the SPM is built, specifically by setting CONFIG_BOOT_BANNER=n but do not want to modify any files under the ncs directory. I tried the solution...