Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
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...