Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
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...
Hi, i was working on a project and from one day to the next i am no longer able to flash my DevBoard.
When pluging it in it comes up as "E:\" name JLINK as always, but west...
We have a board that is to be certified by a Chinese test lab, so I need to create an image based on the direct_test_mode sample.
In Zephyr v2.0.0 I created a custom board...
Hello,
We are using nRF Connect SDK 2.0 on an nRF52832 and were wondering if it is possible to use BLE and Shockburst simultaneously? If I compile enabling both Shockburst...
Hello,
A couple of days ago I run the examples direction_finding_connectionless_rx and tx on two nRF52833dk successfully, meaning that I could see the CTE info received...
Hello,
I have reconfigured the nrf_dm sample from ncs 2.0.0 to use Zephyr Bluetooth Controller by adding CONFIG_BT_LL_SW_SPLIT=y to proj.conf.
But then it's stuck in this...
i am using the uart0 on a nrf52840 to communicate with an quectel bg95 using async api (dma) on zephyr 3.1.
from the uart interface there are connected rxd, txd, rts and...
Hi,
I am attempting to merge two example programs together and have hit an issue with a hard fault when my timer interrupt triggers.
This works fine in the standalone...
I refer to https://github.com/alc6/nrf52-pc10040-multiperipheral-passkey/blob/master/main.c for implementing static passkey. But pm_sec_params_set() returns errCode=0x7. ...
What I've done
1) Set up ot-br on an Rpi4 by following this guide .
2) Set up a 52840Dongle (plugged into the RPi4) as RCP by following this guide .
3) Installed the...
I'm using SDK 14.2.0.
I'm trying to read the device ID register from ISM330DHCX accelerometer this way:
ret = nrf_drv_spi_transfer(&m_spi[Instance], ®_addr, 1, read_temp...
Hi guys,
So lately, I decided to update the sdk from 4.1.0 to 4.2.0 and there are some problem that I can not solve myself. So I use the macro ZB_ZCL_REGISTER_DEVICE_CB...
Hello,
i've trying to update the codebase of our current project (under development) from NCS 1.9.x to NCS 2.0.x.
I'm experiencing hard fault crashes when I try to perform...
Hello,
I'm using SDK 17.0.2 with S113, v7.2.0 on the NRF52840. We currently have an instance of CLI running in our executive loop, and it works fine. We'd also like to implement...