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 wanted to know if we can configure the connection interval in the connection request in android. Please note that I am not talking about changing the connection interval...
I got an error while building the direction finding demo In nRF Connect:
../src/main.c:254:10: error: 'const struct bt_conn_cb' has no member named 'cte_report_cb' 254 ...
Im running the DMIC example on a NRF5340 custom board - uses an ISP2053 module (it's a high-quality module). Can confirm the pcb/ parts are ok. I successfully got audio a...
52833: After shutting down with nrfpower_system_off: 1. It is not possible to immediately power off and restart, and it will take a few minutes to enter the working state;...
Hi, I am working on trying to add read and write functionalities on a ble microcontroller so I can read data from the FLASH. In the process of importing some code to the project...
Hi,
The product burning function code can be connected to a cellular base station。Because we need to test the RF, burn the at client software, weld the RF transmission wire...
Hello all smart people.
Currently I am working with SMS sample and I want to toggle LED with pwm after receiving message, but I can not get sms on the "live" only after...
I am evaluating the nRF53 for an application that requires streaming audio bidirectionally between the nRF and an iPhone. Right now it seems like that is not possible, and...
Currently I am working on sleep on mode on nrf52833. The current when I measured it while sleeping was ~2u. Let me ask what the time circled in red means
Hi, I try to update firmware with nbiot. I flush
Exercise 4 – FOTA over LTE-M/NB-IoT sample in devacademy
this is my output. actually when I flush asset trcker v2 ,...
Hi.
Can you please tell me if I need to install capacitor C8 (820 pF) in my case?
My chip is written “N52820 QDAAC0 2134DE”.
I hope for your help.
Thanks.
Hi support team
Our company is processing BLE OTA through APP by ourself developing, here list some question:
1. is matter.ota be encrypt file?
2. could we process BLE...
Hello,
So I have a system that waits for an interrupt on UART, collects data in the message queue. Also waits for GNSS to get a fix and also collects data in the message...
Hello,
I am trying to connect to the MQTT broker that uses a TLS certificate and user/password. I have set the user and password fields of these structs.
struct mqtt_utf8...
I am creating a program using the nRF5340 Audio sample source. I am debugging using VSCODE instead of a script.
The bt_mgmt_init function returns error code -11.
Tracing...