We are using nRF51822 for our products.
We want to know the min value of "Receiver sensitivity" when we use this chip for BLE.
The Datasheet says "Receiver sensitivity...
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...
Hi all, in my project I have a input pin and out pin whenever pulse is raised on input pin I need to set out pin exactly after 8.3ms.
For these I'm using ppi by configuring...
Hello,
I'm trying to upgrade my SDK v11 project to SDK v12 project and I just got sober from idea that I switch SD and update "components" folder.
For example I was using...
here I have a very strange problem. I m trying to send the data(1 byte) from slave to master,and I have to use the multilink demo because I will have 2 slave devices.
The...
I'm sorry for general question, but I need it for my calming down.
I'm delving step by step go throught header files into origin definition of function for understanding...
Hello,
I'm implementing bonding feature on nRF52 with SDK_0.9.2.
I found a tutorial which is devzone.nordicsemi.com/.../ .
I followed this tutorial and then tried to...
I have a sensor HTS221 that I would like to power from an nRF52832 I/O to allow programmatically resetting the sensor. Looking at section 20.4.1 GPIO Electrical Specification...
We have bots (what I'm calling our device for this question) that play both the peripheral and central role depending on their context (not unlike the relay example; except...
Hello,
I'm working with a nrf51822, SoftDevice S120 v2.0 and SDK v9.0 platform.
Specifically using it a Central role to connect to a Blood Pressure peripheral.
I...
HI,
Currently I try to run example/iot/tcp/client in nrf51 iot sdk on nrf51-dk board. Then on server side, I use "ping6" command to test the data sending and receiving...
Hi, Very happy to note that you are planning to release source for nRF Connect for Desktop soon. Do you have an updated timeline on that?
Also, I am trying to use pc-ble...
Noticed this for gcc with -0s optimization an application fail to save a bonding data. It is caused by byte alignment of
static uint8_t buffer_memory[(n_blocks) * (block_size...
Hello everybody,
I am a newbie, and I tried to follow this tutorial to set up my laptop for development.
Everything works until I went to the step "Import existing Eclipse...
Hi,
I am currently writing the firmware of one of our products that will be produced in mass market, and now my goal is to have a unique BLE device name for every sample...
I am trying to study the docs for GPIOTE in SDK12 and see various sections for GPIOTE. What are the differences between: Driver , Abstraction , Handler and Handling Library...