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...
Hi all,
I use nRF51822 module and my environment is Eclipse + GCC + SDK 10.0. I refer to the example in path <SDK_PATH>/examples/ble_peripheral/ble_app_template, then make...
Hi,
Is there any battery life calculations for NRF52 and NRF51 (Beacon)?
For example: if TX power of NRF52 is 0 dBm and it broadcast every 5 seconds ? Or with any other...
Hello
I am working with nRF5340 and made the project according to "the first step to build". I want to add some libraries to my project but I can not. The libraries I want...
Hello, I am using MX25R1635FZUIL0 with nrf52 and my device is working with freertos. I have three different tasks using/accessing the flash functions but when i read back...
I use nRF52840 to creat a project. IDE select SEGGER. before everything is normal. when I update the SEGGER TO 5.42 version. i build the same project. there is one error.Please...
Hello, according to the latest nrf5 SDK documentation, the nrfx_gpiote_init function takes no argument, but if I call nrfx_gpiote_init() in a zephyr application, I get the...
To reproduce this problemm Ive added a device to the I2C that does not respond to a read command. The `i2c_read` call first returns `-EOI` (-5) and for every other i2c funcion...
The device nRF52832 cannot connect over SWD and generates the following error.
- Connecting via USB to J-Link device 0 - J-Link firmware: J-Link EDU Mini V1 compiled Apr...
After configuring the options for an nRF project, segger studio cannot create the project by warning me the error: "create_nordic_project.py failed"
The problem seems to...
I'm trying to make MQTT publisher example work using a BMD-340 evaluation board and nRF5 SDK for Thread and Zigbee 4.1.0 . I'm using a Raspberry Pi 3B with a Raspberry Pi...
Hi,
We have been using the MQTT sample code with a few iBasis SIM cards for some time without issue. This week we made a test where the mqtt_disconnect function in the sample...
I got the BLE mesh SDK from: http://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF5-SDK-for-Mesh/(language)/eng-GB
I want to develop a mesh gateway to connect...
Dear friends,
We plan to develop a mesh gateway, however, i found the SDK only offered a mesh serial example which based on python, but our platform can't support python...
I have an nrf52832 DK, which when on, constantly obtains and sends accelerometer data from an IMU to whatever BT device it is connected to. I also have an nrf52840 Bluetooth...
Hi,
I just want to add SPI to my BLE project to read some data from my gyro , but after spi's addition, the code doesn't work normally anymore. I print a log in the cycle...