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...
Hello all.
I purchased an nRF52840 Dongle to learn about BLE. I initially installed nRF Connect v2.6.0, installed the "Bluetooth Low Energy" App (v2.2.1), and successfully...
I have couple of nRF52-DK boards which I think got damaged by accidentally getting reverse voltage.
I have tried to analyze and detect which part would have blew up by testing...
Hi,
I have successfully done one publisher and one subscriber example by using mosquitto broker on raspberry pi and 2 nrf52832s. What I want to do is that I want to send...
Hello, I have a very basic question:
Are Bluetooth nRF5x products compatible with other manufacturers? For example, can I have an nRF51 dongle communicate with a Microchip...
There are two APIs in SDK 14.2 to access the nrf52832's AES core. What's the difference in behavior between the two?
I noticed that nrf_ecb_crypt() has a useful return value...
HI:
I Select the SDK11 as my BLE master.
" nRF5_SDK_11.0.0_89a8197 \ examples \ ble_central \ ble_app_multilink_central \ pca10028 \ s130\arm5_no_packs ".
I Select the...
Hello,
I use NRF52832 and nRF5_SDK_15.2.0 for our custom board.
Also, FreeRTOS(Tickless IDLE is enabled) is used. And, System ON mode is used for sleep mode.
Now,...
Hello,
I am trying to send data from nrf51822 through UART TX to esp8266. I've gone through the app_uart examples and I can recieve data through RX but having difficulty...
Hello,
First, I follow this tutorial --> https://devzone.nordicsemi.com/tutorials/b/bluetooth-low-energy/posts/ble-services-a-beginners-tutorial . It's working well on the...
Development Environment: Segger Embedded Studio 4.16
Debugger: Segger J-Link Lite/ Segger J-Link Pro
Debugging a custom nRF52810 board using SWD interface.
I am experiencing...
hi
i create mesh network using the light switch client/server every things work well!
i have number of client and only one server.
i set the server to subscribe to the...
Hi,
i'm trying to sort out a performance problem I have with Android clients connecting to my nrf52832 using ble_nus service. Notice my problem is not about the absolute...
I am successfully using the ZigBee OTA upgrade example, but the firmware upgrade takes quite long, approximately a half an hour, so it is not an adequate time at the firmware...
Hi,
I'm using nRF52840 with SDK15.0.0 wit code from : https://devzone.nordicsemi.com/tutorials/b/bluetooth-low-energy/posts/ble-services-a-beginners-tutorial
I could make...