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...
I am using GPIOTE to response to transitions in some GPIO pins. This code is added to the BLE UART example code (ble_app_uart_c with S120) from SDK 10. The code is already...
Hello
I have some trouble with my DFU bootloader, because I changed the BOOTLOADER_REGION_START.
This is, because I need some more space for bootloader.
Do I have to...
Hi,
Hardware:PAC10040
Platform: nRF5_SDK_11.0.0_89a8197
Master Control Panel: V4.1.3
1.If dfu has started and transported some data, then disconnect bluetooth and...
I was able to setup gazell frequency hopping communication between a device and a host. Device:nrf51822+PA/LNA(RFX2401);Host:nrf51822+PA/LNA; They can communicate at a long...
Dear sir,
can you provide any chip which is having RSSI and compatible with NRF24LE1 .We have an application in which we have already have a transmitter based on NRF24LE1...
Hi.
I'm using PCA10028, SDK10.0.0, S130 and "ble_app_uart_c" as reference.
As "ble_app_uart_c" source code, it already knows Service UUID.
uint32_t ble_nus_c_init(ble_nus_c_t...
Hi!
I'm trying to get the MPU-9250 chip working through SPI with my nRF52832. But I don't seem to have much luck.
I have created a basic program for testing, based on...
I am using SDK9.0 to develop a ANCS project,now it accept the incomming call ,message,QQ,Wechat successfully,but the question is how to distinguish the message,QQ and Wechat...
I looked at the radio project in the peripheral folder on SDK5 11. I managed to get a custom radio project that works well with my device. A brief on my project, I set up...
Hi
I have set the nRF Beacon app to action a Tasker task when the phone is "At the beacon".
The app display the following: "An error occurred when launching the task"...
hello
i am using nrf52 board.is there any tutorial to setup the Template project in Visual GDB for the custom design project.i alread test the blinky and the result was successfull...
Hello
I am using this tutorial blog.blecentral.com/.../
to configure my BLENANO to work on eclipse whith gcc toolchain.
I am using the latest SDK which has the softdevice...
Hello,
I can't solved a problem with advertising problem on my iBeacon working on nRF51822.
I have my own 40 unity BLE Module in my room test. They're configured to...
Hello,I run the program nRF52_SDK_11.0.0\examples\peripheral\uart\pca10040\arm4
and rewrite the "main":
int main(void)
{
//LEDS_CONFIGURE(LEDS_MASK);
//LEDS_OFF(LEDS_MASK...
Hi,
nRF5_SDK_11.0.0_89a8197\examples\peripheral\saadc\pca10040\arm5_no_packs
Which timer is used in this example? RTC timer or Timer0-4 ?
I can not find it.
Thanks...