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...
Hello,
I am using nRF52832. My GPS is connected to GPIO pin (15, RX) and (16, TX) of nRF52832. My TCA9535 is connected to GPIO pin (8, SDA) and (7, SCL) of nRF52832. TCA9535...
Hi all,
I am currently building I2C communication between nrf52832 and a stm32 chip, stm32 as the master and nrf52 as the slave.
The situation is the stm32 couldn't get...
I am not connecting any uart lines to the device. But I feel the assert is being used as the timeout "handler" and then pressing button one resets the device.
I'm using...
Hi,
I'm currently going through this paper on the newest Bluetooth Mesh Standard ( http://www.mdpi.com/1424-8220/18/8/2409) . Although it's interesting to see that this...
Hi, we are using SoC nrf52810 SDKv14.2-SR3v1.2 for our RCU.
1.If there is a scenario the image transfer is finished, and the power lost happens when the old image is being...
Hello,
I am in the process of determining a system architecture for a sensor-bluetooth-android application. The goal is to read sensor information from an Android device...
I'm using Mesh SDK v2.2.0.
I want to create a new custom model,but I don't understand difference between Generic and simple onoff model.
Which model should I study?
I remember reading somewhere an article on how debugging with softdevice was going to be easier, with the debugger doing something along the lines of actually not stopping...
Hi dear nordic employee:
I use blew:
chip:nrf52832 CIAA-B00
SDK: 12.3.0
what‘s I want is same as this , when the interrupt happen,I want to know the toggle is HIGH_TO_LOW...
Hi,
I want to develop a 4 Chanel Wireless audio system
I am using an EEPROM (without MC) to configure the nRF24.
I want to split the available band (2,4GHz to 2.5 GHz...
Hi,
I have the problem, that nrf_crypto_init() does not find any backends and thus is skipping the initialization.
What is the precondition for NRF_CRYPTO_BACKEND_SECTION_ITEM_COUNT...
Hello,
after migrating to SDK15 we noticed, that our spi master seems to clock out single bytes instead of a continous clock for the whole transfer.
The Migration guide...
Hi
I want to update bootloader.zip file over BLE DFU mode without signature checking , the open bootloader example only for USB,
How to disable bootloader signature checking...
when message relay by any node how can other node know that it is for him and update status.
for example if I subscribe some nodes to 0xc001 group and others to 0xc002 group...