Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Dear Nordic-Support,
my questions are in regard to the nRF52840 PDK and the SPIM-frequency rates.
The Objective Product specification lists possible configuration...
I would like to use an nRF52840 as a sniffer between my phone and an other nRF52840. I tried to follow the nRF Sniffer guide 2.1 but the firmware seems not working as LED1...
Hi everyone,
I am trying to advertise data from nrf52832 to a smartphone (nRF Connect).
Below are my advertising parameters.
ble_adv_modes_config_t options = {0};...
Hi,
What is the max timer frequency that the nrf52840 can handle in counter mode?
I see that the timer runs at max 16Mhz when in timer mode, is it possible to get 32Mhz...
Ok I’m new to ARM / Nordic and Bluetooth but after a bunch of reading I downloaded SES and the Mesh SDK and got the light switch demo to both compile and run on a few boards...
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...