I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
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...