I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
I am using SDK_11 s130 on nrf51-dk. When err_code is any value other than NRF_SUCCESS, APP_ERROR_CHECK(err_code) will cause nRF51-dk board to reset. How can one get APP_ERROR_CHECK...
Hello All,
I have problem with ble_app_uart which are not support DFU services.
When I am implement both services device will not advertise. and when ble_nus uninitialized...
Hello,
IDE - Visual Studio Code
SDK version - 2.9.0
Computer platform - Win11
I'm at the early stages of a project which first requires to send ~10K of data to the...
I'm encountering a build error when compiling a project with both Wi-Fi and the PSA Driver for CryptoCell enabled in nRF Connect SDK v2.9.0. The error occurs in crypto_mbedtls_alt...
Hello,
When using extended advertising with coded PHY, the advertiser address is included by default in the auxiliary packet (AUX_ADV_IND) on the data channels and not in...
I ma supposed to read FA0A03048100020000F , BUT I END UP READING FA0A030482000202020202. This is also common with the peripheral i am trying to interact, It sends a packet...
Hi everyone,
I´m work on a project were i have to stablish a mqtt connection with a RabbitMQ broker thats have user/pass auth and tls without certificate validate. My...
Hello, The Online Profiler tool currently doesn't support the nRF 9151. Is there a possibility it will be supported in the future? In the meantime, if I choose the nRF 9160...
Hi,
I've been working on Nordic boards for almost a year now using Zephyr and nRFConnect. I've been able to understand the DevAcademy Courses and to reproduce them.
The...
Hi,
I am working with the nRF52 DK running the Blinky example , captured BLE packets using the nRF51 DK sniffer and analyzed the interval timings across the advertising...
Hello, I measured with the PPK2 over the weekend and it stopped updating the .raw temp file after 208,201 seconds (probably nothing special about it) It is around 12GB. The...
Hello,
I've got the nrf9160dk board, but the nrf91 isn't visible. I was told that it's dead, and I should try to play around, at least with the 52840. I've tried to make...
Hello, I am currently working with VEML6035 light sensor and so far i had a hard time working with its 16-bit registers.
The code that i wrote:
overlay file:
I can...
Hi,
It seems like my system is crushing before going to deep sleep,
I have noticed that if I remove a k_sleep of 500 ms, just before going to deep sleep the system does...
It's successful when I use west :
% west flash -d build
But it's failed when I use nrfjprog :
% nrfjprog --program merged.hex --reset
OR
% nrfjprog -f unknown...
Hi nordic:
I use two NRF52DKs and download MESH CHAT separately, hoping to achieve communication between the two NRF52DKs:
SOFT VER: NCS2.8
The specific process is as...