Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
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...