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...
We are not using the NRF5340DK board. According to tests, after initiating an SPI data exchange, the program is delayed in executing the next CS pull-high operation, resulting...
Hi,
I’m trying to finish the first exercise of lesson 1, but when I save it to flash and run the binary, I get this error and I don’t know what’s causing it.
Could someone...
Hello dear community!
Few months ago I bought a NRF52840 from MakerDiary ( https://wiki.makerdiary.com/nrf52840-mdk-usb-dongle/ ) for a personal project arounf Zigbee...
Hi Team,
I am using NCS v2.9.0 and trying to implement a custom Zigbee cluster with custom attributes.
Could you please suggest an example or guide me on how to send...
I'm currently testing the walkie-talkie mode on this development kit, however, when testing it outdoors it only allows a very short connection distance and disconnects. How...
Hi, this question might sound a little silly, but is downloading my device location history from nRF Cloud free of charges? I want to analyze my device's travelling pattern...
Hi there,
I am using an nRF9160DK and looking to get accurate Timing Advance numbers from it and also information on neighbouring cells. I believe in order to get an accurate...
We are using both serial ports running over USB on the nRF54L15DK:
uart20 is LOG, CONSOLE, etc.
uart30 is for our communication (enabled in our overlay)
When we...
Hello,
I am trying to get a custom board working with NOR Flash chip but I am having issues getting the flash chip "ready". I am running the sample application "spi-flash...
Hi!
I've used nrfutil to dfu ble before on a target that just loads and runs a bootloader (for cycle testing).
I'm trying to use it again with a target in the application...
We have a NCS 3.0.2 app + MCU boot with OTA functionality on nRF54L15 (PCA10156 rev 0.9.3)
After upgrading to NCS 3.1.1 it doesn't boot anymore.
I tried with
Key provisioning...
nRF9151 has access port protection enabled by default. I need to debug firmware for nRF9151 produced by a non-secure build. I am trying to follow Figure 120 (Access port unlocking...
Hello,
I have a series of nRF52840 devices that are already connected together in a Thread Network.
My system is composed by one client and multiple servers.
My devices...
Is there any way to filter for verified answers/closed tickets? Seems like it would be really useful for helping people find answers and answer posts which have none.
Greetings,
Using SDK v3.1.1 I've configured 3 PWM outputs using the pwm0-2 modules via a DTS overlay. After reset or power cycle (and prior to making any PWM driver calls...