I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Sir,
We finally added WIFI to NINA B302, using a NINA W102 coprocessor!
https://github.com/khoih-prog/WiFiNINA_Generic
Please, enjoy!!!
Here a portuguese BLOG...
Our setup:
Board: nRF5340 DK
SDK: NCS v2.6.2
Microphone: MMICT5837-00-012
Interface: PDM
During mono audio capture over PDM, we observed a current draw of about...
Hello,
we are developing few products based on the nRF52833 and we found something interesting in the nrf52833 dts file ( https://github.com/nrfconnect/sdk-zephyr/blob...
Hi Nordic Teams,
Now I'm using Nordic Connect SDK v3.1.0 to development, I want place some default values in Flash at a fixed address,
But I don't know how to do it...
Building the sample "nrf/samples/cellular/udp" with "west build -b nrf9160dk/nrf9160/ns" using
NCS 2.9.2 results in:
Memory region Used Size Region Size %age Used FLASH...
Hello.
I am also currently working with two nRF54L15-DK kits with the nRF Connect SDK and Toolchain, both v3.0.2. I am using the latest updated examples from the SDK channel_sounding_ras_initiator...
Hi,
I am using NRF SDK 16.0.0 for device running on NRF52833 with softdevice version s140. The bootloader app advertises the DFU service uuid in the advertisement packet...
I want to connect 2 nrf5340 Audio DK's together and have them share audio data over a bluetooth connection, however I also want every device to have a connection to its own...
We are using NRF5340 and interface with a host system via USB. As the USB stack supports the DFU device class, we plan to use that for firmware updates, and use dfu-util on...
Hi all
Coming back to an nrf52840 project after some weeks, VScode nRF extension do not work anymore.
Trying to recover a board (nRF52840DK) gives error:
08:52:50] nrfutil...
I need to Send the Multiple Packet using 2.4 GHz Radio Transmitter. Currently I am using nRF52840 DK Development Board. SEGGER Embedded Studio IDE Version: V5.68(64-Bit) ...
Our device is configured with MCUboot in direct-xip mode with revert. We want to flash a build that contains both a test firmware and the main application, with the expectation...
Hi,
I would like to do the wfa certification shown in this page: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/wifi/wfa_qt_app/README.html
What is the...
Hi,
Our product has reached the mass production stage and needs FCC certification. We used the coded phy protocol, s140_nrf52_7.0.1_softdevice.hex. Does this support s2...
Hello Nordic Support Team,
I am trying to implement a ring buffer of structs.
Even though my consumer runs much more frequently than my producer, the buffer becomes full...