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...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hello,
i'm interfacing with the nrf_modem_lib using posix socket API with offloading. The send is called separately from a dedicated thread to avoid any hanging of the rest...
The maximum current of my measuring board should be 8ma, but the maximum value measured by kit II is 24ma, and the average current of 100ua is correct,and the minimum value...
Hi,
Nordic nRF Connect SDK includes also the Zephyr repository with a number of examples. I am interested in the HCI UART example in Zephyr, and I want to open from Nordic...
Hi,
I am currently working on a project similar to this thread:
However, the thread stop updating. I followed what Einar suggested, to merge the Decawave example code...
Hi all,
I have an issue on my device. We have implement OTA update but sometimes, the nfr stucks on DFU mode after the update. Even if the update is succesfull.
We use...
Hi All.
I am checking battery autonomy with different settings in my Module (with an nRF52840 SoC inside) since, in my project, this is a critical restraint. I am feeding...
now, I need transfer data between nrf52840 (base on zephyr OS) and python app through PYSERIAL. Is it possible to use something like RTT or shell_uart to transmit/receive...
How do I switch between being SPIS/SPIM with the Zephyr library?
I am using ncs v1.9.1. I have code that works separately as a slave or master but I need to make it dynamic...
I want to use +8 dBm TX power so I added CONFIG_BT_CTLR_TX_PWR_PLUS_8 to my prj.conf, and then realised it doesn't do anything.
I then found set_tx_power() on these pages...
The problem: We are getting a hard fault immediately after jumping from the bootloader while trying to initialize the nRF USBD driver. The fault happens in nrfx_power_init...
Hi,
We are trying to integrate a remote controller functionality for smart TV and set-top box etc, using our product based on nRF52832(nRF5 SDK). I understand that we can...
I am trying to use a SPI bus with three MAX3109 chips attached to give me 6 UARTS. My overlay is defined as follows:
& spi1 {
cs-gpios = <& gpio1 13 GPIO_ACTIVE_LOW...
Hello, I'm working on a s332 application and I need to include the DFU feature in the code. I've managed to perform a DFU on s132 applications following examples like this...
I've built and able to the run the 802.15.4 RF Phy Tester but it doesn't seen to recognize any of the custom commands. Can you provide more insight into this please?