I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
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...
Hi,
I want to know that if it is possible to dynamically update ble advertisement data without stopping the advertisement. (@connectable-advertising)
I would appreciate...
Hello!
I am creating a DFU application and want to customize the bootloader code.
I used this example: https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software...
Hello,
Want to use Segger JLinkExe for flashing the firmware for production. Found that Command Files can be used to automate the flashing process. Also, using "nrfjprog...
I'm actually trying to run the Python CHIP controller in my PC but I got some errors.
I've successfully set up the Open Thread Border Router in a Raspberry PI and I'm using...
Hi
Is there a possibility to read out the actual RX pointer of the DMA if the amount of chars is not reached?
Start Stop the RX is not really an option and I have no...
Hi everyone! I am just starting to use the nrf52832 .
I design the PCB with nrf52832 and want to load the softdevice. The nrf go studio can not detect the nrf52832, but...
Hi,
I set sending of Ext. ADV at a periodicity of 500ms and scanning for 100% time by setting same interval and window configuration to 2.56 s.
But I observed that the...
Hi
I have a project to use HID mouse and keyboard at the same time, I have tried , but it really can't work well. I've read the similar question and you don't give the clearly...
Hi
I want to combine mouse and keyboard function together,and I had modify the example of hid mouse,show as below
but the question I meet is that the PC and phone reaction...
Hi,
I am developing an application (Peripheral Sensor device: Acceleration measurement), I have included the characteritsics for the measurement and I am trying to include...
I tried to enable the configuration of Thingy91 to use external sensors. I made following additions:
1. Added the following line to Asset_tracker_V2/K config file : rsource...
Hi,
is it possible for a central device to connect to a peripheral device directly (without using nrf_ble_scan_init( ), nrf_ble_scan_filter_set( ), nrf_ble_scan_filters_enable...
Hello,
I am trying to write some code that sets the BLE Tx power on the nRF52833 SoC.
I have based my code on the sample example code provided at C:\Zypher\v1.7.0\zephyr...
We're using the read authentication trigger to detect when a characteristic is being read, so we can update the value before a read. Is it possible to have a read with zero...