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...
(nRF51 SDK v12.3.0)
The function gcm_init() in gatt_cache_manager.c (BLE Peer Manager Lib) calls ble_conn_state_user_flag_acquire() part of the BLE Connection State Lib...
Dear Nordic,
I bought three nrf52840 dongle.
How i test the mesh i am totally confused how its programmed and how mesh tested with this nrf52840 dongle can you help me...
We are trying to do final optimization of the load capacitors connected to the 32MHz crystal on the nRF52840. A value of 13pF for both capacitors results in a frequency that...
Hi,
Using SDK 15.0 via legacy nrf_drv_power, the nrf_drv_power_sleepevt_init causes fault:
It calls nrfx_power_sleepevt_enable but never calls nrfx_power_sleepevt_init...
I am working with Thread on the nRF52840 and have setup a few nodes and a Border Router 1.0.0 as described in the documentation using Raspberry Pi 3B+.
My sdk is nRF5_SDK_for_Thread_and_Zigbee_v1...
Hi
I was wondering if it's possible to scan for both 1MBPS and CODED at the same time, or should I initiate 2 different scans.
using this configuration initiates error...
Hello,
we developed our electronics with your chip nRF52840, but we have problem with communication throught BLE. We tried our firmware on dev kit with this chip. It was...
Hello,
I am looking for wireless communication solution between two devices with a maximum distance of 5-10m for controlling a speed of the electric-assisted vehicle (basically...
Hi,
I use SDK 12.3.0 with PCA10040 board, and try running experimental_ble_app_buttonless_dfu. It works fine when I use Keil to compile, but doesn't when use GNU. I open...
Hi,
I've tried connecting to the nRF52840 Dongle using nRF connect as explained in : ://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.tools%2Fdita%2Ftools...
Hi, I've been trying to build a custom characteristic and so far I can display a single digit number on my BLE app. My update value function looks like this:
And my add...
I am using SEGGER Embedded Studio to program the nRF51822 module. When I was going through the manual for setting up the environment for SEGGER Embedded studio, I found that...
I want to use a buzzer on my board.
The environment in use is below. · SDK15 · Nrf 52 · Nrf 52832_xxaa · S132_nrf52_6.0.0_softdevice.hex
My start is "nRF5_SDK_15.0.0_a53641a...