Dear
The BLE Multi-link example (ble_app_multilink_central and ble_app_multilink_peripheral)
shows how one central device can connect to multiple peripheral devices. ...
In the MCP app, if I have the following service data for an Eddystone beacon:
0x10, // Eddystone-URL type
0x00, // TX power in dBm. This is a signed integer so 0xEE ...
I have the nRF Control Panel Android application. It works fine with several BLE devices, but specifically for the Fitbit Flex, it fails to connect.
I know Fitbit wristbandes...
Hi,
The situation:
I was able to successfully receive known packets from a device running gzp_device_dynamic_pairing, from, the host running the gzp_host_dynamic_pairing...
Hi everyone
nrf51822,softdevice s130 2.0.0
now i used softdevice s130 establish two connection as a central with two s110 peripheral device,at the same time i establish...
Hello , I want use nrf24lu as "Hos" and nrf51822 as 'Device'.
I need some info about nrf24xx whith gazell .but I can't find info bout those param like:
typedef enum...
Hi forum,
I am working on nrf52832 using sdk15.0.0. using project ble_app_beacon.
In this project I am setting tx_power 0dbm,4dbm,-4dbm and -8dbm.while setting this tx_power...
Hi, Nordic
nRF52 as GZP Device, nRF24 as GZP Host
I know if nRF52 is range of nRF24, the pair will be worked.
I want to know what is the distance.
And if I use unencrypt...
Hi everyone,
I work on an custom board with the nrf52840, the SDK 15.2.0, the SoftDevice 140 6.1.0 and FreeRTOS.
My problem is that during a BLE transfert of a lot of...
Can I develop a software with MESH network support (1MBPS) and 16 Central links (CODED_PHY)?
All my tries is unfortunaly. But I dont give up.
Just guide me please and...
Hi, I have 2 nRF52840 D K but suddenly both are not showing on my PC. I have checked my data cable which is working fine on mobile and transferring data. I have also checked...
Hello,
I am evaluating the possibility to use ESB protocol on nRF52840 development kit. As far as I understood, for HW limitations, the maximum number of pipes in a star...
Hi all.
I want to increase number of sending packets in TI. I searched for the answer and I found answer wasn't for v7.2.0.
please give me a solution for v7.2.0 sdk ....
Hi
I want to receive data through UART RX interrupt.
--> A n interruption occurs to notify me w hen one character(byte) is received, and i store it to my memory buffer...
Hi everyone!
We're working with the processor nRF51422 with S210 softdevice and we've found an issue about the QDEC sample frequency. In fact, the minimum sample period by...
i have nRF52840 Dongle (PCA10059) and when i connected the dongle and opened nrf connect SDK application and tried to run BLE, then i am getting the following error. Kindly...
I am following the step to install my nRF52DK, but when I check it with "python3 nrf_sniffer_ble.py --extcap-interfaces", it has some error:
Could anyone help?
Hey!
I will post the whole code if necessary but for instance as I thought it would be a little glitch in my code, I tried to explain the basics of my problem for now: ...
ASSET TRACKER V2 Modem problems:
I have set up asset tracker V2 for nRF9160 and it sends the messages (GPS, Temp, Hum, etc) and the corresponding timestamps, which I can...
Dear friends,
I followed the tutorial( Using serial interface for provisioning and configuration ) control a mesh node.
a) The PyACI as a host via uart connet to 52840...