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...
Hi all. I'm trying to use the u8g2 library with ss1306 controlled OLED display. After I added the library to the project, Keill gave an error
Error: L6406E: No space...
I used to develop based on sdk11 in Eclipse, EVERYTHING works fine. But now I am trying the sdk 12.2.0, in the blinky example, "LEDS_NUMBER" couldn't be solved, but the project...
Hello,
I am unable to use the command NRF_LOG_INFO for printing debug statements. Compiler is throwing the following error .
Error: L6218E: Undefined symbol NRF_LOG_INFO...
I am working with a modified project based on the time sync example using two nRF52832 DKs.
I want to capture how many times the timer overflows on the receiving board...
I have a problem with some beacons which don't follow BLE specification.
Namely BLUETOOTH SPECIFICATION Version 4.2, 4.4.2.2 Advertising Interval section.
The problem is...
Hi,
I'm not sure whether it is right place or not to discuss this.
We are planing to use nrf52840 in our new IOT project. We required nearly 30 development boards and...
I don't want my consumer to do provisioning of mesh-DEVICEs one by one (using Android or iOS APP) since in such case if he has 50 mesh-Devices in that case he will get frustrated...
Hi everyone,
It looks like there is a bug in GZP host example.There is a function gzp_host_chip_id_read where flash is accessed at GZP_PARAMS_STORAGE_ADR. But there is...
I am using the following to extract the Device_Name from an advertised packet received on an Arduino Primo:
peer.getFieldInAdvPck(BLE_GAP_AD_TYPE_COMPLETE_LOCAL_NAME, advertisedName...
Hi!
I have a question about the Mesh SDK. Is it currently possible to get the physical source of a relayed message (thus the relay that send it) out of it? I only seem...
I use buttonless_dfu_app as template. SDK 14.2
Q1. Could someone help me.. After I updated my app I have changed crc (if more than just few changes), so bootloader installed...
I made all steps in a guide
devzone.nordicsemi.com/.../
All works fine. After that prepare my own firmware like appendix 1. Also works good. I merge
bootloader_setting...
Hello,
i'm trying to run the ble_uart_example on my nRF52840 eval-board, but it always fails on this line:
err_code = ble_advertising_init(&m_advertising, &init);
APP_ERROR_CHECK...
Hi, everyone,
I develope the project with BLE support. In my project I need to define the time server. For this purpose I tried to find any example reffered to it, but no...