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...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
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...
Hello,
There is a missing #ifdef check on the following line of SDK Zephyr at the latest version v3.1.99-ncs1:
https://github.com/nrfconnect/sdk-zephyr/blob/98bc3a7a6b3917ce5a058e7a7271d3036edffb88...