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...
I'm working with the project based on nrf52833 and SDK 17. I've noticed that when there are no devices on I2C bus, the application stucks on nrf_drv_twi_tx function, and the...
Hi , I'm using nrf5340 and nrf connect sdk 1.5.1 , recently I found out when sending large amount of data with low RSSI through bt_gatt_notify_cb the system would enter some...
Hi. I am using the Nrf52DK to program our custom Nrf52810 based board for DFU . We use the: nrf5sdk v17.0.2 with softdevice s112. along with the pca10040e_s112_ble example...
Hi,
I do not understand why assertion is not thrown when nrfx_saadc_init method is called with NULL event handler. For example:
err_code = nrf_drv_saadc_init(&default_config...
Hi,
We are evaluating the effect of mobility for applications running on nRF9160 in the LTE-M mode. The evaluation is done in a private research and testing network. At...
I have just started learning the ble mesh basics.I have started to build code . I have to learn the mesh examples code in a detailed way . Can you please tell me where I have...
I have been building and flashing successfully via VSCode and the connection between the array and the tag is quick. However after "Waiting for periodic sync lost..." the...
As the direction_finding_connectionless_rx describled, i flash the hci_remspg to my boards nrf5340 network core.
I only copy files to the directory boards,and change it...
Hi all,
In my SIM, I need to set the APN name, username and password. They are not written to the SIM, so I need to set them.
With the at_client App provided by Nordic...
Dear all,
I use the demo ( https://github.com/NordicSemiconductor/IOS-nRF-Toolbox) w hen I send large file, after some times, the canSendWriteWithoutResponse maybe always...
I'm playing around with the \v1.9.1\nrf\samples\bluetooth\peripheral_cts_client example on my nRFDK, and trying to implement something similar in my own code. I'm running...
We use soft device 132 on nRF52832. It looks like PSELRESET0/1 is being configured to pin 21 in Softdevice code, and we have our HW designed for the same.
How is it guaranteed...
Hello,
I am doing some research on building applications for a nRF9160 DK for an evaluation project we working on. One part that I am unclear on is whether to choose to...