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...
Hi,
I'm working on a Custom Android app which connect to my NRF52 without any security.
This App is based on the UART demo App for Android, but I want that only my App...
I see that nRF52 SDK support the printf() , nrf_log_info() and app_uart_put() that can display data received on PC serial monitor, I'm wondering what's different/advantage...
I want to analyze the power consumption of connection parameter update procedure. How can i get a detailed description about the packet flow of it ? for example, the packet...
Hi all, I'm using sdk11.0.0 signed bootloader and I have custom board with dfu support. The custom board have device type ex:0x01 now I need to change device type to ex:0x02...
Hi all,
i need to read the status on my GPIO where there is a led.
I have configured it like a:
nrf_drv_gpiote_out_config_t configLed = GPIOTE_CONFIG_OUT_SIMPLE(true...
Hi. I'm using nRF51822, SDK12.2.0, S130 as multi-link Central.
#define SCAN_TIMEOUT 10
Time-out is working well when it is Single connection. After 10 second, it stops...
How i can see the performance like the Picture. is allways 0% and had also no time or calls in the execution profile. Breakpoints works.
But when i press F10 (Step over)...
Hi There -
I'm trying to test connection interval negotiation with a central by putting nRF Connect Desktop (Mac) in peripheral mode and requesting a connection parameter...
I have a nRF52840 application that needs to take a complex list of commands from a server.
I have a few options. I could:
code a basic language myself for these commands...
HEllo
I am using the example TWI_sensor_pca10040 with a main.cpp, and I see that there is some sort of error with the logging that I cannot point out. I get this error...
Hi
I'm currently working on the 10028 DK board, which was working flawlessly until I used the J-link RTT Viewer, and pushed the IF BOOT/RESET-button. Now, when I try to...
Hey,
SHORT VERSION:
Timer (every Second) gets started when connecting (BLE with nRF Connect) to my DK (SDK12.2, Softdevice S132). Timer gets stopped when disconnecting...
Hi There,
We have an issue where our project crashes, but the app_error_fault_handler() callback is not being called to help identify the cause of the issue. We are using...
Hello guys.
I'm newbie to embedded programming.
I'm trying to make device that can measure temperature of other objects. I have a variable resistor. The resistor's resistance...