Hello everyone, I'm severely struggling to perform a simple task. I must be missing a very simple answer and, I hope with your help that I resolve the issue.
I am trying...
if the issue can be worked ,how to do that with android source code? the 2 ble pure devices (not android phone) connect with a ble android phone.
please check below, the...
Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
Hello,
i'm working with my own board with the SD V6.0 and nrf51822 chip id QFAAG0. Already works fine.
Now i switch to the new SD V8.0. The SD V8.0 is programming with...
Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
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...