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 don't know if this is a hardware or a software problem. My nRF52832 code runs correctly on a PCA10040 development board (UUID = E9:4A:AF:04:D2:16). My custom hardware advertises...
My software sent 2422, and I saw it on the net. 2417 also has one.
And the same goes for everything else, which is basically 5M off.
What is the reason?
Hi all,
I am working on troubleshooting intermittent application resets with an nRF52840 and nRF Connect 2.6.1. Codebase is small, complexity of the project is still small...
Hello,
I'm working on a BLE central multilink application, where I want to get the list of all peripherals in range, In order to let the user select the needed periherals...
I implemented UART communication as follows, but occasionally the same data is sent twice.
Enter the critical region (app_util_critical_region_enter).
Store the transmission...
hello!
I'm using 'NRFX_LOG_INFO' for debugging purposes. However, the code seems to stop progressing when 'the NRFX_LOG_INFO' statement is removed from the section below...
Hi,
I am using an nRF52 DK board to perform some very simple tests. All I need to do is receive a line of text over serial, perform some calculations and return another...
HI
I'm trying to use lpcom to detect when the battery voltage is dropping.
The configuration is as follows: 5V battery voltage output is reduced to 3.0V through LDO...
For my application I need the UART TX/RX pins pulled low until I am ready to turn on the UART. Is there a method in Zephyr to do this? Currently when Zephyr starts it reads...
I saw some similar question, but none is what I am experiencing.
I notice some weird behavior while testing DMA mode, so I made a simple setup:
I set the DMA buffer to...
Hello everyone,
I have two devices: a Thingy53 acting as the peripheral and an nRF5340 acting as the central. I have a characteristic in a service that I want to modify...
can I send the data from the internal sensors of the stm32l4 card to nordic thnigy 91, then the latter send the data from its internal sensors and the data which is already...
I use CONFIG_UART_ASYNC_API feature of NCS v2.0 with nRF52840DK, but when UART_RX_RDY event triggered, evt->data.rx.len is smaller than the number of bytes it has received...