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
I have been using the DFU for quite a while. I adapted the boot loader to my hardware and compiled it using Keil.
All my other code is written in another environment...
Dear Nordic Developers!
When I call the sd_power_system_off() function to put the MCU to system OFF, after that I can still see the advertiser device in MasterControlPanel...
Hi!
First of all, I'm using the nrf52 PCA 10040 DK, with SDK11.0.0, and my Soft Device is 132 2.0.2.
I'm developing an app for comunicating with a sensor via SPI (send...
Hi,
Am starting custom service to support custom profile and it works without any issues.
But when I add DFU service also to start after custom service DFU service fails...
Hi All,
I have a question about use of super/ultra-capacitor in a circuit using a module BLE (nrf51822 inside) instead of accu Li-Pol / Li-ion ?
it is possible to use...
I am looking to use the nRF51822 in my product and have been given a nRF51822 development kit however i have been looking for access to the Firmware and Hardware files and...
I have an nRF52 DK and have compiled (with gcc) and flashed an example that contains the line
NRF_LOG_PRINTF("SPI example\r\n");
I get the appropriate LED flashing...
Hi,
I'm trying to discovery the content of a vendor specific GATT service.
So far I'm receiving the BLE_DB_DISCOVERY_COMPLETE event and I'm able to see that I got 4 entries...
Hello,
I have a BLE Nano (nRF51822) and I want to develop an app which will find all BLE devices around (MAC addresses and RSSI) and send it by UART/SPI . I've used nRF...
Hi.
I'm using nRF51822AC, S130.
I made source code for RF test as below.
NRF_RADIO->SHORTS = 0;
NRF_RADIO->EVENTS_DISABLED = 0;
NRF_RADIO->TEST = 0;
NRF_RADIO->TASKS_DISABLE...
I tried MQTT subscriber example code, it compiles and loads successfully but it doesn't show the LED lights accordingly as I press the buttons, meaning that MQTT state is...
I am using S130, and I try to write an very simple program, when I push button_1 then it read ADC and print it our by UART.
So, write a "nrf_drv_adc_buffer_convert" code...
I connect to nrf51 DK board and PC using USB. I used RTT Viewer to see RTT log output.
But when I try to compile and download from keil to the board, I got several WARNING...
All,
Can anyone tell me what is the fastest time that a ble SD (5.x / 6.x) running on an nRF51 can (re)start advertising from a disconnect. Basically looking to do an ...