Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Sir,
We finally added WIFI to NINA B302, using a NINA W102 coprocessor!
https://github.com/khoih-prog/WiFiNINA_Generic
Please, enjoy!!!
Here a portuguese BLOG...
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...
I'm attempting to troubleshoot why my HM18 doesn't connect to the ESP32 over BLE. I'm now deep in the rabbit hole that is BLE sniffing so now I'm trying to determine if the...
Hello,
I did a side by side comparison of the latest nrfutil v6.0.0a0 vs v5.2. It looks like v6.0.0a0 is much slower.
Looking at the log from the target device, it looks...
Hi,
I have installed Embedded Studio for ARM v4.22. However, the studio crashes when I select 'Activate Your Free License'. Reinstalling does not help, and neither a different...
Hi,
In order to read values from TH02 sensor(Address: 0x40) I first need to give a command i.e. write 0x01(for temperature) and 0x11(for RH) resp into internal CONFIG register...
What is the least expensive J-Link Model is required to program a nRF52840 on a custom commercial PCB?
I see that it is a ARM Cortex-M4 core, but I want to double-check...
Hi
Im using nRF52832-QAAB0. SDK 15.3. Softdevice is running.
With debugger connected, calling nrf_pwr_mgmt_shutdown(NRF_PWR_MGMT_SHUTDOWN_STAY_IN_SYSOFF) will assert in...
Hi everyone. Do you know any example of some over the air FW upgrade of nrf52832 chip via ESB protocol. As I understand it should be some combination of bootloader with DFU...
Hello,
We have selected nRF solution for our next product line and currently evaluating the software/SDK setup for that.
We are testing following SDKs:
nRF5_SDK_15.2...
in SDK 15.3.0, no eddystone lock event (NRF_BLE_ES_EVT_LOCK) is triggered after the unlock key was changed.
according the eddystone configuration specs:
A single byte...
I use example ble_app_uart, SoftDevice sdk 6.2.1, when receive data from bluetooth, then drive IO pin 18 to send infrared wave.
received data is Infrared raw formate, which...
Hi,
Our product uses Fanstel BM832 chip. As per https://www.bluetooth.com/develop-with-bluetooth/qualification-listing/qualification-listing-fees/ , should we opt for Innovation...
Hi
I am using TH02 for temp and RH measurement
I understand I must use TWI provided in SDK. However, I a working have c++ library(Wire.h) for I2C that I used with Arduino...
Dear All
I am right now working on BLE development with nRF52840DK. I checked a number of materials, including official specification from Bluetooth SIG, but none of them...
Hi,
I need to read a couple of external inputs - think buttons (although it's actually a sensor with relay output). It's for a prototype obviously.
I need to connect at...
Hello,
I have an application that advertise specific data. Data is long enough that I cannot fit my 128bit service UUID. I think of 3 options:
1. Use my service UUID but...