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...
Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
We are finishing up a project with the nRF52832 based on the Nordic Thingy. Most of what we want it to do are normal functions of the Nordic Thingy. It connects to a mobile...
I feel like a crazy person looking to store large amounts of data onto an external chip that is not a micro-SD (why not micro-SD? It's power-hungry and finicky ). NAND through...
Hello,
For a project with nRF9151 as the main microcontroller, we use nPM1300 for power management.
As I understand, for nRF9151, VDD voltage should be supplied prior...
I am developing a simple ble peripheral device that will measure temperature and humidity. For the most
part, it's working but I can't get the behavior I expect when enabling...
I'm a new software developer and I'm not a native English speaker. I ask questions through a translator now, the description might not be clear.
I am currently working on...
Hello,
I would like to know how to disable the NFC function with nRF SDK 3.1.0
I would build the Matter thermostat sample. I tried this: `CONFIG_CHIP_NFC_COMMISSIONING...
Hello,
I am trying to read the MCUBootloader version from the NS (TFM) application. I am able to read it in the Secure application using the fw_info_find function in this...
Hello,
I’m trying to run **LVGL 9.3** on a **nRF52840 DK** with a **2.8" ILI9341 TFT display (SPI)** using **NCS v3.1.0 / Zephyr 4.1 / Toolchain v3.1.0** .
### Problem...
Hello, I want to check the component alignment on the layout.
My layout is different than the reference.
Where should I connect the VNA?
Can I calibrate it on the PCB?
Hi,
I am using a custom nRF9160 board with the nRF7002 Wi-Fi chip via SPI, running NCS v2.9.2 . My goal is to connect to a Wi-Fi network.
However, during initialization...
I want to change the start address of the app in the ESB example from nCS 3.0.2. By default, after compiling and flashing, the program runs from address 0x0. I want to change...
Hi Nordic,
I try to print hello world from promicro(nrf52840).
I am sure board is ok, because I test zephyr 4.2 cdc_acm example on it, and I can see /dev/ttyACM* & console...
Previously, when our NRF5340 was transmitting at a 3ms interval, we encountered issues where the transmission speed failed to meet requirements, with data packets being discontinuous...
Hi Team I was exploring communication with ads1292 over SPI at 1 MHZ. I tried nrf_drv_spi (SPI0_ENABLED in sdk_config.h) api and I was able to communicate with ads1292, however...
I try to do everything as in the guide (second advanced option) devzone.nordicsemi.com/.../small-i2c-oled-displays-using-nrf-connect-sdk but I get errors when building
...
I need to set the connection interval to 7.5 ms. The main.c has the corresponding macro: MIN_CONN_INTERVAL but it seems to me that it supports only integer values...
Please...