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...
Hello, I’ve been exploring DECT NR+ on the nRF9151-DK using the DECT modem firmware. As it was already mentioned in multiple threads/other sources, there is no GNSS or LTE...
Hi,
I need support to get my brand new nrf9151 development board LTE connection up and running.
I have bought this kit and it came with 2 SIM cards as per documentation...
I have an FTDI USB to dual RS232 adapter for communication over UART. The nrfutil device command finds it in version 2.8.5 and below:
Starting with version 2.8.6 it doesn...
Hi,
In our custom nrRF9151 application we sometimes get a modem fault. This happens randomly when the device is moving, so likely something to do with changing cells....
Hi,
We have a client using one of our products, and their local NB-IoT network was giving us some issues, I travelled over to try and work out what was going on, and it...
So my board uses uart00; I also need to use ZMS for storing configuration data.
If I try to compile with no SPI enabled the Flash drivers throw an error '__device_dts_ord_130...
under freestanding applications, which code to use to enable bluetooth on nRF52840 DK kit . Then, it has to pair with android mobile. how i can achieve it.
Hello,
I am configuring the Watchdog Timer (WDT) on my custom device and observed that it gets disabled when the system enters Deep Sleep mode. This behavior prevents the...
Hello Nordic Support team,
I'm receiving the Transmission failure and Lora Initialisation failed message despite to correct wiring and everything else. I'd attach a link...
I've been trying to get SPI slave running on the NRF54L15-DK for over a week. I am new to Connect SDK but have successfully completed this task with NRF52840-DK (and dongle...
I changed the file, C:\Users\kruenheck\AppData\Roaming\nrfconnect-bluetooth-low-energy\uuid_definitions.json so that it has a new service:
{ "_comment": { "comment": [ ...
I am programming with nrf52833,ncs v2.9.0.Based on peripheral_hid_keyboard and cetral hid.
I send about 6k hid keys to central via ,while sending,peripheral side
But ERR...
Hi Nordic team,
I’m trying to use my nRF9151 DK as a Bluetooth Host (Zephyr) connected over UART (H:4) to an external Seeed XIAO BLE board (acting as the Controller). My...