Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
Hi there,
In Zephyr 3.6.99 I see a promisive function to make sure that the logging buffer is flushed at a certain moment of time: log_output_flush . It is using a pointer...
I am trying to use the following example, hci_pwr_ctrl . I have tried using the example just as it is but i keep getting errors when trying to build as can be seen in the...
I have a custom board with an I2C connected sensor ADXL345. I have to do GPI/O initialization to select the I2C. This works because I can read the ADXL with custom I2C commands...
Hi
I am using nrf52840 in my custom board. I have a gpio button which is assigned for as a factory reset button. So when i press the button the whole board needs toi be...
Hello,
we are looking to develop multiple BLE audio source which sends the mic data to the receiver and the receiver receive the audio data from multiple transmitters...
In my design, I aimed to isolate the USB interface. To achieve this, I used the Analog Devices USB isolation chip, ADUM3160BRWZ, to isolate the connection between the PC and...
When I need to switch between 1M and 2M
I create an object of the type bt_conn_le_phy_param and fill in the parameters appropriate to the radio mode I want, and then I call...
Hello,
I would like to know if the nRF9151 is suitable for building a product that will be able to monitor (read) multiple pulse signals originating in utility meters (electric...
We are using nRf5340 and nRf7002. In our application , we are connecting wifi and goes to ksleep for few minutes.
After wake up from the sleep. wifi is not reconnecting...
Hello all,
I ported an old nrf5 application from SDK 12.3 to SDK 17.1. It uses S112 7.3.0 and FreeRTOS. Unfortunately I am getting time variant softdevice hard faults at...
While testing nRF FOTA download library we noticed that it supports only one image update at a time (download image, then reboot).
Irrespective of the image (either application...
Hello, I just upgraded from SDK v2.5.0 to v2.7.0 and now I have a problem updating the bootloader.
In my project I have b0, the mcuboot (in s0 and s1) and the application...
Hello, I followed Getting started guide for the nRF54L15 PDK ( Getting started with the nRF54L15 PDK (nordicsemi.com) ) and bumped into a problem when i try to build "hello...