Hello , I want use nrf24lu as "Hos" and nrf51822 as 'Device'.
I need some info about nrf24xx whith gazell .but I can't find info bout those param like:
typedef enum...
When you download win driver (from www.nordicsemi.com/.../72324929 for instance). There's only a win32 dll/lib provided.
However, modern development are often made on 64bits...
hello, Nrf24LU (Rx) , nRF51822(Tx).
The Nrf24LU Can only receive one packet。
if I use this function twice , like this:
The Nrf24LU can receive Continuous.
I guess The...
Hi,
I use SDK v10, S110 v8 and dfu_dual_bank_ble_s100_pca10028. My application has dfu support.
I reset to bootloader from application after writing 0x0104 to dfu control...
I have a nRF51822 device.
When the connection interval is 50ms.
The transmission distance can up to 50m+.
But, when the connection interval is 1000ms.
The transmission...
Hi,
I have a simple question. It is possible to use the ble-sniffer nrf51822 on Kali Linux? I found a guide to use it on linux but I don't know if it is the same for Kali...
I've modified Nordic's "Nordic_Keyboard" sample to work with my custom board, just simple modifications to use custom_board.h rather than the default PC10028 configuration...
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...