This is what I got after upgrading my nRF51 dongle firmware.
It always times out.
I didn't somehow got one of my J-Link Lite upgraded, but couldn't repeat the process...
Hi all,
Good day.
Could you please recommend an Android or IOS APP which can connect 8 or more BLE peripherals at the same time.
Thanks & Regards
Jenson
I know that suggested debugger for nRF51xxx is J-Link or openOCD with CMSIS-DAP, but I would like to use BDI3000 debugger, which does support SWD interface and Cortex-M0 processors...
Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
Hello, I'm trying to figure out how to use the settings subsystem to store bonding information on my central device. I'm confused on how the settings subsystem works. I'm...
Hi,
I have some questions regarding QSPI flash and XIP on the nrf52840. We are exploring the possibility to use this feature by storing graphical content on the external...
hi support team,
1. customer asks about one question about hash in our dfu init packet.
our dfu lib will send init packet to our 52 device, how to use this hash in init...
I am creating a farm using nRF5340 Audio.
I am building and debugging using VSCODE, but suddenly the debugging behavior has become strange.
The symptom is that when step...
I'm having trouble figuring what hex update to flash to my card. I downloaded and unzipped the nrf9160dk_fw_2024-03-13_af2b60d2 file. I opened up the "Programmer" in nRF connect...
Hi Everyone,
I'm currently working on a project where I want to connect a input pin with a hardware counter using PPI. It used to work but I moved from a older nrf connect...
Hello,
While I was handling GPIO interrupts using Zephyr GPIO Driver in an sample that already uses the DK Buttons and LEDs driver, I get that the interrupt callback is...
Hello,
I work on custom device with custom FW, SDK16 S132 7.0.1 and NRF52832.
I have a custom service that have some custom characteristics.
my configuration:
CHAR...
Hello I am using the ST25R3911B on a board with the nrf5340 and the customer is asking for both reader and tag support. Would it be possible to use the same antenna for both...
According
sdk-nrf/subsys/nrf_security/Kconfig.tls - config MBEDTLS_SSL_DTLS_CONNECTION_ID
"The Connection ID extension is still in draft state."
Since March 2022 it...
I believe that the Nordic fork of hostap ( https://github.com/nrfconnect/sdk-hostap ) has a bug in os.h:
typedef uint64_t os_time_t;
The upstream has that defined as long...
I know how to set the TX power on an individual bluetooth handle basis per connection/advertisement. This is fine for advertising because I can create the advertising set...
In Bluetooth, in the example of multiple advertising sets, within the advertising parameters, there are minimum advertising intervals and maximum advertising intervals. Is...