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...
Windows 10
NCS 2.0.0
We have run the Gazell samples successfully on the nRF52833 DKs. In these examples the CONFIG_GZLL_TX_STATISTICS is enabled (gzll_ack_payload_device...
Note: This might actually be a documentation issue more than a real problem because the build seems to work. But some clarification would still be appreciated.
We're developing...
I'm developing FOTA through LTE Modem which is made from QUECTEL(EC21KL)
On my custom board, nRF52832 is connected with EC21 LTE Modem via UART bus(TX : P0.16, RX : P0...
I am updating Nordic Thingy:91. I am following instructions on Nordic's DevZone web page: "Getting NB-IoT Demo running on Thingy:91
I have successfully updated modem using...
Hy
i am using a nrf5349 Dk board ,i am able to build and flash the board.
but when i am using this by building and flashing the board with hci_uart .in the linux system...
Hy ,
After i a buildng and flashing the hci_rpmsg as a cupapp . i flash the board
Then when i am checking the board with ubuntu laptop .i am not able to see the board...
Hi all!
I'm currently working on the UART on the nRF5340 board. The SDK describes three options: -polling API,
-interrupt-driven API,
-asynchronous API. With Polling and Asynchronous...
During development I noticed the following behavior:
If NRF_SDH_BLE_GAP_DATA_LENGTH=251 and NRF_SDH_BLE_GATT_MAX_MTU_SIZE=185, on Android devices the connection procedure...
Hi
For some reasons my Windows 10 laptop reports two JLink CDC UART Ports when I connect one of my nRF52SDK boards.My plan is to use this board with nrf Sniffer / Wirshark...
Im struggling here with porting my code from SDK15 to NCS 2.0.2
Im happily TXing data from NRF52811 via UARTE and receiving via FTDI to PC, but Im unable to receive any...
Hello,
in the nrf connect application for mobile phone I can see the RSSI values being updated when scanning, but when I connect to my peripheral the RSSI info is not available...
Hello, I'm developing firmware for our custom board with a nRF9160.
The problem I'm having is that the modem crashes with error code 0x10 sometimes (read: about every 3rd...
HI guys I am working on nrf connect sdk v2.0.0, I am trying to modify periodic_adv example to stop changing mac address every time an advertising restart.