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...
I am developing a modbus server application for nrf54L15 in nrf sdk v3.2.3. But I ran into an issue where using MODBUS_MODE_ASCII requires UART_CFG_DATA_BITS_7. The modbus...
Dear Nordic,
The west build system is not acceptable for firmware development.
Firmware != Software. When we create firmware for a product, it must last for years. We...
Hi,
I've reliably implemented a Software Serial library on the nRF52832 using GPIOTE and nrf_delay_us to sample the 8 bits. I tried making this work more efficiently using...
Hi
Is it possible to use the 54dk for programming of our new board with the nRF54L15 running on 1.8V?
Is the voltage configurable on the 54 dk?
Best regards
Peer
I am using nRF Connect SDK (NCS) v2.9.0 for a Matter project.
Currently, the Manual Pairing Code generated is 21 digits long. I need to change this output to be 11 digits...
We follow the youtube video: www.youtube.com/watch
to add battery charging and fuel gauging to our nRF52832 Series project.
It works, but after we enable
CONFIG_PM_DEVICE...
Hi nordic team
I am working with the Nordic nRF5340 SoC using Zephyr RTOS .
Hardware
External QSPI flash:
MX25R6435F
QSPI configuration (DeviceTree):
...
Hardware: nRF9151 DK Modem firmware: mfw_nrf91x1_2.0.4 Carrier: Verizon (PLMN 311480), Band 13 Antenna: External Problem The modem continuously reselects between two cells...
Hi Nordic team,
In the context of adapting the software for our custom PCB I need to make some changes in some devicetree nodes for the net core. Therefore I wanted to add...
I designed a circuit using the NRF54 to connect via Bluetooth and control several peripherals. I program the chip using the Debug Out of the NRF54L15 DK . The code can be...
Just bringing this to your attention. This has been an issue since at least 2.6.1, and appears to still be a problem in main.
static void connected(struct bt_conn...
Hi, What specific steps must be followed to modify the charging current (BCHGISET) of the nPM1304? The information I found says to disable the charger first (set BCHGENABLECLR...
I am evaluating the monitor mode debugging support in nRF Connect SDK with nRF52840-DK and an arbitrary BLE sample (like peripheral_uart). My SDK/toolchain version is 3.1...