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 am quite new to the nRF SDK. When setting up an nRF project in VSCode, I can build my project but I cannot flash the target.
My target in this case is an nRF52840-DK....
We have unit testing working with the Zephyr Unity/CMock setup, however the test runner (test_runner_generate) ignores preprocessor directives (#ifdef) and removes them when...
I have an application that must manage different ble connection with different device (and so different UUID services). For the scanning and connection I used the bt_scan_filter_add...
I am using a ble+wifi module which is MS12SF1 which has nrf5340+nrf7002. It is connected with a pcb in which there are 2 inmp621 pdm microphones. I have tried integrating...
I have a dongle attached to my Windows PC and it has the nRF Sniffer firmware flashed onto it. I have also installed the nRF Sniffer extension for Wireshark.
When I start...
Hi
I have been able to work with the 'Lighting' demo BLE mesh application using the nRF Connect SDK with Visual Studio Code. I have even been able to add my custom board...
Dear Madam / Sir,
we started developing a new electronic device which uses Bluetooth 5.0 four years ago and are now ready to certify it. However, during testing we had to...
Hi,
I have designed a custom board, but after production, we are receiving very poor RSSI. I am looking to add an external antenna to the board to see if it can improve...
Hi everyone,
I'm designing a PCB using the nRF5340 MCU and the same matching circuitry (series inductor and parallel capacitor) with parallel ESD protection as provided...
nRF52840 NCS 2.4.1
I am logging to the FS backend. All the files have a date of 12/31/21 11:00.
How do you give the file system access to UTC time?
I have a UTC time...
I'm working on a project with the AD5940, and it looks like this case did the job.
However, I am using NCS v2.2.0 and not nRF5 v17.1 - so code translation is required...
Hi,
we are using nrf52840 and nrf SDK-16.0. we have achieved simultaneous connection and data transmission for 4 devices in Ble 4 (i.e. 1 Mbps PHY).
Now we are trying...
Hello Everyone! I am working on a zephyr project based on nrf52832_mdk hardware. I have a code that transmits data over BLE. The BLE connection name is, let say zephyr-connect...
Is there a way to modify the PHY layer, or SoftDevice, so that a timestamp is immediately read from a timer and forced into the manufacturer data right before transmission...