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,
We have a evalkit nrf51822 and we search how to try the bluetooth with the direct mode but after programming with the firmware direct_mode_test we still have an error...
Hello Everyone
As new nRF51-DK board contains on board nRF51422 IC , can i download S110 stack on it directly and start my application , as i want to do bluetooth low energy...
Hi,
I am currently implementing the BALF-NRF01D3 and I read in the docs that no 0.8pF capacitor is needed on the output (SE).
Does this mean that no antenna matching...
I am reading the sample app codes of ble_app_hrs_s110_pca10028, which is using the simulated data as the heart rate, battery data. My question is in which function the data...
Hi
I am trying to run an application that needs to use ESB and BLE. For that I am using the ble_app_template (SDK 6.1.0) in which I have a included the esb_sd_resources_arm...
Im using GCC + Eclipse with the S110 SoftDevice and the HRS example code. Everything is working well except for printf (which I've added a call to via app_trace ). I've set...
I'm looking at the output of nm on my ELF file:
20002004 00000002 d heart_rate /path/to/Debug/../src/ble.c:132
.
.
.
200028ac D __data_end__
200028ac D __data_start__...
Hello,
I've ordered the kit NRF51-DK, and waiting to be deliver.
NRF51-DK is including a J-link on board, my goal is to program this kind of cheap board with it just...
Is there a window in Keil uVision available to monitor how much flash and RAM I've consumed? I'm not seeing anything in the build output and am not sure where else to look...
Happy Christmas All.
I had a Keil ARM IDE and the rest of the software to get my PCA10001 for the EV board set up a while back by just following the instructions that came...
Dear all,
I use the softDevice S110 V7.0 together with the SDK v6.1.I
've modified the dfu_dual_bank_ble bootloader.
Instead of waiting for the button press, it would...
Hi,
Does the nRF51822 SDK support the generation and broadcast of dynamically changing MAC address (i.e. resolvable private address, Bluetooth 4.0 specs, Volume 3, Part...
Hi all,
i have a device with the nrf8001 module. I can connect this to a smartphone and send data through the UART protocol. After that i disconnect the device and i have...
I'm attempting to set up the GNU ARM Eclipse Plug-ins. I've created a few managed-build projects. I'm attempting to reproduce the results of the makefile in the hrs example...