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 studied on example\ble_peripheral\ble_app_ancs_c in SDK15.2.0 with board PCA10040. After paring and bonding sucessfully with my iPhone, I reset PCA10040 with Button...
Hi
I am looking to use a pre-certified modules for meshing.
However BLE Mesh have some rather big limitations for the size of network/bandwidth i have in mind and I have...
Hello,
I am searching the way of decoding the motion raw data from thingy 52.
Especially, for the accelerometer values.
In the app, I get the next value:
FAFF...
I read the post here. This post was used nRF52 DK (PCA10040) . I have the nRF52 DK (PCA10056) card. nfc applications in sdk always nRF52 DK (PCA10040). How do I run nfc applications...
Hi,
This error occurs when I write below command for OTA_DFU demo:
cmd : exe keys generate private.key Error:
ImportError: cannot import name 'DIGCF_PRESENT' from...
Hey,
I am working on mesh program, I am trying to send mesh message periodically for every 5 secs when i press a button in nRf52 DK. The message is being send for 3 or 4...
Hi,
I am using nrf52840 module with a kit that i built by myself. The kit is working because i am able to flash and debug without problems.
I am using Segger embedded...
Hi,
Is it possible to advertize and scan only on the 2M PHY and w/o using at all the 1M PHY on nRF52840/S140 system ?
The actual system is running fine if we use the 1M...
Good day!
I purchased the nRF24L01 Evolution Kit, but:
1. The driver and software that comes with the board, only under Windows XP. Are there drivers and software for...
Sorry in advance if this is an FAQ or maybe two
Situation is this - for regulatory reasons, production/release software here is built using a known version of arm-gcc, and...
I'm using scannig with whitelist on nRF52840 Dongle SDK V15.2 (usbd_ble_uart_freertos example)
when BLE_GAP_EVT_ADV_REPORT is called scanning stops, So it can scan just...
I am working on matching an antenna to the nrf52832 QFN package. I am looking at the reference design, which has a 30 mil wide trace. I believe that is supposed to be 50 ohms...
I have an application (key fob) that needs to wake up on a button press. Scan and connect to a specific BLE device, then send one byte of data and disconnect and turn off...
Hello, I have a question about using PPI with a SPI transfer.
I’m using a NRF52832 custom board with the Softdevice. I’m reading sensor data every 20ms via TWI and sampling...