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...
i use BLE uart project SDK 11 NRF 51822 with 2 value min max conn interval default is 20 and 75 ms.
i use android App was built by my team, and it' hard connect to NRF...
I am looking for a best solution to this scenario as in title:
I read in some posts (eg. this post ) that can use multiple ble service instances
also in...
I have followed the well written blog post on how to create custom service on this site. I downloaded the sdk 13 code for the same and i can send and receive values on the...
System:
-nRF51822, SDK11, Eclipse with GCC
-Project based on dfu_dualbank_s132
Intention:
Flash the combined SoftDevice, Bootloader and Application, where the...
When I call nrf_gzll_enable(), then nrf_gzll_disable(), and go to sleep with __WFE(), there is about extra 6uA draw due to this enable/disable action. It seems the nrf_gzll_disable...
Hello,
I have a Gazell application where I'd like to adjust the transmit power dynamically. I can't find any definitive answer in the API, so I want to ask here. Can I...
I've been trying to get SDK 10 and its new file structure up and running Eclipse. But its been an unfortunately slow and tedious process.
Following the Nordic Eclipse tutorial...
I'm using an nRF51822 with Nordic's connectivity code and serial bootloader example. The connectivity code works great when the bootloader isn't programmed. However, when...
Since the antenna on the NRF52DK is oriented horizontally, and the theoretical 3D antenna pattern is a torus (donut) whose hole is pointed in the horizontal axis of the strip...
Anyone have experience with the proper way to process written/updated custom characteristics in the APP(main) in a Bluetooth Developer Studio BDS generated code project? ...
Hi.
Windows10x64 + IAR 8.20 + nRF5_SDK_14.2.0_17b948a
I have problems with building examples for PCA10040 (nRF52832 DK).
Linking
Error[Lt009]: Inconsistent wchar_t...
Hi,
I am working on a project of throughput data from sensors to my central via nrf52832 through a notifying service (SDK14.0.0, S132).
As explained in several questions...
In the Infocenter, there is a section about adding support for custom boards. It advises the creation of custom_board.h modeled after pca10040.h. However, the configuration...