Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
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...