I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
Hi
data sheet of the nRF52840 states that the QSPI port pins should be initialized to "high drive".
I've experimented a little bit because I have problems with a Macronix...
I have connected a BM680 sensor on a BL654 (NRF52840) via I2C. I have connected the power to the BME680 on a switchable power rail. I need to power this rail with a GPIO pin...
I am trying to create a test case for in house validation and would like to know how to do so.
Here is what I want to do:
I want to create a boot loader that checks...
Hello,
In nRF5_SDK_17/examples/dfu/secure_bootloader/main.c, the main program starts off with protecting a couple of flash areas:
But how can, after this, an OTA update...
I don’t know what all the XML syntax is, or what program processes the flash_placement.xml file, or what form the output is in, so I don’t know if I have to do exactly what...
Hello, nrf experts.
I have trouble with testing update over ble from main application. Using buttonless dfu example. But when I'm connecting to nrf dev kit, nrfConnect on...
Hello, I am trying to erase a page on the internal flash memory of the nRF52840. I am doing this as a BLE peripheral with 1 active connection. The problem I'm facing is that...
I am trying to determine the cause of iOS stopping to reconnect to my nRF peripheral in the background. I have seen posts from several years back that reconnecting too many...
Hi
I'm trying to add CMSIS DSP Software Library to my project.
After adding DSP function I'm getting linking error:
components/toolchain/cmsis/dsp/GCC/libarm_cortexM4lf_math...
Hi all,
I have a problem with 802.15.4 association in beaconned PAN. Basically I have two devices, PAN coordinator and an FFD. FFD is able to find the coordinator (throught...
Hi. I am working on the nRF52840 DK. Currently, I am trying to implement a DFU feature for my application.
The application has the bonding feature. Therefore, I tried testing...
Hi.
I purchased a nordic thingy 91 in Singapore. But when i try to update firmware through programmer, it is not detecting the module. Also i am not able to activate the...
Hi,
I'm using a custom board with nrf52840 and sdk 15.1.0.
I have altered the ble central and peripheral example(ble_app_hrs_rscs_relay) to support nus central and peripheral...