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...
Hello!
Does anyone know of a library for the I2C LCD 16x2 display? I found the library by lovee, https://devzone.nordicsemi.com/f/nordic-q-a/23401/nrf52832-connect-with...
Dear devzone support,
I have a quick quesiton.
Why does the nrf5340_audio application only support 1 BIG, while the nrf_auraconfig support 2 BIG. Is it because of using...
Hello,
I'm adding power management to a custom driver that talks to a sensor via uart2 of the nRF9151DK. But from my tests it seems that uart_irq_rx_enable() has no effect...
Hi all,
I've got an existing OpenThread project for my workplace's metering product which currently is written for a TI CC2538 and I'm porting it across to run on a nRF52840...
Hi, I have a custom board with nrf54l15 and it does not have a 32 kHz crystal, it only has a 32 MHz crystal. Sometimes the code gets stuck at this line: Can it be related...
I have a peripheral which has an nRF53. It connects to either an Android of iOS phone. I've been testing add Connection Subrating. However I've been noticing that the Connection...
We have a Nordic 52840 based product which today we support with a custom gateway hardware. Now we want to write mobile apps (Android and IOS) to talk to this directly.
...
I have an NRF9160 system running and I see mention of " The nRF9160 PWM peripheral can capture the period and pulse width of an external PWM signal" but was a little confused...
DeviceTree Visual Editor shows SPI1 as enabled, but the changes are not reflected properly in the GUI or in build behavior.
I receive the following build error : " DT_N_S_soc_S_gpio_50000000...
The nPM2100 datasheet (v1.0) provides Figure 8: Load current triggering mode change vs. VOUT.
Can you confirm:
1. Consider the system is in Low Power mode. If the load...
Hello,
I am trying to implement OTA through BLE, and as Im building the program, Im getting a build error as :
error: 'FLASH_DEVICE_BASE' undeclared (first use in this...
Hello. I have a light sensor connected to 2 gpio pins on nrf5340, Enable Pin : P0.08 and Output Pin: P0.07 Trying to trigger an interrupt based on the light. With the button...
hi support team,
docs says we can program 54l15 external spi flash ,please refer to : https://docs.nordicsemi.com/bundle/nrfutil/page/nrfutil-device/guides/programming_external_memory...
Hi,the Nordic team I'm working on low-power devices that Matter over threads by nrf54l15,I found a problem at present. I interrupted the configuration of the two PIR input...
Hi all,
I’m working on an nRF5340 project where the network core runs a hci_ipc firmware to forward HCI RAW packets to the application core, which then parses vendor-specific...
Hello DevZone!
All samples with Application Event Manager (CAF, nRF Desktop) has simple main function like that:
Main thread has terminated after executing and main...