Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
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...
HI I'm developing Mesh network with SDK for mesh 1.0.1.0
I just started with own provisioner code bud a really need some debug print while programme running.
I tried a...