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...
Hello!
We have an application with an nRF52832 connected through an UART to another MCU. We want to have the possibility to update the nRF FW, but as nrF52832 only has 1...
HI,
I am running the this usbweb example on my bl653dvk board, ( zephyr / samples / subsys / usb / webusb /) . I am able to build it and flash it also. According to this...
Greetings,
Are there any possible ways to know when the scanner and advertiser start?
We are now testing our system using NRF52840 DK. In our system, a master needs...
Hello!
I'm running into an issue where zephyr initialization fails on a custom nRF52840 board. The nRF Desktop application fails to startup. When debugging the nrf sample...
When calling bt_gatt_unsubscribe, the write callback function returns BT_ATT_ERR_UNLIKELY because internally bt_gatt_unsubscribe calls bt_gatt_cancel immediately after gatt_write_ccc...
Hello Nordic team,
* device : nrf52832
* SDK : nRF5 SDK 17.0.0
I have one nrf52832 peripheral device on which two different BLE services(let's say SVC1 and SVC2) are...
I cannot get my nRF Connect SDK to install correctly such that VS Code nRF Connect extension works. On the Quick Setup, it complains that the nRF Connect Toolchain is invalid...
Hi,
I'm trying to run the pc-ble-driver-py examples on a RockPi 4 ( https://wiki.radxa.com/Rockpi4 ). If I install pc-ble-driver-py directly and try to run the serial_port_enum...
Hello people
I have two custom boards with and without Low Frecuency Crystal. While I am debugging, both boards work ok, I can do advertise, scan and read accelerometer...
Hi,
I'm working through the QDEC using the nRF2840 evaluation board and I've run into some confusion.
I have trouble getting the ACC or ACCREAD registers to actually...
We received the nRF9160DK that included default firmware for the Asset Tracker v2. The default version appears to be an older version of the application.
We built the latest...
So... I hate being that guy who says, "I didn't touch anything!". So, clearly I broke something. But I can't say I can think of what it was. I went to create a new application...