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...
I have a nRF52840 based product prototype which includes a power management integrated chip (PMIC) and a Li-Po battery.
The product recharges via a USB connector. The USB...
I am always getting the same issue on each sample I try to build. Not only on this "lte_lc.h". This error is also shown with several files or on the code lines....
Checking...
I am trying to “spy on” two ANT+ devices talking to each other:
The first device is a bike trainer running the ANT+ FEC profile
The second device is a computer (running...
I am using 52840 dongle, program using this: nrfjprog --reset --program _build/nrf52840_xxaa.hex --family NRF52 --sectoranduicrerase, but I got There is no debugger connected...
In the SDK example, it says:
Connect to the device from nRF Connect for Desktop (the device is advertising as 'Nordic_HRM'), then bond to the device.
However, I couldn...
Hi,
After trying to flush a program to the dongle with no success, the dongle got into a state where it's not recognize by windows and no LED flashes on it when plugged...
Is there a way to get “Help”/documentation on nRF SDK functions inside Segger Embedded Studio the same way it does it with standard C functions when you click on a function...
Hi
I used nrf_sniffer_v2.0.1 and wireshark3.1.1 to capture 113 bytes package send by nrf52832
but the package was divided into 5 packages in wireshark while use app receive...
Hello,
I am using nRF52840, SDK_16.0.0, S140 SoftDevice and Segger 4.16 for flashing the image. I am using ‘ble_app_blinky’.
1) Instead of UART, I am trying to enable...
I stumbled upon an issue where the LFCLKSTAT register in the NRF_CLOCK peripheral can not be properly evaluated after a softreset if the application that was running before...
Hello guys,
I'm pretty new about embedded development. I want to transfer data by BLE (probably UART?) and then read from COM port of my win10 laptop. Can you give me a...