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...
I just upgraded to nRF Sniffer V2.0
The Time column of Wireshark shows wrong values for short delta times. Is is set to "seconds to previous packet"
My advertiser runs...
Dears,
I have a problem with the ble_ant_app_hrm in the examples (multiprotocol). I am using a pca10040 demo board with sdk 14.2 with IDE SES on a MacOS
I have flash...
Hi, I'm using nRF52832 with SDK 15.2 and 3.0 (Mesh). when I try to provision 2 or 3 client/servers the nRF Mesh application behaving properly which means provisioning is happening...
Hello,
I would like to use an usb dongle with nRF52840 above and
- on bluetooth side give an spp or vsp profile
- on usb side be an usb cdc device
the reason is: I...
Hi,
We are currently implementing a mesh application that is expected to have a large number of mesh devices. We have already tested DFU on a smaller mesh and it is working...
trying to bring up the new nRF91 dk with default firmware.
Registered the eSIM. switch sequnce activated with LED 3 and 4 starts blinking. After that LED4 starts blinking...
Hi,
During provisioning of a device the Device Name is changed to the default "nRF5x" after completion of the PB-GATT connection. The name is later on changed back when...
Hi,
I am trying to use latest pc-ble-driver. The code is based on pc-ble-driver-js. When I call sd_ble_gap_scan_start(), I get only one "device discovered" event. This happens...
Hi, I need to use nrf52832 as HID keyboard and send function keys F1-F9 to computer. I have tired to run HID keyboard example in nrf5 SDK. How do I send function keys instead...
Hi,
I tried to build the Connect SDK documentation according to the guide: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/doc_build.html
I did this on...
APP_TIMER_CONFIG_USE_SCHEDULER affects how are handled. One example is the timer call back is actually called at interrupt level if APP_TIMER_CONFIG_USE_SCHEDULER is zero...
Does anybody know the maximum throughput and minimum BER/PER of nRF51822 at a 1~2 meter distance?
Also, when the datasheet says it supports up to 2 Mb/s, is it still with...
Hi,
I have a MBN5283DK from murata, and I am trying to program the simple blinky example on it. The thing is, using nRFgo studio, I programmed the hex file onto the board...
Hello, I am working on detecting extended advertisements on the nRF52840, with the extended advertisements coming from a Google Pixel 2 phone.
I am basing my program on...