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 using SDK nRF5_SDK_14.0.0_3bcc1f7 in my project. All the features was working but i need to add the security mode 1 level 4 security in our BLE device with LESC. I have...
want to know how can i judge that the variation is caused in the connection interval, connection supervision timeout, slave latency once i have flashed ble_app_template code...
Hi, Is it possible to estimate the power consumption cost for sending data based on information provided by the modem?
Note from nRF9160 HardwareVerification Guidelines...
I was trying to connect to NRF52-DK using this Python script:
https://github.com/thomasstenersen/pyrtt-viewer/blob/master/pyrtt-viewer
It runs fine on some machines, but...
SDK Environment: nRF Connect SDK v1.7.1 Target: Decawave DWM1001-DEV. This uses the nRF52832
Simon posted in this discussion an example of adding a custom service to the...
Dear Members,
I followed the step on :
https://devzone.nordicsemi.com/f/nordic-q-a/71299/getting-hardfault-error-when-using-ble-lesc-pairing/292979#292979
and I got...
Hi,
I'm developing with 52832 DK. I used 'CONFIG_NFCT_PINS_AS_GPIOS' to config pin9, pin10 as general GPIOs and set pin10 to SPI_MOSI. However the system crash when applying...
Hi,
I am creating a BLE communication device (peripheral) using softdevice S132 (v7.0.1) and SDK 16.0.0 on the nRF52832 microcomputer.
I have implemented the BLE communication...
Hello,
I'm new on Nordic environment, I'm designing a RF module that require low latency to transmit few bytes (less than 10) in less then 10ms from a triggering input...
Hello,
Referencing the specification , the time it takes to complete the COMPARE task upon triggering is not directly outlined.
I would like to have the following function...
Hi,
I've installed VS Code 162.3 on Windows 10 machine via Toolchain Manager. I've also installed nRF Connect extensions for SDK v1.7.1. The build system works under NCS...
We need to know the list of configurations to explore more like the following configurations in proj.conf file
for C++ files we enable following configurations in proj...
I use cli library functions for serial port communication, using macros to define m_cli_uart and m_ m_cli_uart _transport variables, program compilation is no problem, when...