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 looking for a solution to create a very low latency (<10mS) audio link for continuous streaming.
Is the proprietary mode on the nRF52 series able to do that?
Is there...
hi
In Provisioner
in function app_default_models_bind_setup()
check the following lines
/* Bind health client to App key, and configure publication key */ ERROR_CHECK...
Hello,
I am creating a project through the MultiLink example.
One problem occurred. If the device is attached to NRF52DK, the connection will be disconnected immediately...
Hi,
I am running nRF5_SDK_15.0.0_a53641a\examples\peripheral\usbd_hid_composite and find it can work in standalone mode. However, if I go to Keil or IAR debug session...
I created mesh networking using mesh SDK v2.0.1. And I have connected mesh to PC and smart phone.But it's a pity that the client can't receive the servers' RSSI (although...
Hi,
Need ESD protection recommendation for NRF51822.
While testing nrf51822, we noticed that when SWDCLK gets static dicharge over 900 V, nrf51822 reboots and current...
Hello,
I've been researching how to go about programming our devices on the production line. Most of the threads I've seen suggest two options: either to order them pre...
Hello,
which is the best solution for programming multiple nRF51822 using a Segger programmer ?
We have to produce a lot of BLE tags and i'd like to automatize programming...
We need a fast way to do production testing on our boards (based on nrf52832).
They have multiple peripherals that we would like to make sure were soldered correctly.
...
Hello,
I've been trying to figure out if this board with STM32F103 ( www.aliexpress.com/.../2042650923.html
can directly plug into my debug board
( www.aliexpress...
All,
We are in product on a product using the nRF52832 and are noticing in manufacturing that we aren't able to make it through the self test part of fab because of shoddy...
I need to understand how a multi-link configuration can achieve real-time transmission - its all about latency.
The Application
In my nRF52840 application I have several...
Hello,
I am using a custom bootloader. The bootloader does not contain dfu, it will just check the new image, program the new image, then jump to it.
I cannot jump to...
Hi,
I want my characteristic to have a different UUID than its service on my server:
I followed the leads from the post below:
https://devzone.nordicsemi.com/f...
Hi there
I was following all the steps on Building the mesh stack and examples , Building with SEGGER Embedded Studio and nRF5 SDK for Mesh Segger Embedded Studio first...