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...
nRF52840 using Zephyr 2.0.0
We currently have a system that after we are running can drop to 20uA. However, on boot, we draw something like 5-7mA. This large on boot current...
I work on a project with nRF52833 ( NRF Connect v3.0.2 currently) and I have to use an external AT45DB641E flash chip connected over SPI .
The external flash will be mainly...
example: ncs/v3.0.1/find my/pair before use I want to implement the ptx and prx of the ESB in the find my example "pair before use". That is, how do I operate when both BLE...
In our application we need a PPS signal even when LTE is enabled (and GNSS is disabled). The GNSS API gives some encouraging PPS info, stating " GNSS only starts giving pulses...
The current specifications (v0.8) for the nRF54L series of parts provide very little information about the input impedance of the SAADC peripheral. There are no values specified...
We are currently facing a troublesome issue: we need to send 242-byte data packets at a fixed 3ms interval. We connected an LED light after the data transmission module to...
Dear Nordic Support Team,
I hope this email finds you well.
I am writing to seek your assistance with a build issue I have encountered while using the nRF Connect SDK...
Hello,
I have already implement the RSSI2 monitoring where I get the RSSI2 value with each successfully received packet via pcd-callback and its attached nrf_modem_dect_phy_pdc_event...
The app can work well in nrf52810 QFN48,it can't work as design in QFN32.
I have created my module with nrf52810 QFN32, loaded softdevice,loaded app,enter debug mode with...
I'm still new to this but particularly in regards to battery. I have a custom board with a nrf5340 and have been working on reading the voltage. I used the battery sample...
Hello,
I am building my own board with the nRF9151. I see that it can do SPI, but it does not say what pins are SPI capable. As the chip is a SoC (or CiP), can I use any...
Looking at the datasheet for the nrf54h20 it lists GPIO port P9 as Slow and Analog.
However, in the pin mapping, it also says SPIM130 and SPIM131 are available on port...
Hello,
We are trying to run 802.15.4 alongside our BLE Mesh network on the nRF54L15.
However whenever compiling with CONFIG_NRF_802154_RADIO_DRIVER =y, we run into the...
Our peripheral medical product, based on the nRF5340, is designed to pair and bond with both PC and mobile devices via Bluetooth Low Energy (BLE).
I've implemented BLE Security...