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've founded the nrf_drv_lpcomp_init function didn't configure the EXTREFSEL register that why I can't configure the LPCOMP to use the AREF1 pin as an external reference...
Hi all, i have already posted in another discussion my problem, but i will resume it here briefly:
i have a simple program (similar to the tutorial of the custom service...
Hi! I want to send data from the temperature sensor from the beacon, receive them with the nrf51 and then send them to the PC via USB cable. The nrf51 has to start the connection...
Hi!
Is it possible to scan on a single channel using SoftDevice 132 running on nRF52?
If no such functionality exists, is there some workaround? Like timeslot API for...
Hi All,
Am using NRF52, SDK 11.0.0.2 alpha , I am using HRS free RTOS example. In that I just created two tasks of equal priority. As per Free RTOS two task must switch...
Hi all,
I'm a newby in the Nordic BLE world, I hope I will find some support on this forum about my problem.
I'm working on a project to create a multilink central device...
So I bought a "social retail" beacon device that claims to have 300foot range. After getting it I realized it uses the "iBeacon" standard, which is not compatible with my...
Hi - I wanted to post for the chance it may help others in the future. I'll spare everyone the drama, but I've been stuck on this issue for days and have finally resolved...
Hi. i'm using PCA10028, SDK10.0.0, S130.
I want to check RF characteristics.
nRf51 should make RF Tx continuously.
I think there is example source code for that.
Which...
The function dm_ble_evt_handler has codes like this.
void dm_ble_evt_handler(ble_evt_t * p_ble_evt){ // from device_manager_peripheral.c
switch (p_ble_evt->header...
Hello,
I have develop and app to send BLE Advertisement packet in Android. But what I found out is my device has Android Lollipop but it does not have peripheral mode turned...
I am using the nRF52 Preview board, PCA 10036. I need to provide a high-frequency clock signal to a peripheral. Anything between 1 and 4 MHz will work. However, I don't need...
I currently call nrfjprog twice to flash the softdevice hex and then the app hex separately. But as I am using two nrfjprog calls, I am unable to set --rbp ALL with the second...