Hi everyone,
We found that the LIS2MDL_INT interrupt from the compass on P1.06 affects communication between the app core and the network core.
About 3 seconds after...
Hello,
I've an issue that I can't find clear instructions for the nRF5340 serial recovery for the network core.
Being able to update both cores from the bootloader level...
Hi , am developing the st7789v_minimal_sample application using Nrf52840. after creating minimal application am facing some unrecognisable issue. which am stuck can you please...
When version 1.0.0 of nRF54L15-DK evaluation kit will be available and how to distinguish the version when ordered from distributors like Digikey?
In discussion here:
...
Hi,
1. It was measured that SWD0_SELECT needs to be connected to VDD to program the external nRF54L15 2. Will the document or the program be modified here to make it consistent...
Hello,
I have some code running on an NRF52832 using NRF Connect SDK 2.5.1 which initalizes my BLE with a random private resolvable adress so that I can easily reconnect...
Hi,
We are currently in the research and development phase for a new line of IoT devices designed to work over the Matter protocol. After thorough evaluation, we found the...
Hi,
I have a problem using Nrf51822 with softdevice S130 2.0.0.
It happens sometimes, not always just a few times, in an unpredictable wat that using the function sd_ble_gatts_value_get...
Hello I am developing an application with this sensor and I have this board that I recently bought, is there an example where I can do a sensor test? or if someone has tried...
I am using nrf51822, sdk 12.3.0, softdevice 2.0.1 , i am wondering what is the best practice after user changes the pairing key , should i delete pairing info on the NRF in...
Hello,
Can "mbed HRM1017" communicate with ANT+ devices? Because in the offical product page it says " Nordic nRF51822 System-on-Chip combining Bluetooth v4.1-compliant...
When my device received name change request from central, I can catch this event (for updating device name in FDS) by callback *_on_ble_evt , event ID BLE_GATTS_EVT_WRITE...
Hi,
I am trying to port my Application from SDK13.0 to 14.0.
I have completed the porting. But the code is not working.
In Service initialisation there are issues...
Hello,
I use the nRF5 SDK 11.0.0 and with it we can easily build the examples with armcc from Keil, or with gcc (arm-none-eabi-gcc) from the command line using your Makefiles...
The current configuration looks as follows:
IDE: Eclipse
Toolchain: ARMGCC
SDK: SDK5_NRF_14
DK: NRF52DK-PCA10040
I am trying to port the 'bootloader_secure_ble'...
Hi,
I've combined the secure serial and ble bootloader and using it for my custom board. I tried flashing my application hex over serial using nrfutil. I get a device programmed...
Hi,
I am working on the nrf51822 board and i am only the PAC20006 board version seems to be working on it. I am using sdk 11 and soft device version s130_nrf51_2.0.1 s suggested...
Planning for Evaluation of nRF52810.
I am thinking of using nRF52 DK for this and i want to know if there is any beacon with nRF52810 which i can use for this evaluation...
Hi All,
1.One master BLE has to connect to Slave BLE, then both device should read other RSSI and sent the data through UART.sending the RSSI should be every 200 millisec...
Hello,
I try to use those functions for printing log massages on the Segger RTT terminal, but I have many problems with that.
1. How can I use this function without printing...
Hi everyone,
I am using nRF52832 kit (PC10040), eclipse and softdevice S132 V5.0.0 for developing a BLE service. I follow the service tutorial and I refer to the code from...