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 have successfully written the public certificate (type 1) using nrf_inbuilt_key_write().
When I then try to delete it with nrf_inbuilt_key_delete(), however, it returns...
Hello All,
Does the module have internal regulators that can be used to power connected peripherals? There is the 1.8V output for Sim_1V8. Is this strictly dedicated to...
Hi Everyone,
I am using the following peripherals in my project
2 UARTE.
2 ADC
1 TWI
BLE
GPIOTE interrupt for 2 buttons
TWI and ADC and BLE and GPIOTE are not...
Hi there,
I cannot find a good example of one central and one peripheral, where they use a passkey between them, with one of them, the peripheral, is where the user type...
i am using ble central example from sdk15.the peripheral i want to connect with Nrf52832 is not a Nordic device.Peripheral have 5 different services.now till i successfully...
Hi Nordic,
I am using Segger IDE on windows 10 to verify the mpu9250 functionality based on nRF52832.My doubt is that do we need to have two interrupt pins i.e., one for...
Test environment:
Mesh SDK: V2.2.0 example ‘proxy server and ‘serial’
Development kit:PCA10040
Computer: Window 7(X86)
Other tool : Power supply
Test Description...
On Linux, I am following the instructions in the nRF Connect SDK (very helpful, BTW).
At the step 3, Download SEGGER Embedded Studio, it says download Nordic Edition of...
Hi all,
I am wondering if devices cache received messages when it has a Time to Live (TTL) value of 0. Since those messages have never been relayed, you will only receive...
Hi,
I have implemented the Master Serial DFU to send my bootloader.bin , application.bin file and Softdevice.bin files.
I'm facing with updating these file.
I want to...
I'm using the nordic android scanner and ble libraries for my BLE implementation. I was hoping that using these libraries would handle some of the issues I'm running into...