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...
While developing code for our custom board, we ran into a filesystem corruption issue with fatfs+qspi block device and multiple directories. We were able to reproduce the...
I have problems running the ble_app_uart_pca1004e_s112 on a custom nrf52810 target devivce. The custom nrf52810 target is a custom board with the Rigado BMD 330, which is...
Hi there,
Please see the video for a full run down: https://www.youtube.com/watch?v=nIeIUMutBlU
Basically, I have a perfect and verified design that's been in the...
I'm using python code based on the heart_rate_collector.py example in pc-ble-driver-py to scan for devices and connect to a peripheral device.
This all works fine, except...
I have an existing Firmware (build on Crossworks) that has correct "floor" power consumption (< 10 uA during sd_app_evt_wait() on my setup).
I migrate my code to rune with...
I am stuck with strange behavior of s140 softdevice version 6.1.0 and later for ble_app_template example on nrf52840 preview dk(pca10056).
As I am planning to remove LF...
Hello,
We need to produce a driver for the ST25R3911B NFC chip working with NRF52840.
We just need to read NFCA tags so we thought that the example nfc/tag_reader included...
Hi i am using SDK15.2, nrf52832 board.
Which function is necessary to achieve multilink in example code. I dont understand how the central is connecting multiple peripherals...
I just purchased this unit and followed the setup instructions. I did not perform any flashing. When I plug the usb into the computer the jlink drive doesn't show up in Windows...
Hello, I am not sure if this was noted before. I didn't find anything about it. This is more of a suggestion. I was looking to use Thread CLI Example to use with the pca10059...
Hi,
I am using a custom board with the nrf52810 and trying to interface with the SHTW2 sensor. The sensor has an I2C interface and hence I use the TWI peripheral for this...
Hello,
I have a question regarding BLE_GAP_EVT_CONN_PARAM_UPDATE (nrf52840, SDK 15.2).
I'm evaluating the BLE_UART example using multiple peripherals. The goal is to scan...
I have an nrf52840 that the fds_init function is returning an error 11 (NRF_ERRO_INVALID_DATA).
What would be the most likely cause of this?
The code is based on the THREAD...