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 everyone i am trying to integrate nRF Calendar example with the nRF5 Thread MQTTSN example. In my application, I will get the date and time source from the MQTT-SN JSON...
Hello,
I have a zephyr project built using NCS v1.8.0 with target board selected as nRF9160DK_nrf9160_ns. I am interfacing LSM6DSO sensor with nRF9160 dk, with interrupt...
Hello,
We have a firmware developed for Full Thread Device. But now as i want to reduce power consumption i want to convert FTD device firmware to SED firmware.
SDK...
After reading this https://devzone.nordicsemi.com/f/nordic-q-a/3830/what-is-the-value-of-the-gpio-pull-up-and-pull-down-resistor
and seeing that the internal pull-up is...
I'm trying to get readings from an LPS22HB sensor with the nrf52810 using the lps22hb driver in SDK 17.0.2_d674dde.
The lps22hb_init() call completes without any errors...
Hi, I'm using nRF52805 and SEGGER.
The firmware could be programmed to the chip successfully when I use Debug->go. I can connect with the BLE signal.
However, when I use...
Hi! I am struggling with figuring out how to properly set the sampling frequency for the qdec device. I noticed that making changes directly to the members of config struct...
Hi,
I'm setting up SAADC as explained in the examples: First start conversions with buffer 0, then with buffer 1. On the SAADC callback I queue the current buffer for conversions...
I'm developing an app that communicates with iOS apps using Nordic's services.
I got this error during development.
I have three questions about the "peer removed pairing...
Hi,
I want to enable 8 channels of saadc in SE mode with 10 bits of resolution. the number of samples in every packet is 32, which means every channel have 4 samples in...
The problem I meet similar to https://devzone.nordicsemi.com/f/nordic-q-a/60684/nrf5340-pdk---debugger-in-ses-remains-in-bt_enable-forever .
/* Wait til nameservice ep...
I'm interested in collecting the modem core temperature for my applications. After some digging in modem_info.h / modem_info.c , I saw the temperature data structure exists...
I want to use PPK2 to test the power consumption of my user device, I have connected the PPK device to my pc with USB cable and turned on its power switch, but when I opened...
Hi, I am trying to run the sample I2S echo program(nrf-sdk/zephyr/samples/drivers/i2s/echo) on 9160 DK, and am having issues reading any valid data on I2s RX. Codec chip is...
Hello
NRF52840 with own hardware
nRF SDK V17.0.2_d674dde
nRF SDK for Mesh V5.0.0
IDE: SEGGER 5.60
I started with the "ble_peripheral/ble_app_template" example...