Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
Hello,
i would like to know if the new SoftDevice 130 for the nrf51822 is compatible with the DFU OTA bootloader example provided in the SDK (nrf51822/Board/nrf6310/device_firmware_updates...
Can I get uuid of central device from peripheral device(nrf51822) ?
I want to check out which smart device is connected.
May be I can tell central is iphone4s or iphone5...
Recently s110_nrf51822_7.0.0 softdevice has been released. I cannot find specification where those new amazing features (they are impressive, indeed :) ) are described, so...
Hi All,
Please correct the following in my understanding. Also , i am planning to build a
remote controlled device using a PWM output. How does ATT,GATT and GAP affect/influence...
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...