Hello,
I've tried to compile the experimental_ble_app_hrs_pairing_nfc example using Keil uVision. The example requires the NordicSemiconductor::nRF_DeviceFamilyPack version...
Hello,
This ticket actually build upon the previous ticket I did here Possible Bug: Cellular modem sample with nRF9151 running SLM .
To recap, running cellular modem...
Hi,
I'm trying to use MBEDTLS with MBEDTLS_USE_PSA_CRYPTO and CONFIG_PSA_CRYPTO_DRIVER_CC3XX activated.
Unfortunately I can't find a way to tell MBEDTLS that nRF9151...
The 9161 has 256 KB of RAM, but while building the application, it reports that only 32 KB is available for the application. If I create some large static buffers (e.g. 10...
Hi Nordic Team,
Setup:
Board: nrf54l15dk
NCS: v3.0.1
I use LOG_INF and printk to print data in minicom or Serial Terminal v1.4.3 from Nordic. Printings seem misformatted...
Hi,
I am porting a SDK 2.6.0 project to SDK 2.9.0. It gets built without errors but when I try to run it after flashing I get the following.
I am not sure where to start...
I am working on an nRF52-based BLE peripheral (beacon) using the Nordic SDK. I want to implement functionality where the advertising interval can be updated dynamically from...
Hi,
I am writing a DFU Application on NRF52 and Android (based on NRF Toolbox). I would like to give user an ability to abort upgrade, however when i send abort from android...
Hi Nordic,
I am currently looking at using the link context manager introduced in SDK15.0 . I can see it could be useful for my application where each connection needs a...
I use the sdk14.2 nrf52832 as the primary end, the two iphone phones as slaves, to establish a connection in most cases because of the 0x3e error to connect several times...
HI WE HAVE DEVELOP AN BEACON USING NRF52540 IN THAT WE WANT RETAIN UUID, MAJOR ,MINOR AND NAME WHILE POWER OFF
for this you suggested flash data storage and flash write...
Hello to all,
I am using nRF52832 sdk15.0 version with SES IDE. I want to find adverting with short for e.g.--->
we have BLE app_uart peripherals and one multilink central...
Dear Nordic engineer,
Here is a question when we use the chip's automatic response function, the MCU PRX can download the packet, but PTX can not receive the ACK signal...
Hi.
I'm busy to add the nrf8001 BLE module to my PIC32MM product for negative pressure monitoring in a small area. Is there is list of minimum settings that is available...
Hello,
I'm having issues with the advertising module in SDK 15.0. I basically want the device to fast advertise for 3 minutes and then switch to slow advertising forever...
When I configured POWER_CONFIG_DEFAULT_DCDCEN =1, I found almost no change compared to the case of dcdc, but when I added APP_ERROR_CHECK(sd_power_dcdc_mode_set(NRF_POWER_DCDC_ENABLE...
Quite a generic FreeRTOS question probably here but... on an interrupt, what's the stack the ISR uses? Is it the one from the stack that got interrupted? If so, I guess that...
HI!
I'm using two nRF52840 boards to communicate using ESB. The ESB API doesn't have a pairing protocol so I figured I'd write one without encryption or any bells and...
Hi all,
when I insert ble_nus into mesh_gatt . I realized there are two pulse functions with the same function:
and
if they let them coexist , when I use nrf_connect...
Hi
Using the iOS 'nrf Mesh' application I can provision a PCA10056 succesfully.
I have written fimware image that sniffs for mesh related becaons, and when I power up...