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 want to connect the nrf52 board to my nanoPI via cables/connectors, making a serial communication,
is there an example/tutorial for that?
It's worth mentioning that...
Hi,
Newbie question... I have latest SDK v11.0 and have built the ble_app_uart example (installing the s130 softdevice and app to my nrf51822. I can then power the nrf51822...
hello,
I need to calculate the battery life of cr1632. For the calculation I need to know what is:
-Average Current consumption of device? (nrf51822 Bluetooth smart...
Hi, everybody , I want to ask I open SDK12.2.0 bootloader_secure project compilation is wrong?
But there was no uECC . h file in SDK12.2.0 .Why is this?And I want to ask...
Hi
I am trying to test the LE Ping feature between two nrf52s. I am enabling the LE Ping feature from one device via:
ble_opt_t opt = {0};
opt.gap_opt.auth_payload_timeout...
Hi,
I have faced an issue during an I2C read operation. My code stuck in the infinite loop of
while (!nrf_twim_event_check(p_twim, evt_to_wait))
{
if (nrf_twim_event_check...
If I understand the nRF52 DK, there's 3 physical debug-out ports on the board. One if for the nRF52 on the DK, which is also brought out through P5. The second one is brought...
I'm implementing a BLE Central based on S132 with functionality for getting a descriptor list from a connected device.
To avoid having to maintain a complete discovery...
Hello folks,
we setup a new Project (eclipse,SKD 12.2.0, S130, NRF51822QFAAH0) based on the sdk examples. But the thing since 2 days we got a error we actually do not understand...
I have a PCA10040 board and downloaded SDK 12.2.0.
I am trying to being a project based on experimental_ble_app_eddystone. I can compile and upload the code to the board...
Problem:
IAR compiled hex file does not work for ble_app_hrs
Environment used:
IAR Embedded Workbench for ARM 7.80 Kickstart evaluation
nRF52 DK
Observation...