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...
We're encountering a frequent but intermittent hang after handing off OTA DFU to iOSDFULibrary 3.1.0. In the happy case, the characteristics are discovered and DFU process...
We are using the Android nRF toolbox v2.4.0 and have successfully implemented the Template app. The app will reliably connect with our device and functions well. The only...
Hey,
I was on one of the meetups when nrf52 was presented. You guys used a mbed shield for demos. Do you have code example and what pins you were using for connection?
I am working with the PCA10028 board, SDK 10.0.0, and s110 8.0.0. I have created a characteristic that is "coupled" to LED2. When a connected central writes a value to the...
Hello,
I want to store temperature samples in flash of nrf51822. I am using pca10028 and sdk 12.2.0.
I have the code for writing,deleting and reading from flash memory....
Hi, All!
I am using nRF51822QFAA with 16KB ram, and S130(sdk 11) for the dual bank bootloader, reference to the s130 releasenote, I config the ram memory start at 0x200013d0...
Hi,
I have tested several BLE examples in SDK12.30 and they would not compile, what's the problem?
for example here is the output of ble_app_uart example.
*** Using...
Hi,
Using this doc it says the SPI supports 16 bit frames. Is this true for the nrF51822 BLE Nano? I found that the mbed API does not support 16 bit frames doc . Can I...
Hello,
I tryed to find in Q&A something that can help me understand how it is possible to measure battery voltage with nRF52, but i am not sure i found the exact explanations...
The v3 reference manual of the nrf51 mentions:
"[The powerfail comparator] also provides hardware protection of data stored in program memory by preventing write instructions...
If I use the interrupt handler to set Flag, and read sensors and write data to SD card in the main loop as in the following code then everything works well.
#include <Wire...
What hidden settings am I missing this time in the awful Segger studio ?
I get an error :
unknown type name class
When I compile with this new class called...
hello i am new to spi, i am doing project on 3 wire spi interface. I am using 3 wire interface as Sclk,ssn,MOSI pins only , I am not using MISO pin .I am tested spi example...