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,
When I plug in my NRF51 Dongle it shows up in Windows explorer as additional drive (JLINK). Can I use this medium to configure my application? Can I read a file pun...
Hi,
I have a small pcb project with low power bluetooth IC NRF52832. There is a limited space on PCB so i decided use the 2.4 GHz chip antenna. İs there recomended chip...
we have deploy the serialization libraries in our host to communicate with nrf52840, but it seems the serialization libraries don't handle pairing/bonding event, so we can...
So I am doing a number of crypto operations. One of which for example is an ECDSA signing operation. I do that through mbedtls_ecdsa_write_signature which is using the CC310...
Hello,
We're currently evaluating the feasibility for leveraging our existing NRF51840 as host/system processor that runs all of our application code and runs the BLE...
Hi,
I am having some trouble. For a project, I need GPS, 9 axis IMU (accelerometer, gyroscope, and magnetometer), a microphone, and LTE connectivity in a small form factor...
Hi Team,
I am using nRF Connect SDK v1.3.0 tag for nRF52840 DK.
I am trying to integrate BLE HCI UART project files into Zigbee light switch project.
I have attached...
SDK : nRF5_SDK_for_Thread_and_Zigbee_v4.1.0
Hardware : 2x nRF52840 (PCA10059) + 1x generic overflow sensor.
This is an attempt to gather complete information regarding...
Hi,
I am using nRF52832 along with Softdevice 6.0.0, SDK 15.0.0, Chip Revision 2 (QFAA-EX0).
I am using nRF52832 as central device.
I see from sniffer that LL_VERSION_IND...
I have Power profiler kit 1 which was working fine. I have updated my nrfconnect app and since then on my power profiler kit, I am unable to perform battery power profiling...
Hi
I am trying to build the BLE Secure DFU Bootloader example using SDK 17.02 and the PCA10040 Dev board. Following various threads in the forum, I have been successful...
Hello, I'm trying to merge NFC writeable example " writable_ndef_msg " with BLE Beacon " ble_app_beacon ". My aim is to start BLE Beacon after the scanning of NFC. I have...
Hi.
I have implemented the Central and Peripheral NUS service on two devices(nRF52). Since the central knows the characteristic values, I would like to bypass service discovery...
Hi, I've a timer configured by gpiote to capture with a second 'overflow' capture should the signal stop. I'm not using an interrupt instead the CC[0] value is being used...