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...
Hi, I used in my hw design Config. 6 for nRF52840 QIAA aQFN73
https://docs.nordicsemi.com/bundle/ps_nrf52840/page/ref_circuitry.html#ariaid-title7
The question is how...
Hi,
We are defining a BLE interface for our product, choosing SIG and custom services, and while working on BLE for years now, I have still questions on how to design the...
How to configure the SPIM if i have defined my MOSI/MISO/SCK pins in the device overlay file, shown below:
&pinctrl { spi0_default: spi0_default { group1 { psels = <NRF_PSEL...
We are developing a board with an nRF54L15 module that interfaces with a SPI device. We want to use 3-wire spi, so the MISO and MOSI lines are shorted (according to the datasheet...
Hi,Team,
I am developing the nrf54l15-dk, and the version of my NCS is v3.0.2.
I am currently using Pawr. https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides...
Hello Nordic Support,
Currently, we are using nRF5 SDK for Thread and Zigbee 4.2.0 for our Zigbee coordinator application running on nrf52840.
We understand that this...
I am using the NRF5340 Audio DK , and the onboard PMIC is the NPM1100 . I am not using the onboard audio codec of the DK. Instead, I am powering an external audio codec module...
Hi,
I've just completed Lesson 2 Exercise 3 and found that BLE Provisioning does not work from the iPhone version of the app. The problem seems to be related to Version...
Hi everyone,
Environment:
nRF Connect SDK v2.8.0
Light Switch example
I’m currently working on implementing a Zigbee Sleepy End Device (SED) for a battery-operated...
Hello,
I'm currently using the nRF9151-DK hardware to develop our product based on the nRF9151 SiP . We selected the ncs-serial-modem firmware, and the modem is controlled...
I am implementing the code for nrf54l15 nordic MCU to: Use vbat_mon pin p1.10 in NRF54L15 as ADC and trying to read the voltages, but physically i am not able to read/get...
Hi,
I'm using nrf54l15 SOC with Zephyr NCS SDK to build a BLE application. I want to set the radio Tx Power to be set to as high as possible as our device will be enclosed...
Hi There.
I been 15 year experience in embedded system development but I'm very new to the Nordic nrf environment.
I'm eager to learn and develop some product and provide...
Hi, I have a nrf54H20 board rev 0.9.2 and I followed the https://docs.nordicsemi.com/bundle/ncs-3.0.0/page/nrf/app_dev/device_guides/nrf54h/ug_nrf54h20_gs.html#nrf54h20_dk_bring...
Hello, We are currently working on designing a CS-based distance estimation algorithm, referencing the two example routines, `ras_initiator` and `ras_reflector`, from NCS...