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! I would like to get adc sample from two different channels at the same time on my beacon (nrf1822), using the same interrupt. Is that possible?I mean I can use ADC_IRQhandler...
Hi,
It's a very simple question, is there a simple way to check GPIO pin status. I just want to know at a given time if the Pin is High/Low. I don't think I need an ISR...
Hi, I just started working on nRF52 with Bluetooth, and I have some concerns about DFU and security.
I’m working on a product equipped with an nRF52 and a MEMS microphone...
Hi!
I am using the NUS service and I noticed that Android 6 (Marshmallow) will not go faster that 47.5 ms. Even iOS can go to 30ms. My target is 7.5.
Am I doing something...
Hello,
I am using nRF52832 with S132 and SDK_11.0.0. I am facing issue with using power fail warning POFWARN. below is my code snap.
void POWER_CLOCK_IRQHandler(void...
Hi All.
I'd like to know how to turn off or on shockburst feature.
After I set auto ack & retry count, Tx successful interrupt occurs, even though receiver device is in...
I'm migrating an app from SDK8 to SDK11 and I'm getting errors using TWI to communicate with my IMU (Invensense 9250). I first tried it on a nRF52 DK (Eng B) and then went...
I've either got a bug in my code or the JLINK connection is dying. Either way it's a real headache to pinpoint and discover how to resolve. Knowing more about extracting info...
Hi, Now I use the NRF51822 ADC to sample VCC , 1.2V internal reference,internal prescaling 1/3.The PCB connection show as the pictrue .My application develop base on soft...
Hi,
I would like to make some measurements via I2C in radio_notification_evt_handler. Unfortunately, after executing a random number of measurements, the advertising stops...
I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
Hi,
I am wondering which frequency tolerance is acceptable for the HFXO, as in the product specification, p.105, a maximum value of +/- 40 ppm for Bluetooth low energy...
I am using a PCA10036 board, and the UART app library in SDK 0.9.2. I have sequestered all of my UART functions into one module. To keep things organized, I would prefer not...