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...
Hello all,
I currently have a test rig with 3 sensors, each with their own pin and interrupt they are supposed to carry out. Whichever two I put first in my gpiote_init...
Dear all,
I'm using SDk130 and the Software is based on the ble_app_uart_c example.
Now I want to scan the advertising data from a peripheral (device name, peer address...
Hi all,
Will the Gazell protocol be available on the nRF52, or should I stick to an nRF51?
Also for a new product, is it better to use Gazell than ESB?
Thanks!
I am new to android studio. I downloaded git hup zip folder and also dfu folder. I unziped both in a same folder.
I opened the extracted folder using android studio. But...
Am using NRF52,S132 softdevice
devzone.nordicsemi.com/.../
I took the answer by Ole in the above question as my reference . According to this once I stop advertising...
It is good practice to prefix all functions from a C library with a prefix, to avoid collisions with other libraries that the end-user may link with. Unfortunately the Nordic...
It is good practice to prefix the includes from one's C libraries with a directory so that they are all part of the same 'include namespace'. Unfortunately the Nordic SDK...
Hello,
I need to read by Battery Voltage using ADC. My Battery is 3.3v which is being stepped down to 2.1V using a LDO regulator. So my VDD is 2.1V in DC/DC mode.
Now I...
Hi guys I'm sending data from an nexys 4 fpga through an spi to my nRF51 (pca10028) I have the fpga set as the master and I'm able to read data sent to the nRF51 through my...
Hi.
I'm using nrf52 as slave for another device. I'm reading test string from the nrf buffer and I can see extra zero (rest of the content is then offset by one -> corruption...
Hi, i know this question has been ask before but, i was reading and readind and i could find a way to do it. I got the theory but when i'm going to implement it in my code...
Hi there,
i cannot get the hrs_c example to connect to a heartbelt.
The heart belt is found and a connection is established:
[APPL]: >> DM_EVT_DISCONNECTION
[APPL...
Hi
I am working on nrf52 using BMD300 RIGADO board.I am trying to run BLE UART example of nrf SDK 11.0.0.But while I am running the code I am getting errors as
: struct...