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...
Trying to look for some answers on a question I posted in this thread but haven't had any replies. I was just reading this thread though and I came across a comment on the...
There are other posts here that suggest this is possible and mention "pin crossbar", although they don't explain what that is.
I need to talk to two UART peripherals concurrently...
Question: How to force the tolerance of the low frequency clock in the absence of 32kHz xtal in central role so that during connection request the sleep clock accuracy is...
Hello everybody,
I study transceiver nrf24LE1.
I'm trying to understand example of PRX in nRFgo SDK
(Enhanced_shockburst_examples):
/
/ Global variables
uint8_t...
Hello Nordic,
I am testing multi-role observer-advesting project:
github.com/.../nRF51-multi-role-conn-observer-advertiser
Actually this application can detect scan...
Is there an event that I can hook into that fires when the soft device has finished it's connection and negotiation with the phone and is ready to send data to the phone ...
Is there any way to get some "modern" content assist features in µVision that work with the Nordic SDK? If they're there, I haven't had any luck finding them. After having...
I'm trying to decide whether to use FreeRTOS or simply build on the Scheduler. What are the risks and benefits of using freeRTOS or another RTOS on a wearable sensor device...
Is it possible to connected two separated antennas (single ended), one for RX and another for TX communications to the receiver and transmitter of the NRF51 or NRF52?
Thanks...
In other words, is it safe to assume that in various BLE events, conn_handle is either invalid (0xFFFF) or between 0 and (CENTRAL_LINK_COUNT + PERIPHERAL_LINK_COUNT - 1) ...
I'm digging my way through the examples, SDK code, etc, and I'm curious if it's possible to light an LED if the nRF52832 is reaching an error status. This is mainly so I can...