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 folks,
We are in the process of evaluating nordic chips for our product.
One of the features we need is the ability to record an audio sound from an Ios app, send it...
Hello,
I have got nrf Power Profiler Kit for power consumption testing in our application board. I have a question regarding its output voltage for DUT devices. My application...
The project I am working on is to store the data acquired through BLE_uart_c and the data collected by the sensor on SDCard. I use FreeRTOS. The problem is described as follows...
Hello,
I have been developing a project and have run into an issue that I have been unable to resolve in the past two days. The code I have is in every way similar to other...
Hello,
I am using multiple custom boards with ISP1507-AX modules from InsightSIP, based on the nRF52 chip. I want to verify the revision numbers of the nrf52 chips inside...
Hi,
When libubsan and libasan is install the build systems enables some sanitize features in the compiler. These are trigger by the unit tests and four of them fail.
The...
Hi there!
It seems like I've accidentally destroyed LTE modem firmware in my nrf9160 DK during some experiments.
DFU update utility just can't flash the latest firmware...
Hi Nordic:
I just got some confused when I did development between mesh-sdk-2.2 and mesh-sdk-3.0 examples today.
And finally I find a steps to produce an issue of compatibility...
The project I am working on is to store the data acquired through BLE_uart_c and the data collected by the sensor on SDCard. I use FreeRTOS. The problem is described as follows...
Hello,
I have a device that use a NRF51822 with softdevice S110 V7.1.0 with the corresponding bootloader.
The new firmware I develop for this device is base on softdevice...
Hi,
I want to know which pin is signal input and which pin is signal out put for XL1 and XL2, XC1 and XC2.
The document just say they are analog inpu, no ohter introduction...
A cusomer wants to replace a serial communication with BLE. Host side is fixed with WL1837 Wifi-Bluetooth Module and Linux.
How can he implement the Nordic UART Example...
Hi! I have tested programs on three nrf52 DKs before, and when I connect this time, two of them show up and work well on my PC, while the other one just has all four LEDs...
In our Nordic application, we are sampling ADC data at 500Hz and sending the captured 5 sample data at 100Hz frequency to UART Mobile application over BLE.
Each sample is...
Hi,
I run the demo program "ble_app_hrs_freertos" and the ble can advertise, and my phone can find the device,but can not connect to it.
When I run demo program "ble_app_blinky...