Hello, Nordic Team, I'm embedded designer from Russia, discovered your amazing wireless MCU NRF52832. I looked through your SDK and peripheral drivers, and unfortunately found...
Thanks Stefan. The zip file making and updating steps work perfectly for me, if I follow your steps and make it from your stock pre-built "dfu_test_app_hrm_s132.hex". My question...
Hi!
I'm trying to configure my NRF8001 module with the help of nRFgo studio. I'm using Nordic UART over BTLE service template. The module can be discovered via nRF Master...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hi, I'm currently implementing AGPS on 9160, nrf connect master branch. Right before every GPS search we are connecting to our own server via CoAP. To minimize data usage...
Hi!
Running the Asset-Tracker routine will fail to connect to the cloud(ncs1.3.0). The serial port displays an error say Failed to connect to cloud, error -7.
Error...
Problem1: I measured the clock of nRF52840's qspi, is it ok? Frequency is 32Mhz.
Problem2: When I changed the clock frequency of nRF52840's qspi, but it didn't change...
Hi,
After setting up the toolchain, I tried to load an example code on SES, here are the options I used:
But I always receive this error:
The path to west seems...
Lookin at following solar beacon example,
there is strange code at m_beacon_pdu_init().
https://github.com/NordicPlayground/solar_sensor_beacon/blob/master/src/sensor_beacon...
I've import Keil project from SDK17.0 with this instruction https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_gsg_ses%2FUG%2Fgsg%2Fimport_ses.html
After finished import...
Dear,nordic:
Please help me allocate more than 80KB of memory on this routine.
SDK : ncs v1.2;
samples : asset tracker;
path : ncs\v1.2.0\nrf\applications...
Hi Team,
We are using Nordic nRF52840 in one of our projects, we want to check RF performance, so we want to use our IC is in DTM mode or continuous communication mode,...
Importing the IAR peripheral beaco example file for S132 into Segger seems to work with the one exception of app_error_handler_iar.c where the assembler reports an error as...
Hello everyone,
I have done researches on the forum but I did'nt find any answer. I would like to programm the dongle througth the SWDio and SWDCLK of the Dk.
1) is it...
Hi, I'm designing water meter modem using the nRF52840 + nRF9160. I will apply nRF52840 as a HOST CPU and the nRF160 contol by nRF52840. (please refer to attached picture...
Hello,
I am interfacing a NRF52832 with a PCF8574 I2C slave using SDK 15.0.0.
As per the datasheet, the device will send the data to the slave after it receives the write...