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...
Hi,
I am using a nrf52840 dongle with a jlink mini on the latest nRF Connect. I have modified the board dts file to reflect that I am using an external debugger: include...
I've been attempting to install nRF Connect SDK with both the SEGGER Embedded Studio and VS Code IDEs on and off for several months now. These attempts have included automatic...
hi, I have accidentally selected "Erase All" under the Segger Embedded Studio, now my nRF52840 Dongle unable to show its USB port under Windows 10 Device Manager anymore....
Hi,
we are using nrf9160 based custom board with sdk 1.7.0
the issue is when we are sending the data string one by one its works fine, but when we send a string1 and...
Hi, I am using the FDS API to perform operations on flash. What I intend to achieve is: A zero initialised array like data structure in the flash. Initially zeroes are written...
I try to remove and add driver from the Device manager and now in the Device manager I see only two lines 'PPK2' and 'nRF52 Connectivity' and Windows can't install driver...
I want to change the MAC before doing some advertising, they recommended using the ble_gap_addr_set function, but whenever I call the function I get an error and the application...
I've been testing a sample program to log data continuously on a littlefs file system.
I'm using Zephyr OS build v2.6.99-ncs1 and 125 MB (1Gb) NOR flash from Winbond.
...
When utilizing the 2-wire FEM control within the Network core, is it possible to have a 3rd GPIO output slaved to these two FEM control outputs and preserve timing? That is...
Hi Nordic,
I want to use this example to learn bluetooth mesh, but I cannot find the bootloader source code used in this example.
I used vim to view this "serial_nrf52832_xxAA_s132_7_2_0...
Hey, Our custom board based on the reference circuitry in " Product Specification v1.2 ":
We have been using the B0 revision of nRF9160 so far. Now we are planning on switching...
app_twi_perform() returns 0x03 == NRF_ERROR_INTERNAL.
Reset board with button does not help.
After Power Cycle can update EEPROM successfully.
Accessing FTM buffer with...
Hi,
we have developed our working UART code according to Zephyr documentation, and its working fine,
we find that this code works with EasyDMA . but my question is my...
I am trying to scan for Bluetooth LE devices in Android with Java. Everything worked fine and I released an update and on fresh installs it does not work. I went through every...
I'm seeing an assertion failure at PC=0xa806 in nrf52840 + S140 7.3.0, while using L2CAP.
I know the most common cause for softdevice assertion failures is interrupt/timing...