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...
I am using nrf52832 ble, I want to set the pin P0.2 low as analog input and p0.3 high as analog input .
#define AIN0 2 // analog pin p0.2
#define AIN1 3
#define AIN0_PIN_CONFIG_HIGH...
SDK: 16
Mesh SDK: 410
Example: Light Lightness Server.
I discovered a bug when using the "Move Level" message that doesn't allow the LED to turn off after the move...
hello sir/ma'am
we are using nrf52840 chip in our customized board product and IAR as a development environment and also a debugger called segger jlink .we are not able...
Hello
we are thinking of using the nrf52832 (sdk 16.0, s132) , which we are a bit familiar with by now.
We have a project in which we need to transmit data to 150 unit...
Hello,
I am using nRF52840, SDK_16.0.0, SoftDevice S140 V7.0.1. I am using ‘ble_app_blinky’.
I am new to BLE certification. I have few queries on BLE Certification...
Hi Team,
I have down loaded the "pc-nrfutil-6.1.zip" from git repository and started the execution by using python commands. while running i am getting some errors.
...
Using PWM control 2.7KHZ buzzer, it can work normally when I don't turn on the broadcast. Every time I turn on the radio, the buzzer seems to blend in with different frequencies...
Hi
Based on zigbee sdk 3.2, add the device to the network, call zb_bdb_is_factory_new() after Joined network successfully, it returns true;
The same is true on zigbee...
Hello,
I am working with nRF52DK, I am trying to implement grouped SAADC for three sensors,
I want to receive all three ADC outputs at the same time on development kit...
Hello,
While working with a bare metal (no SoftDevice or OS) test application to prove code functionalities, I ran out in a weird behaviour that I cannot explain.
I'm...
Hi,
I started to implement the nrf ppm driver into my application. It is a smart connected grand light.
My goal is to smoothly fade the connected power LEDs on, hold for...
Hello,
So I have the following setup. I have an nrf9160 DK board. With the following hardware.
A base shield: https://www.reichelt.com/ch/de/arduino-shield-base-shield...
Hello,
I am using the att_mtu_max_throughput example from SDK 15. I am using an nRF52 as tester and nRF52840 DK as receiver.
I have modified the example slightly so that...
Hi Noridc guys
recently I got some issues about how to know device network state. then I found there was a issue in zb_bdb_is_factory_new() API.
first, i formed a network...
Hi,
I have a problem of crash device after trying to connect my device to the PC via NFC.
The issue is very rare.
I think that the issue occurs because of an assert...