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...
The NRF_LOG library apparently uses memobj, which uses balloc. I assume that means I need to add some blocks in my sdk_config (i.e., MEMORY_MANAGER_SMALL_BLOCK_COUNT, etc...
Hello Guys,
I have some measurements for the determination of the maximum range and the energy consumption. The experiment is based on the ATT_MTU throughput example, nRF5_SDK_14...
Hi,
We have a BLE peripheral device that is used as a mouse/keyboard (nRF52832 SDK 14.0)
The peripheral pairs with most central devices just fine (including Mac and PC...
I have two nrf51 development board. A is PRX, B is PTX. now B can send payload to A , and A can receive and response it by ACK. But some times A want to send payload to B...
hi Nordic support team ,
i have sent my application data to nrf connect .I want to send that data when i write something in "write value " option in nrf connect .After comparing...
Could anybody help me with some useful stuff and links to start programming from scratch for nrf52832 DK on Keil v5. I have some of my undergrad students who need this help...
Hi, guys, I tried nRF5_SDK\examples\ble_peripheral\experimental_ble_app_eddystone example on nRF52832 and it works perfect.
And I compared the code with the normal BLE advertising...
I got this info when I use keil to download progream though jlink.my board is NRF52832,the version of my keil is V5.24 and the version of my SDK is 14.0.
why it's happened...
Using SDK 14.2.0 and PCA10056 Dev kit: when I load the example (usbd_cdc_acm) and flash it, it works well, can communicate in both directions (windows 10 and debian linux...
During more than two years SDK contains OTS in 'experimental' mode. Do you have any plans to update this service (and write an example how to use), or better avoid using this...
Hello,
I updated Segger Jlink software to the last version and there is an issue with the nRF52840 preview DK.
Segger gives popup about updating firmware but it cannot...
I wonder if Nordic reveals electrical schematic of IO buffers?
I have taken some current consumption measurements recently and I have realized that setting a pin as input...
Hi,
I am working with nRF51822 and softdevice.
I am trying to modify the radio output power without success. How can I do that?
I have found a softdevice function...
I have been researching BLE 5.0 for the feasibility of Nordic Bluetooth chips in our new products.
I have read many times in the general internet posts that BLE 5.0 devices...
I have a characteristic that is write only and required authorization on write. [I have "successfully" implemented this on several characterteristics previously.] The write...