Hi all,
this is not a question per se but rather a warning to those who are attempting to debug Flash related operations with the SEGGER J-Link GDB Server (v4.84a for Linux...
I debugging some function abnormal after OTA problem, and problem with disappear after redo OTA FW upgrade, duirng it I found a problem about Master Control Panel FW upgrade...
Hi,
i want to build a BLE mesh via advertising. i asked some questions before about ibeacon and observer, how ever to clarify my question i have some additional questions...
Hello,
I have set nRF51822 Evaluation Kit. With its help, I would like to read the pulse of the heart rate monitor:
link text
I manage to connect to it using the...
Does the s110 stack allow retrying pairing procedure?
It looks like the stack (peripheral) always ends with disconnect upon invalid passkey.
We would like to explore the...
Hello, I have been trying to get the asset tracker demo up and running on my new nrf9160 DK board, I am in the UK and could not set it up with the iBasis SIM therefore I acquired...
Hello,
I want to use UART 1 in my project (based on aws_fota sample) and I tried this code but it reboots. I cannot use the debugger (see devzone.nordicsemi.com/.../ozone...
Hi,
I am able to program the device with switch and light examples and controlling light device through switch device also done for mesh communication.
How to control...
Hello,
I am using nRF52832 on SES v4.12 with SDK v15.3 and SD v6.1.1 on a custom board.
Background:
I want to perform OTA DFU and with that i have two services enabled...
Hello:
Is it possible to configure the nRF52840 for Standard Serial over Bluetooth? The application I am developing for needs a long range Bluetooth connection, where...
Hello, I am developing an application that requires the device to keep track of time with the RTC. I am using an app timer driven by the RTC to provide me with a 1 second...
Hi,
I have download the nRF5_SDK and try to run the example code. But I can't understand the relationship between PCA10056 and nRF52840 chips.
If I run the example project...
Hi
I would like to connect a BME680 sensor to the nRF9160DK board. The driver for this sensor isn't included included in the v1.14.99-ncs2 branch but it shows up in the...
Hi,
I want to directly enable notify without discovering the service handle, but it didn't work(return NRF_ERROR_BUSY). Because it takes time to discover the service, and...
Hi, As we know that, we can see, the data has been sent to nRF Cloud in JSON format by Thingy91-PCA20035. And we can also see that, we have respective APIs like "cloud_send...
Hey,
I am getting a
warning: #47-D: incompatible redefinition of macro "STATIC_ASSERT_SIMPLE" (declared at line 215) warning: #47-D: incompatible redefinition of macro...
Hello, I am working on a ble application which is streaming data via ble notifications. I am currently queuing up the packets in the notification queue and keeping track of...
Hello,
I am trying to use as least energy as possible. I run the ble_app_blinky example. The only change I did was commenting out: advertising_start(); such that no advertising...
Hello,
I'm using the nRF52840 Development Kit and SDK16.0.0_98a08e2.
I'm trying to run the example "proprietary_rf\esb_ptx\pca10056\".
It compiles and runs if I do not...