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
Regarding the NFC url example there is any way to change the URL dynamically. My idea is to, at a certain point, be able to modify the URL configured during the setup...
Hello,
I'm having an issue when trying to update the bootloader itself: NRF_UICR->NRFFW[1] returns 0xFFFFFFFF, which means I can't use the MBR command to swap bootloaders...
Our BLE product uses a meander PCB antenna similar to PCA10031. It works actually quite fine, but a question pops up when it comes to tuning.
Antenna matching design in...
I'm having some issues getting the auto ACK to work properly. I am only receiving auto ACK messages on the first 3 received packages, after which the receiver stops replying...
Hello i have a system that build in an ultrasonic sensor RedBearLab BLE Shield ( nrf8001 ) and arduino i want to get ultrasonic data via bluetooth and see it on nRFConnect...
Hi,
My host MCU controls nRF51 over SWD interface.
How can stop/halt nRF CPU? After initialization the SWD(init/read DB/AP AHB, etc.) I need to halt (stop nRF program...
Hi,
I would like to have one page of flash mapped manually to store information critical for the device. Let's assume I do not trust data preserving by DFU or there is...
I have some BLE traffic that I have sniffed and am displaying in Wireshark. Most of the opcodes (read/write request/response indications/notifications etc.) are parsed/displayed...
I am trying to develop a GATT service on nRF51.
The GATT service measures a few values, and stores them in a characteristic. When the GATT server (phone) requests data...
I am trying to build a device to stream the 9 axis sensor data from the I2C based sensor and then transmit it using BLE UART profile. It is sampled every 3 seconds using app...
I am using an nrf51422 board. I want to update via OTA using ANT+ Dongle. The device information shown in the OTA Updater is parsed from the Bootloader Code. Is there any...
Hello!
I want to connect the MCP9808 with the nrf52832. Therefor I use i2C.
My example on the nrf52832 is the:
<nRF5_SDK_v11_0_0 folder>\examples\ble_peripheral\experimental_ble_app_eddystone...
We're quite interested in producing an nRF52 design based on the solar beacon (great design, and clean software). I appreciate the relative simplicity and manageable BOM cost...
Hello,
I am developing a system that samples 3 independent data using SSADC. since the timing was important in my system, I decided to use PPI to trigger the SSADC.
However...