Hi,
After successfully managing to preserve our devices bonding information (and custom app context data) across DFU updates, we have a few related questions.
I should...
I would appreciate some suggestions on a good development flow to go from an Example to end application
I have nrf52832 on a custom PCB.
I tested several sdk13.0.0 examples...
If anyone will ever have this error:
When using c++ and singleton the use of operator new is not possible.
I found the solution in this post: forum.arduino.cc/index.php...
Hi I am using Jlink board, when connected to my pc, I can't select nRF5x programming.
Version I am using is 1.20.0.2. I tried the uninstalling everything and installing....
Hi guys,
In the iot sdk in mqtt.h there are typdefs for "mqtt_topic_t " and "mqtt_subscription_list_t".
I'm trying to set several topics (5) and subscribe to them.
...
Hi,
I am using nrf5832 that is running a coap server example.
I have modified it a little so it reads sensor data via i2c and returns the data using the coap callback.
...
Hi,
I would like to receive some suggestion about finding a CHEAP smartwatch / wristband already available that has these minimal features: BLE (with SDK / GATT profiles...
Hello Team,
I am trying to set configurations for FOTA. I refer smv_server sample code and the following document https://docs.nordicsemi.com/bundle/ncslatest/page/nrf/app_dev...
Hi,
I'm using ncs 2.9.0.
I configured the GPIO in device tree like this:
And I used it in .c as follow:
But FATAL ERROR was got when the gpio_pin_interrupt_configure_dt...
After purchasing the PPK2, I connected the Fluke287 and PPK2 Ampere meter in series to check whether the measured values matched the Fluke equipment.
The Fluke287 consistently...
Hi
I have run nrf5340 WiFi shell project in ncs2.9.0, everything ok if use Logging UART0 for cmmands(wifi scan/wifi status/ wifi connect.....etc)
now I need to use...
Hello all,
I have slightly modified the coap_client sample from the SDK such that the main function is being called on certain actions from another program. I'm getting...
I'm testing my code based on nrf5SDK v17.0.0 with nrf52832 board.
By nrf connect application,I can see the broadcast packet from my board.It looks something like this. ...
Hi Nordic Team,
I’m currently working on a project using the nRF54L series, and we are using a 32 MHz external crystal oscillator based on the reference design. On our PCB...
While testing CoAP with NB-IoT I normally get PSM (sleep) delay = 20s before PSM mode is set (0.5mA with UART enabled), but after awhile PSM delay increases to ~4.5min (at...
I use the gpio8 interrupt to detect whether the SD card is inserted. When a falling edge is generated, it means that the SD card is inserted. But I found that sometimes, the...
Hi, I would like to have some suggestions on my PCBA design for nrf54L15 chip. Please review it and give some suggestion moving forward. I am making this PCB to use this with...
So I have been doing a project on nrf52840dk, So I have built a custom bootloader for it as well, I have been trying to add the custom bootloader with the code in my nrf52840dongle...
Hello,
I have a question about the NRF SDK fundamental lesson 8 exercise 1. In the code below get_access and release_access are executed in different threads. The semaphore...
Im trying to rotate my st7789v 240x240 display with LVGL commands. Im using nRF5340.
My .dts
My code:
But this dont make any change on my rotation.
Someone...
Hi!
Is there samples for specifically make nrf54L15 show up as 2 mics for stereo audio source through bluetooth? My project require lot of development with mics and I...
Hi Noridic team,
I have enabled Matter over Thread on the nRF5340. In this setup, I'm planning to reduce the TX power by setting CONFIG_OPENTHREAD_DEFAULT_TX_POWER=0. Apart...