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...
nrf52 restart from main() after hit breakpoint and enter [Go] under IAR. It looks like there is some kind timer or watchdog to reset system etc... if stay in breakpoint (...
I have a PMIC in the device that I am building which will eventually take over from the battery. But I have to program the PMIC on startup, using the nRF52. I am trying to...
Hi,
It's the first time I'm developing a piece of code using Nordic SDK, so my question may be absolutely dumb!
We are working on a bl652 (with a nrf52 inside). I just...
I have an application that uses many TWI buses, on many pins of the nRF51. I handle this by initializing/uninitializing a single TWI bus for different transactions. I ran...
in S130 v2.0.0, what is address of central?
i'm using ble central tutorial successfully compiled.
in case of ble peripheral, i can set address whenever running.
so ble...
Dear Nordic Team,
Thanks for supporting.
How to add custom characteristics in standard service ?. I am using Health Thermometer service (HTS). I want to add two custom...
I mounted the chip onto my own PCB, I am not using a devkit, My board is "Wireless-Tag WT51822-S2", it is a module that uses nRF51822-QFAA as (SoC)
I am the ble_app_uart...
With the release of SDK 12.1 the Serialization of S130 is now deprecated.
Within SDK 12.0 the Serialization was supported NOT at all.
When this is true, I have to stay...
I'm trying to stream data in real time from 4 different sensor units to my computer. Each of these sensor units has an NRF52 module that sends data at 50 packets per second...
Hello, I'm south korea student in dongguk univ.
and i want to know how can i send the message on my board(not use the terminal ).
I use the keil uvision4.0, nrf51822...
Hi,
I want to change eddystone_url_data parameter in experimental_ble_app_eddystone (C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_Examples\10.0.0\ble_peripheral\experimental_ble_app_eddystone...
Hello, i study the cryption.
First, I'm not good at english...
I use keil uvision4, nrf51822, s110 softdevice
I need check the run-time.
how can i check the runtime...
Hi,
We created a custom board, with the nRF52 and the 32 MHz crystal oscillator according to the reference circuitry.
We use ESB to communicate on RF, and it needs the...
I am new to NRF52832. I want to monitor continuously PIN 3 where I have connected USB to check whether my USB is connected or not. How can I do that. Please reply ASAP.