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 use HID application with S110 v8.0 profil.
I use BLE HID Keyboard example.
I put datas from smartphone to BOOT KEYBOARD OUTPUT REPORT and I whant read them by...
Hello,
we run an application on a custom board with nRF52840 powered by an external power supply and buffered by a supercap. The supercap then provides the energy for the...
Hi,
I have 2 nrf52840-preview dk board. All of a sudden both the devices are not working any more.
I have referred to some suggestions and tried all the below cases and...
Hi!
Absolute beginner here. I'm trying to use npm1300 (using the evaluation kit for now) with an RP2040 microcontroller (also using RPi Pico dev board). I am powering RP2040...
Currently, I'm using nRF5340 Audio on a homemade board, and I've managed to get the sound input from the gateway as a LINE input and the sound coming out of the headset, but...
Hello ,
I am trying to program external custom board through another nrf52dk via SWD interface to check if external programming method works. The connections between two...
We are using BLE and QSPI at the same time and want to have maximum RF range. Sensor data is collected, encoded, and written into flash via QSPI. This goes on for a few minutes...
I have a question: Is it possible to use BLE Long Range mode (Coded PHY) in the NRF52840 with mobile phones? If not, is there a solution to use it in parallel with normal...
I am using NRF52840's NFC with apple wallet but it requires certification from Apple to be used as tag reader. How can I get it certified so that I can read data from apple...
Hello,
I need to be able to send/receive binary data over this BLE UART Service (bt_nus) on macOS. I'm using the peripheral_uart sample project with no success. It seems...
https://github.com/zephyrproject-rtos/zephyr/blob/main/samples/drivers/spi_flash/src/main.c#L36 may I know where I can find the pin connections used in this example
"const...
Hello all,
We're on the initial stages of a design that requires Wifi (ideally) in a very challenging environment, where in the worst case scenario the temperature could...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
I have a BME688 connected to a NRF52840DK and I cannot get a working I2C communication using Zephyr. Below are all sources:
app.overlay
main.c
prj.conf
I was...
Hi.
I am trying to disable the RESET pin (P0.21) on the nRF52810 microcontroller (custom board) and set it up as a normal I/O pin.
I'm using the SDK v2.6.0.
I don't...
Hi, my device is central device( Central UART ) and I couldn't get stable pairing with peripheral device with display which provides passkey code. The scenario: 1. From the...