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, I am trying to use the spi_flash sample project with a laird bl654 dvk. When I run the project however, dev->state->init_res = 19 and will not run for me. It recognizes...
Hi,
I have been trying for several days to modify the ble_app_uart project on the peripheral side to use the BLE Long Range, unsuccessfully. I use the NRF52833-DK with...
Hello, sir.
I want to use the i2c bit bagging method, thus I used the DeviceDownloadnRF5 SDK 17.1.0 ddde560nRF5 SDK 17.1.0 ddde560componentsdrivers nRF5 SDK 17.1.0 ddde560componentsdrivers...
I want to use the Zephyr Shell with my own transport layer. Since the only connection I will have to the modem is over SPI, I want to have the SPI read/writes handled with...
I am using sdk 17.1.0 .I am getting error while using bsp_buttons_is_pressed function in main although i have included file bsp.h ,bsp_btn_ble.h, boards.h. The error is Error...
Hello,
I've been developing an application with nRF52840 and I've been reviewing the appropriate SDK to start with. I see Nordic recommends starting with nRF Connect SDK...
Hello everyone,
I have a question regarding the bonding process in the NRF52832 device. Currently I have one custom service with one character and my nrf device is a doing...
I'm opening a different thread to discuss further my latest findings.
I'm using a module E73-2G4M04S1AX that is based on nRF52810. My project has very strict power requirements...
Hi Team,
I think I've found an issue when using the nrFX UARTE1 Zephyr driver. I'm building an application based on the Bluetooth peripheral UART sample.
I use 20 byte...
Hi, I am having trouble connecting the LTE Link monitor. I have already updated all certificates and firmware. But when I am trying to connect my device to the cloud it does...
In my current application I have a combination of some examples and features, but I couldn't add the resource provided by the http_application_update example.
So I tried...
Hi!
I'm developing an application that requires both keyboard and mouse control over BLE. I have gone through various guides to get this working, and the only method that...
Hello!
I'm developing firmware for a custom board based on nRF52811 CAAA. I am trying to create a new board under .\v1.9.1\zephyr\boards\arm\nrf52840dk_nrf52811_myboard...
BT central sample has the following code
bt_enable ( NULL );
bt_le_scan_start (SCAN_PASSIVE , device_found );
I ran the sample on my custom board based on nRF52840...