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...
Not a question - but information for anyone similarly caught out.
In SDK 13.0.0 nrf_drv_timer_init() the p_config parameter must not be NULL.
In SDK 12.2.0 and earlier...
Hello,
I am using nRF5_SDK_12.0.0 with soft device s130_nrf51_2.0.1_softdevice. I am trying to implement the DFU service in my application, for which I am following:
...
Hello :) I'm trying to run the DFU example (dfu_dual_bank_ble_s132_pca10040) for the nrf52832 chip on a custom board. The Bootloader crashes/resets at the SOFTDEVICE_HANDLER_INIT...
spi.rar
Hi,
As a beginner, I want to combine spi and uart example in nrf52 11.0.0 sdk, for my application. I have included all libraries and driver files from uart in...
Hi,
I would like to ask your support for a very unusual problem that I'm facing with a project based on nrf51822.
The board under test is based on nrf51822, SDK12.1...
Hi all,
I'm trying to set up DFU over BLE - Single Bank using:
Mac OS 10.10.1
gcc 4.9 SDK 7.1 w SD110 7.1.0
PCA10001 v2.2.0
MCP 3.7.1.8567 (modified lib/dfu folder...
I've read a lot of questions regarding the AES decryption using the nrf51 where it was not possible. Is it now possible with the nrf52 or the even newer version?
Thanks,...
this is capture image.
what does that happen?
The debugger is I-Jet and debugging via SWD.
The connection did below. and I'll assume the red line is number one. I...
Hi
I was playing around with the new serialization code in the SDK 13.0.0 and the PCA10056. I was able to compile the connectivity code, but when I try to configure the...
hi, all
I want to run nrf's example named "proprietary_rf->esb_prx", the deafult setting of keil memory is
IROM1: 0X0 0X80000
IRAM1: 0X20000000 0X10000
It can compile...
Hi,
We want to make PCB of NRF52 and we want to buy PCB design software.
Can you guide me that how many layers of PCB is required and how many pins will be required...
I've searched for enabling notification, but there are some points that I can't understand.
GATT characteristic attributes and characteristic cccd values are dedicated...
Hello,
When I check RESETREAS, I have some reboot reasons rised from software error (SREQ).
I know that these errors are not catched in the app_error_handler because...