Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
I'm trying to use the nrf8001 (and arduino) to send MIDI (musical note data) to Mac OSX. According to the Apple developer site the midi profile requires that the characteristic...
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...
I am using the following example as a reference for setting the TX power in a peripheral Bluetooth connection: https://github.com/nrfconnect/sdk-zephyr/tree/v3.6.99-ncs2/samples...
Hi, we are doing testing with a Nordic dev kit and looking for ways to check the status of GNSS.
We are becoming familiar with the XGPS command and notifications: docs.nordicsemi...
How can I return from k_sleep (or any other "sleep" method) when an interrupt occurs?
I would like my device to sleep (low power) until a GPIO pin toggles, then wakeup to...