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...
Google open-sources the firmware needed to build hardware security keys
Google open-sourced today OpenSK, a Rust-based project to aid hardware vendors build hardware security...
Hi, we are using the nRF9160 in conjunction with the nPM1300. To power off the device, we call lte_lc_power_off() which sends the AT+CFUN=0 command to the modem and waits...
the v2.7.0-5cb85570ca43 zephyr/ndk combination doesn’t work for things using the JSON_TOK_FLOAT type (vs the number type). this is because zephyr/lib/utils/json.c:float_ascii_encode...
I am working on a project in which i have got 100 nodes we are doing it in our custom board. so i need to assign unicast address manaully for each nodes inside it. How can...
When I try to build any application with west I always get a CMake error complaining that it is unable to run the Python version included with the NCS toolchain. The error...
I'm working with a DVK that has an nrF52840 with a Sierra Wireless HL7800 modem. The modem is connected physically to UART1 while the UART0 is used for the following as shown...
Hello
I am at the early stage of evaluation of a nRF52840 USB Dongle and I have installed all software on my Win 11 PC.
Just trying to check that everything is working...
We have made 2 partition of Internal flash. One is for running Application and Other for storing some configuration. I am trying to erase the page of 2nd partition, and it...
Hi,
I have been performing a fresh install of the toolchain following the nordic's "nRF Connect for VS Code" page, as well as the YouTube video "Introducing nRF Connect...
Hello,
Developing a custom board with nRF9160 as application CPU and nRF52810 as BLE Controller. Connected via SPI + reset + irq lines to the 52810. The design is a copy...
This might be a simple one to answer but I'm struggling to find documentation on what to do here since we're still using an ancient SDK on 9160.
I have a working board file...
Hello,
We have a BLE connection issue. We want to connect a Windows 11 laptop with a nrf5340 eval board.
The connection procedure can fail by a disconnection with reason...
I have a custom PCBA with which has the flow of:
- Boot
- Advertise some temperature data read from TWI with a 5 second timeout using `ble_adv_fast_timeout`.
- I then...
I want to implement secure connections for a device based on the nRF52832, protected by a PIN/pass key, which I need to be able to configure dynamically, not hardcoded in...
Hi there
I am struggeling to find a solution to automatically connect to the controller when found based on the advertised name. I do not want to click on the found device...
Hello,
I am developing project on ESP32, with nPM1300. I am interested in battery state/capacity measurement provided by the Fuel Gauge example. Some part of the algorithm...