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...
Hi.
I'm currently trying to buffer data from beacon interrupt.
So, I choose to use circular buffer.
Before implementing it myself, I could find that there's already...
Hi
I'm using the Adafruit LE Breakout with an MSP430.
I made my own drivers in order to have full ISR support.
My setup works well (no error) i can connect/set_local_data...
Hi,
I’m currently trying to send strings about Nordic UART Service.
In use are two nRF52832 Develop boards. One as Central and one as Peripheral.
The connection works fine...
I have a PCA10040.
I downloaded nRF52_SDK_0.9.2_dbc28c9.zip.
I want to use "ble_peripheral\ble_app_uart " sample program.
However, supporting it is PCA10036. (by readme...
I am modifying the ble_central\ble_app_hrs_c example to connect to a peripheral with an "Authentication Characteristic" that is used to initiate the peripheral-specific authentication...
main.c: Warning: C3912W: Option 'device' is deprecated.
main.c: error: C3903U: Argument '-D__EVAL' not permitted for option 'device'.
i am getting error. can you help...
In my application, I would need to use both RTC(function as a timer) and Watchdog(as watchdog). Is it OK?
I saw in the manual "the watchdog will automatically force the 32...
my purpose is to use the 51422 or 52382 as a central role to search my own service, or any other SIG standard services.
DK :nrf51422 ,
version : 9.0.0 and 10.0.0,(i...
I m developping an iOS application, and I need to integrate the DFU part.
I found the IOS-nRF-Toolbox , but what I need is to integrate only the classes that manage the DFU...
The nrf52 with SDK 0.9.2 SDs132_nrf52_2.0.0-4.alpha_softdevice has 3 TX_buffers(2 count can i used).
I think there may be some preserve TX_buffers for BLE central or ANT...
I'm working with nrf51 board, I'm using I2C to communicate with an accelerometer (see the scheme), the communications are successful but I dont see any pull up resistors in...
Hello there, this is my very first post here.
I have a pair of nRF24L01 modules with built-in PCB antenna, I would to know if is possible to obtain the approximated antenna...
I have the nRF UART-over-BLE examples working on nRF8001 & communicating with the corresponding Android App as "host".
Instead of the Android App, I would like to use an...
Hi
I have a problem using TWI driver with my softdevice enabled.
The TWI is able to communicate successfully to the slave without the softdevice.
But the same code...