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...
SDK version - 15.3
Segger version - 5.42
DK - nRF52840
I'm a beginner and I was following this tutorial our_services . The code given in the tutorial worked for SDK...
Hi
I am testing nRF52833 UART DFU function, but there is an error in merged HEX file,
Parsing input files. Merging file "SD.hex" into output. Merging file "APP.hex"...
When associating a pin with the UART, is it possible to still configure the pin to be open drain and with a pullup, or does the peripheral associating override those sett...
Hi :) ,
I'm using TWI to connect a sensor that i supply with an LDO regulator.
This LDO has an enable pin controlled by P0_23. Driving current is max 1uA so i configured...
In our project, we have defined 5 FDS_VIRTUAL_PAGES each of size 1024 words and have programmed to do GC if > 10 records are deleted. I see the 1st page being used for storing...
i have installed segger ide and nrf connect for desktop for programm nrf9160 , i have successfully uploaded Blinky code (zephyr) .but now i want to create a new project ....
Hi, I am trying the MQTT_SIMPLE sample on both the nRF9160DK and my own custom board. I have mfw_nrf9160_1.3.1 on both nRF9160 and I am using SDK v1.8.0. LTE connection seems...
Hi,
I'm using NCS 1.8.0 on a nrf52840.
I've got what seems to be a corrupted external flash Settings file. The issue doesn't seem reproducible yet, but as it happened...
I am working with SPI for the mfrc522 RFID reader. We were able to read the card previously while we used nRF connect SDK version 1.5.1 and nRF connect 3.6.1
Now I am not...
I'm using modem version mfw_nrf9160_1.3.1
It's waiting for semaphore and when CSCON notification came in between it's just resetting due to some hard fault. Can somebody...
Hi there,
I have gotten to the very last step of the following tutorial: https://www.youtube.com/watch?v=kdMJQFDRoss
The issue I am facing is that when pairing the Matter...
Hello, I tried building the app showcased in this example: https://www.novelbits.io/smart-ble-lightbulb-application-nrf52/
I have gotten everything to build fine except...
Hello,
I need some help or advice on the easiest way to perform DFU in a nRF52832 device using a nRF52820 as a central through BLE. My nRF52832 device already has the DFU...
Hello, All
I am evaluating the example, following the instruction information here https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v17.1.0%2Fble_sdk_app_nus_eval...
Dear Support
Try to modify this use UART_1 for sending out data received via BLE, which is pin P0.14 on nrf52833dk_nrf52833, I modified Kconfig file under the boards folder...