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...
Dear Developer Zone,
I am new to ANT and am looking for someone to help me to setup an example 15 channel (14 devices) ANT network using the S332 soft-device to test communication...
Hi,
I am working on the heart_rate_collector example code of nrf51-ble-driver_linux_0.5.0 . I try to modify the example code let it can connect the Environmental Sensing...
I have implemented static passkey onto ble_app_uart.
I would like to configure this passkey through uart, then store it in the flash. I am confused at the choices available...
Hi, I'm having some trouble connecting to the nrf51822 chip and I've tried connecting to it using master controller, nrf connect, and nrf toolbox. The chip isn't even appearing...
Hi,
I'm working on NRF52 NFC and I meet an issue related to timing.
I'm using hal_nfc_t2t driver directly (Without nfc lib) because I want to do some custom work and I...
Hello !
I am trying to read WHO_AM_I register from a LSM9DS1 IMU.
I have spi_update_imu_data() as my callback for when the spi transfer completes and inside it I make spi_xfer_done...
Hi all,
Using nRF51422 on nRF51-DK as a Central I have been successfully connected to a non-Nordic BLE peripheral, however when using the ISP130301 chip that embedding...
nRFgo Studio will not install.
It is rolling back when it is in the proocessing of copying.
The net framework4.5 has been installed on win10, and the virus softwares have...
I have recently purchased a few nrf51822 beacons. I have been successful in detecting the beacons on the Android and iOS apps. The firmware documentation says I need to press...
I just got an 32u4 BlueFruit LE board. and want to create a customized FW for its nRF51822 v3 chip.
I am using STLink v2 and OpenOCD connected to this chip. To verified...
Hello everyone! Frist of all, sorry for my broken English.
I had a timeout handler, which call by application timer every 50ms. In this function I took data from accelerometer...
I have a few nRF51-DK's lying around. I've compiled this simple test program using Yotta/mBed.
#include <mbed-drivers/mbed.h>
Serial pc(USBTX, USBRX);
DigitalOut...
hello,, i want an additional information on this product.... End of life of this chip... how long the chip will be available in market. Because we in our company decided to...
Hi,
I use the nrf24le1 device in my design. I want to stroe data when power is off, so I write data to the NVM flash. But something is wrong in my design, could you help...
Hello,
I am using the nRF51 transmitter_pca10028 example to try to communicate with legacy systems using nRF2401A.
I could achieve nRF51 TX to nRF24 RX successfully...