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,
What is the best way to read the async data received on a UART in to a buffer when ever there is an a byte available and in a separate task read the data from the buffer...
I need to include RTOS support in my NRF52840-based system. In order to obtain a good FreeRTOSConfig.h I've looked at the four examples in NRF5 that include FreeRTOS and,...
Hi,
I'm trying to make connection between nRF52840 dongle programmed with "examples/peripheral/cli" application and Windows 10 UWP "CustomSerialDeviceAccess" example code...
Hello
Currently I use the example "ble_thread_dyn_mtd_coap_cli_pca10056" and I would like that my application can detect timeout of the messages sent on the Thread network...
Hello, First of all, I hope you are doing okay about the corona virus crisis. I wish that you stay healthy and safe . Recently, I have been trying to configure ble_app_uart...
Hi Sir,
In the datasheet (V1.1), the table-145 shows the dimensions of WLCSP, but there is no tolerance of D/E/D2/E2
Could you help to advice what is the tolerance of...
I have a project where I am implementing an alternative logging backend. My design is modular so there could be multiple logging backends. Each backend is initialized with...
UPDATES after original posting:
I now remember having the same problem described below, once before on my windows installation. At that time I decided to switch and reinstall...
I'm working with the nRF5 SDK v15.3 and a nRF52840 Dongle; developing on Keil uVision V5.29; Compiler: Armcc V5.06
While debugging I that in my programm a NULL pointer was...
HI ! I found an error in the source code because of which the db discovery event handler on DIS client does not work, namely: in the function ble_dis_c_on_db_disc_evt () ...
Does it cause issues if the application was built with a different SDK level than the bootloader? I have a project I'm adding a bootloader to, and it isn't working. I have...
SDK 16, 52810
my board has done the change as the 52810 spec says about dcdc part. Now I wonder HOW do I enable it in my code. Somewhere it says to call sd_power_dcdc_mode_set...
I want to measure the current during sleep,so I write my code as follow:
I queried the manual data that the current is 1.5uA, but 14.0uA is my measuring result. So what...