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...
Hi,
We have functioning application code under the 2.4.4 SDK development setup. I would like to start migrating to newer code but am encountering issues. (Ultimately, I...
I have an nRF5340 DK (not audio DK), and I want to send LE audio from my LE audio compatible device to my DK and then have my DK play that audio over I2S to my external amp...
Hi there, I-m trying to compile a hello world sample with an encrypted bootloader
# Sysbuild configuration file.
#see C:\D\dev\nordicsemi\v2.7.0\nrf\doc\nrf\releases_and_maturity...
Hi all,
I'm currently facing the issue that we are receiving a PKCS7 encoded response from our EST server via a `/simpleenroll` request.
The PKCS7 response now has to...
We have a locator-beacon setup based on this https://docs.nordicsemi.com/bundle/ncs-2.9.1/page/nrf/samples/bluetooth/direction_finding_connectionless_tx/README.html running...
I have been facing a persistent Zephyr CMake/Kconfig build failure in my nRF Connect SDK setup.
Environment: Windows, nRF Connect SDK v2.7.0 , Toolchain v2.7.0 , using VS...
Hello Nordic team,
we are using a nRF52820 module in a beacon. After flashing the firmware and connecting via nRF Connect for Mobile, we can read the Service and Characteristic...
Hi,
I'm trying to CONFIG_MCUBOOT_ACTION_HOOKS with mcuboot on a custom board build with an nRF9151. McuBoot works well, but I'd like to use CONFIG_MCUBOOT_ACTION_HOOKS to...
Hi
I use MT8852BE to test nRF54L15-DK ,TX power setting 8dBm but MT8852BE Power(Pavg) show -6.07dBm ,Why is there such a discrepancy in the values?
nRF54L15-DK Setting...
For power cost down, use dts config to set pwm gpio H0D1 as follow:
pwm1_default: pwm1_default { group1 { psels = <NRF_PSEL(PWM_OUT1, 0, 26)>; nordic,drive-mode = <NRF_DRIVE_H0D1...
Hi,
We have defined a FOTA update for a set of devices. Our device SW follows the 'multi-service sample' code for FOTA.
Generally, FOTA works well for devices in a job...
Currently (as far as i can tell) the firmware for the DECT-NR+ mode is mutually exclusive with the LTE firmware, and you cannot mix the two wireless modes as you have to flash...
We use the device shadow "desired" section to send configuration params to the device. The device processes and accepts the params and then returns them in the "reported"...
HI
Based on the nRF54L15 with SDK 3.0.0 and MCUBOOT for OTA updates, I've discovered there's a firmware image compression algorithm available. However, when compiling with...
Hi Team,
We are using nRF9160 MQTT sample code 'mqtt_simple'.
1. What is the maximum payload we can send in one single PUBLISH?
2. I want to send 4KB of data in single...