Hi,
I am trying to use nfc_t4t_lib and I have some issues because processing incoming data takes some time (around 100 ms) and therefore sending the response occurs late...
I'm not sure if this is the right place for this question.
I'm using the Settings subsystem for the BLE name.
When BLE is initialized inside matter, settings_load is only...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
I'm looking for where the compiler is for the nRF52832....
I just need to compile code, and copy the binary to the device....do you have any pages which show, step by...
hai. I got thingy 52 from Nordic tech tour. now i would like to reconfigure it. for enabling all its sensor into RTOS(real-time operating system apache mynewt) with the nrf52...
I want to implement a ready line for SPI and I noticed nordic has similar code in your sdk: components/serialization/common/transport/ser_phy/ser_phy_spi_slave.c.
However...
Hi,
I am trying to send data to server using ESP8266 WiFi module interface with nRF52832 DK board via UART interface. My problem is when i sent AT command to ESP8266 it...
Hi,
I have a project with 52810, I met below build error when compiling dfu project:
.\_build\nrf52832_xxaa_s132.axf: Error: L6366E: uECC.c.o attributes are not compatible...
Hi
Now I'm using nRF52810 base on SDK v14.1 and I want to do the OTA for it. When I combile the bootloader project, I get so many error "No space in execution regions....
I just want to change the Advertising interval min and max values in ble_gap.h file in meta wear RG
so do I have to change firmware code or is there any other way to deal...
In the eclipse setup here
https://devzone.nordicsemi.com/tutorials/b/getting-started/posts/development-with-gcc-and-eclipse
It give two links to example eclipse projects...
I can see that we can use APPROTECT to disable reading of the flash.
This seems to be reversible using: nrfjprog -f NRF52 --recover, which will erase the flash and allow...
I used SDK nRF5_SDK_14.1.0_1dda907.
I added cycling speed and cadence service of BLE and bicycle speed and cadence of ANT+ in ble_ant_app_hrm example of multiprotocol. ...
First - thanks to those who answered my question about the Segger Embedded Studio code size limit. It appears to have be fixed when I switch the build configuration from ...
I would like to use a Bluetooth protocol analyzer for sniffing traffic in my Mesh network. I need to input the devkey(s), netkey, and appkey to the protocol analyzer software...
Hi,
I am adapting the uart example to send mensages between central and peripheral using JSON. In this moment I can send central <------>peripheral...
I have a problem...