I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
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...
I am using PCA 10040 development boards with soft device version s132_nrf52_3.0.0 to investigate Central/Peripheral communications.
A PCA 10040 acts as a Central making...
Here is calibration of UART data using ADXL345.
and the data is followed by x, y & z value, for example x = -42, y = 20, z = 268. and then after calibrated 10x which is...
We are upgrading an existing product to use Bluetooth instead of the parallel port.
It must support >20kbit/sec communications between the device and the host PC.
We...
Hey Nordic devzone,
I am tinkering with the following multiprotocol examples:
ble_thread_dyn_mtd_coap_cli (client)
ble_thread_dyn_template (server)
Currently the client...
Hi, I'm using nRF52832 with sdk 13.1.0(softdevice 4.0.2). I had trouble to connect nRF52832 in some android smart device.When I restart Bluetooth,Sometimes there are problems...
Hi, I'm using nRF52832 with sdk 13.1.0(softdevice 4.0.2). I had trouble to scan nRF52832 in android smart device.When i disconnect the device a long time when the status is...
hello,
I use my own code to test IOS message notifications ,
call nrf_ble_ancs_c_request_attrs function, then did not receive the data source,
Triggered the BLE_ANCS_C_EVT_NP_ERROR...
I am following blogs and questions for image transfer with nrf52 and arducam on this site and github . I can see we can use arducam OV2640 module. It has FPGA chip at back...
Hi all , I have a trouble . I am using ble_app_hrs_rscs_relay example . I modify it for NUS service . I have 3 board . peripheral <-> role <-> central via NUS . It work fine...
Im following the example Alert Notification Application and read this instruction:
In nRF Connect, create the Alert Notification Service (ANS) server by performing the...
Based on my experiment, ATT_MTU sample application can achieve throughput of 900 Kbps with the following settings:
SDK 14.2.0
ATT MTU size: 247
Connection interval...
I have a Nordic nRF52-DK that I am using to create and run programs written using the mbed compiler. I have followed the instructions outlined here on the mbed website( os...
Hi
I using nrf52832 to implement a high throughput transmit sensor raw data.
I found post here talk about send multiple-packages once.
I also found this , but I couldn...
Hello,
I try to read temperature with embedded sensor. Works well with example but crash when using SoftDevice 3.0.0 on nRF52328. Was working with SoftDevice 2.0.0.7.alpha...