I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
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...