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...
Hi
I try to run BLE HRS collector example.
when I run the project, in RTT terminal I have these error
00> sd_ble_enable: app_ram_base should be adjusted to 0x20001CD8...
Greeting Nordic Expert !
I would like to override the following hook in MCUboot:
int boot_perform_update_hook(int img_index, struct image_header *img_head, const struct...
Hello,
In the nRF52840 Product Specification PDF v1.11, on page 836, the second paragraph down states:
" The PSEL.RXD, PSEL.CTS, PSEL.RTS, and PSEL.TXD registers and...
Hello Nordic team,
I’m using the nPM1300 development board to charge a 950 mAh Li-ion battery , and I’ve configured the charger as follows:
Charge current: 800 mA...
Hi,
I'm unable to get the PPKII kit to "connect" to my PC. After selecting the device it just says "Connecting..." forever. Some notes: - When first connecting the kit...
Hello,
I am trying to write a python script that performs a DFU on a nRF52840 so I can change its firmware without pressing any button. I think I have to use the pyusb...
Hello everyone,
I’m currently planning to develop an application that involves multiple Bluetooth devices operating within a certain range outdoors. Since there’s no option...
I’m developing an ESB-TX program using NCS v3.1.1 . Previously, I had developed an ESB-RX program using nRF SDK 17.0.2 . Now, when I use the TX code from the NCS SDK to communicate...
Hi,
I'm new to embedded development but have experience in desktop C/C++ development mostly with Visual Studio.
I'm struggling to get my head around how I would create...
Hello,
I am trying to define a pm_static.yml file which will use the 512K ram on the nrf7002dk_nrf5340 for the TFM ram section.
I cannot compile the non-secure nrf7002dk...
Hi, I got my nrf54L15 DK, but i can't start RTT logging. I set this configs:
CONFIG_PRINTK =y
CONFIG_CONSOLE =y
CONFIG_RTT_CONSOLE =y
CONFIG_UART_CONSOLE =n
CONFIG_USE_SEGGER_RTT...
Hi,
Is there any ongoing development for a PPK3 ? If so, what is the timeline for its release ?
Some features requested in previous posts:
- Voltage measurement
-...
Hi,
Could you please clarify why there is an override of the checking rules in https://github.com/nrfconnect/sdk-zephyr/blob/ncs-v3.1.1/drivers/timer/Kconfig.nrf_rtc#L6C8...
We are developing a custom board with an ADC device that supports QSPI. Our application requires throughput speeds only available using QSPI.
All the available driver examples...
Hi,
I would like to use existing development setup (for STM32) :Visual Studio 20XX (not VS code) with VisualGDB plugin to work with the nRF9151 Development Kit.
However...