Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
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 there
I have a question about the newly added errata No. 220 of nRF52832 Rev 1 Erratasheet v2.1.
We don't use the WFE instruction but call sd_app_evt_wait(). Does the...
Hi,
I am learning OpenThread, and I download RaspPi_OT_Border_Router_Demo_2.0.0-1.alpha.zip from https://www.nordicsemi.com/Software-and-Tools/Software/nRF5-SDK...
Hello!
Nice to ask a question here!
I used arm_cortexM4lf_math.lib in NRF52832 software, and used the function arm_cfft_radix2_f32 function. I want to know that for the...
I want to add a function to bootloader_secure_ble, to drive a lora chip, I can upload some user code by this code. but I don't know how many space can be used.
do you have...
Hi.
I'm testing multi peripheral using pc-ble-driver-py.
I tested one peripheral device using heart_rate_collector.py.
It was ok.
But, when I try connecting two peripheral...
Hi all
I need to create a new SEGGER project with SDK1.5, and I hit lot of build error.
I have no idea about following build error, please help, Thank a lot.
------...
A project built using the nRF9160 and Zephyr OS v1.14.99 previously built and ran just fine, but since upgrading to the latest versions of the zephyr and nrf repos (using...
Hello-
Recently, we optimized our BLE4 transfer settings. With the same device, firmware, and payload, we get better transfer rates on iPhone5,6,7 than iPhone 8/X. On all...
Hi
I'm using the mqtt_simple but I altered the code and added some buttons. Like, change subscriber or topic if I press button 1 or button 2 , things like that. What I want...
Hi,
I would like to set up a wireless communication channel between two NRF52840 DK boards. I checked the Nordic SDK v16.0 and found some examples such as \examples\iot...
Dear All ,
After finaly getting all the other stuff in place I tried to compile the examples in the nrf_crypto files.. All of them are giving error bellow:-
Output...
Hi,
I had some troubles getting a custom HID device to work that has both input and output reports to Windows 10 host. Here is my working example template that might save...