Posting this as separate question as it got no traction in the other thread:
Why are there many of the same include files in the DFU example directory as in the S110 7...
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...
SDK15.0 whitelist hardfault
when setting the sd_ble_gap_device_identities_set using the iOS nrfConnect the non DK board hardfaults.
On an android device all works fine...
Hi,
I'm adding some custom buttons to the NRF52-DK and I've been playing around in PCA10040.h. So far, I have everything working with 4 buttons. The DK can connect to...
Dears,
Now I am using nRF5_SDK_15.3.0_59ac345 for my project on nRF52810.
I found a bootloader example at
\nRF5_SDK_15.3.0_59ac345\examples\dfu\secure_bootloader\pca10040e_ble...
hello, I am trying to integrates saadc & bluetooth because in my project adc sample values are comming from sensor & these values is send through bluetooth_uart app. so can...
Hi,
I'm in the process of evaluating the nRF9160 DK and this I want to be able to control the diferent peripherals on the DK so I can reduce as much as I can the current...
Dear supplier
I want to read 10 heart rate sensors that are connected to 10 person's bodies and then display them on TV. How can I do it?
Can I use nRF52832 chip? Can...
Hi
I am using nRF5_SDK_15.2.0_9412b96 on pca 10040
I am storing over 2000 ADC readings and then printing them out once my test is complete. I get "Logs Dropped(x) " messages...
Hello
I am writing a program using SDK 15.0.0.
I'm trying to merge SPI and TWI programs into BLE programs.
I used keil before to confirm that each program was working...
Using Ozone v2.54, if i halt program execution and then resume again, I get a NRF_FAULT_ID_SD_ASSERT fault, with info = 0, pc = 0x142CA.
softdevice: s132 v4.0.2
The error...
Hello ,
I am using Multiperipheral example code , and i want to connect more than 4 central devices. I have edited the link total value and number of peripherals and centrals...
HI,
I am recently working on 9 axes icm 20948 sensor. my battery capacity is small for the application and my accelerometer and gyro sensor consumes more current.
when...
when ble central set BLE_GAP_IO_CAPS_DISPLAY_ONLY ,i find ble central no need to send the static passkey or send one wrong static passkey,ble central can also connect ble...
Hello, I am currently working with the nRF52840 DK, and I have been having trouble printing RSSI values over termite.
Code:
static void ble_evt_handler(ble_evt_t const...
Hello
I would like to receive data from the TWIS driver and then update my scan response data with the received data. My code is below. Ideally, I would like to turn on...