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...
Our USB keyboard using nrf24lu1p does not work on Mac OS 10.11.
Before Mac OS 10.11, USB keyboard was worked, but on Mac OS 10.11, it does not work.
I think your library...
Hello,
I am encountering an issue with my Android OTA app after upgrading to Android 14. The OS seems to enforce the MTU size to 517 by default, but my device firmware ...
Hi,
(+) nPM1300 BUCK1 and BUCK2 efficiencies lower than expected - Nordic Q&A - Nordic DevZone - Nordic DevZone (nordicsemi.com)
Has the above problem been fixed with...
Suppose we have a short distance communication between two nRF52840 devices. And suppose the receiver receives radio waves from other devices disturbing the connection (like...
I am unable to build my application for the Thingy:52 to perform FOTA over BLE. I have configured everything as outlined in the Nordic Developer Academy. FOTA over Bluetooth...
In my application I want to know if a DFU was executed successful and I'm using GPREGRET2 for it.
If a DFU as successful I'm writing GPREGRET2:
nrf_power_gpregret2_set...
Hi There,
I am trying to build a sample application (GNSS) on VS Code for my nRF9160 DK. The build used to be successful, but I noticed that it fails with the following...
Hello,
i am trying to install nRF Command-Line tools in my environment on my company's PC, i am on Windows 11 Enterprise on a Dell Precision 5820 Tower, and I am following...
I am unable to build my application for the Thingy:52 to perform FOTA over BLE. I have configured everything as outlined in the Nordic Developer Academy. FOTA over Bluetooth...
There is a lack of guidance on Blob Transfer Server/Client, so I decided to create and contribute a sample.
In Case ID: 331920, had the idea to add a BLOB Server and Client...
Hello Team,
We wanted to use a NOR Flash GD25Q32E to replace MX25R6435F which is using on the development kit. But we got an error. Please see below screen captures. ...
We are getting below error when flashing hex file in our custom board using a programmer tool but not getting the error when flashing using visual studio flash. 2024-10-15...
Hai,
We are planning to develop a Bluetooth gateway based on nrf52840.
the nrf is connected to esp32 through uart.
The duty of the nrf52840 is
1. It should receive...
Hi,
I'm using nRF Connect SDK v2.7.0 (this error happens with v2.5.0 as well). I'm trying to build the USB Mass Storage sample for FAT FS on flash, in zephyr/samples/subsys...
Hi,
I am writing to a characteristic, and I have noticed that the data is being truncated.
After establishing the connection, I performed an MTU exchange, and the MTU...