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:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
Hi,
I would like to ask on where can I find or set the advertising duration or on how long the advertisement would last?
I am using zephyr, nrf52840DK. I want to be able...
Hello,
So, as per the requirement for my project I need to program the Thing:53 using Visual Studio code programmer following the instruction as provided in the below link...
Hi,
Is it possible to perform a HW reset of modem core inside nrf9160 device? If yes, how is this HW reset requested?
Thank you very much...
Regards,
Emerson ...
proj.conf:
nrf52840dk_nrf52840.overlay:
code:
Pretty straightforward. I've looked through the nRF52840 Product Specification and there is no mention of data bits...
From zephyr/samples/sensor/lsm6dso, I found the following code using sensor_channel_get(). API from sensor.h.
}
However, there are more driver API in zephyr/drivers...
Hello I don't see any change in RSSI with different TX power values under Zephyr. 1.9.1
It used to work with Nordic SDK 3.2.0 (see table below) The HCI API in Zephyr that...
On nRF5340, we are using Thread communication, Wifi and LTE-M module.
User can change the interface board, between Wifi or LTE-M module on the same UART bus.
& uart0...
I changed the central UART example to work with a demo I'm writing. I removed the hardware UART part and only send messages to a peripheral. What I do is I measure different...
I'm using an nRF52840 and SDKv17.1.
I have an active-high interrupt source connected to a GPIO pin. I understand that a GPIO should be able to wake up a system from system...
I think the nRF Connect toolchain is missing the right driver for the CLI app on the USB dongle, or the CLI is not setting up the USB interface with the right VIN.
When...
Hi,
Trying to run one of the Acconneer samples I get the errors below:
service_handle = acc_service_create(envelope_configuration); returns a NULL handle, all up to this...
I'm trying to connect my nrf52840 to the App but I have error message and impossible to continue ...
Here the log of the app standalone :
2022-10-07T21:50:58.341Z INFO...
During the software testing process, our device is connected to the rtt viewer for testing. At present, a problem is found during the test: sometimes the test engineer suddenly...
Can a single sdk_config file that has all possible macros definitions to use with an SDK
(1) be provided ?
(2) so that an identical sdk_config file be inserted in all...