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 have a finished product (a very simple wireless remote control with a button) based on two nRF52832 chips and I need to determine whether the communication between the two...
Hello,
I would like to change the default format of a custom characteristic to be a string format. The new characteristic is 8 characters long. This is the code;
Neither...
Hi,
I would like to read a large data file from SD card and send over BLE from my device to an Android smartphone. I have adapted the ble_app_uart example into my program...
SDK: 15.3.0 SoftDevice: S132 Device: EYSHJNZWZ (nRF52832)
I am considering adding the following bootloader to my project. nRF5_SDK_15.3.0_59ac345\examples\dfu\secure_bootloader...
I'm trying to distinguish disconnect reasons for debugging purposes. I've been able to glean that
BLE_HCI_LOCAL_HOST_TERMINATED_CONNECTION means that my device initiated...
We use a gpio to control the system power. This gpio need to be kept high when system is running. If doing a soft reset, this gpio will be low. System will power off directly...
Hello,
I am having an issue with Zephyr, it constantly reboots the system because of stack overflow.
Sometimes in these faults, it says "Fault during interrupt handling...
I am trying to use RTC to get timestamp (to get current time). So, I am using FreeRTOS which uses RTC1 by default, libuarte which uses RTC2 and I am not using softdevice as...
I am trying to program my Thingy:53 with the Edge Impulse precompiled application firmware which I downloaded from the nordic website. The nrf Programmer Desktop app is showing...
Using NCS 1.7.0 with a an nRf9160/nRF52820 split Host/Controller as a peripheral and an nRF52840 as a central. I can connect to the peripheral with my central fine and write...
hello Nordic
i am working with ncs 1.7.1 (soon we are moving to zephyr 2.9)
i want to add a driver self test functionality for some of my drivers so in my application...
Hello We have been using the RSA example found in the nrf_cc310/rsa which uses INTEG_TEST_PRINT, a mask of SEGGER_RTT_printf, for debugging. When using NRF_LOG instead of...
Hi,
I have a working code that uses the UART FIFO instance which uses the app_uart_put and app_uart_get functions to communicate to an external LCD module. I want to now...
NCS 2.0.0
I start a timer using k_timer_start with a duration of multiple seconds (ive tried 10, 30, and 60) but the immediate next line of code (k_timer_status_sync) never...