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...
Please note that I am a new developer.
I am currently testing on a nRF52 DK on Windows.
I want to flash my application (which has a SoftDevice) and also write manufacturing...
Hello,
We have a lot of boards (more that 5000) witch embedded a nordic NRF51822 to scan beacons.
the person who designed the card did not plan any bootloader on the NRF...
Hi there,
I'm new to using an ATE and a NRF52 and I'm trying to use an ATE array with telnet commands to program firmware on 10 devices. After the firmware is applied, our...
Hi,Nordic!
I have a strange problem. I program custom boards. I can successfully program the application core with segger, but I can't erase and program the network core...
SDK 14.2, NRF52840, S140, NRF Connect for iOS iPad (v2.4.8)
We are sending a value to a characteristic as a request using the NRF Connect app, and then our NRF BT device...
i use nrf 52832 for scan BLE adv, sdk 12.3 ,
for reduce the missing scan signal, I use three ble_central BLE to scan, so i want set one ble_central to scan one fixed single...
I'm using the Serial_LTE_Modem application (nrf source version, zephyr v2.4.0-ncs1, mcuboot v1.6.99-ncs1, mcumgr v0.1.0-ncs1 ) with version 1.2.3 of the modem firmware. I...
Hi Nordic Leaders,
I need to complete nRF5340 based C++ Software simple solution for ONLY Data Transmit, Receive and Data Store on Flash for our Tier1 Medical client by...
I'm working with an nRF52840-MDK from MakerDiary in the nRF SDK for Thread and Zigbee. I would like to power on an LED when the chip is powered on. Here's a snippet of my...
Hi Guys,
According to the MESH document, there are two ways of node provision: PB-ADV and PB-GATT (smart phone) . A provisioner provides the unprovisioned device with provisioning...
This result is happening very seldomly but I can see it on the logs. First I get a 0x0000 result and then a 0x000A result in the fds event hanlder after calling the fds_record_update...
Hi,
Why does your web page https://infocenter.nordicsemi.com/index.jsp?topic=/struct_nrftools/struct/nrftools_nrfconnect.html&cp=8_3 titled
nRF Sniffer for Bluetooth LE...
I think this is a very simple answer but I can't find out where the file is to edit for this.
From the nRF Connect v3.6.1 - Toolchain Manager there is a drop down and "Open...
Hi everybody,
I have been reading the serialization documentation ( infocenter.nordicsemi.com/index.jsp and I am not very clear about some points.
What is it for and...
Dear all:
I want to implement FreeRTOS using NRFX, I checked the example and discovered that it uses the nrf_drv_clock... and thus it becomes a spaghetti with this legacy...