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 everyone,
I am new to nrf community. Currently, I am trying to develop an IR transmitter on NRF52832 DK which transmits HEX codes for IR (not raw data). I am unable to...
Hi there,
I worked myself through the Matter DoporLock example including commissioning into a Thread Network using OTBR. I find manually obtaining the credentials from the...
Hi All
Do you know of any Mobile devices/Apps supporting Bluetooth5.1 and Direction-finding currently on the market (or planned to be)?
Is it going to be added to nRF...
err_code = sd_ble_gap_adv_start(m_adv_handle, APP_BLE_CONN_CFG_TAG);
nrf_pwr_mgmt_shutdown(NRF_PWR_MGMT_SHUTDOWN_GOTO_SYSOFF);
I would like to ask that for the above...
Hi there,
We have a mesh network which runs now for quite some time on our own hardware. We are using heartbeat messages to collect RSSI values between nodes in the network...
Hi Dev team,
I was looking through the documentation of PMIC from the Thingy91 User Guide and I saw that the PMIC in Thingy91 can be used for battery charging (" The PMIC...
Hi,
I do not get any neighboring cells reported using this command. Is one particular state required to receive information regarding neighboring cells?
-Marius
Hello world :-)
I am writing I2C temperature sensor driver over `i2c0` working in `twi` mode in Zephyr with my custom `dts` board configuration and this pops up on the console...
The current platform of the AOA contains 12 antennas multiplexed into one 52833 module
The distance between each antenna is small, hence the angle delta that can be detected...
Hi Nordic Support Team,
It can connect and read the Service UUID and Characteristics UUID, but when I am trying to do the DFU update on the iOS (iOS 14.5) but it will disconnect...
Hi,
I am developing the system where I am sending the data of three sensors to the server using MQTT. For the above development, I used two microcontrollers one to collect...