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 have a Thingy:53 sensor hub application (extended the Nordic Thingy53 Sensor Hub blog to include IAQ sensor) built under NCS v2.7.0 that runs fine.
When rebuilding...
In the link process between Central and Peripheral,
sometimes Link processing does not work correctly and the following log output: . cis_gateway: Discovery failed: 14 ...
1. After DFU has successfully completed the watchdog fires. I know this because my App picks it up from the register, however I'd like to use this bit to indicate a potential...
Hello,
I am designing a PCB using the nRF54L15 and a ceramic antenna and got confused regarding the impedance-matching network. In the detasheet a 1.5pF, 2.0pF, and 0.3pF...
Hello,
I am using nrf52832 as a peripheral and running SD S132. l am looking for an ble peripheral example wherein the Out of Band security level is used.
Can you point...
Using Programmer v4.0.1 can successfully read the NRF51822AB, but upgrading to the latest version 4.4.2 results in a failure to read the device.
Additionally, after...
We are working with nRF52840 and NCS2.6.1. And we want to change pin configuration for UART1 instance during the runtime and we have also used following ASYNC UART configuration...
Hello,
I am trying to upload certificates to my nrf9160 chip on a custom board. I have done the following: 1. Loaded AT_CLIENT from the samples
2. Tested all AT commands...
Hi
we are using the BT HCI to add BT functionality to nrf9160 using the thingy91 hardware. upon updating the sdk from 2.7.0 to 2.8.0, we are getting the error bt_hci_core...
I want to read and write data such as incline and resistance from the Zwift app using my nrf52dk device. Based on the information I found online, it seems I need to communicate...
Hi,
My custom NRF52840 device has two interfaces (UART and USB) for host connection. I have successfully verified firmware upgrades using mcumgr from a mcuboot via the UART...
Hi
Use the following routine NRF\nRF5_SDK_17.1.0_ddde560\examples\ble_peripheral\ble_app_uart\pca10040\s132\arm5_no_packs.
Use IOS APP Enable the data to be sent once...
When evaluating BLE mesh with multiple nodes the nRF52840 Dongle is perfect to keep cost and physical size down.
I thus have one nrf52840 DK and a couple of nRF52840 Dongles...
We can get the active end points and list of cluster in end points.
But is there a way to get list of attribute and types of attribute in each cluster?