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 have the nrf52 working perfectly in iBeacon mode. Even when my iPhone is Off, the iPhone will wake up and post a notification with UUID, Major,Minor etc.. It's great...
I have suspended my Beacon in SLEEP (at .5 uA) until a keypress. Is there an event that can trigger an event if there is a low voltage detection while in SLEEP?
My goal...
hello,
I am trying to write one characteristics on GATT server from a client. My server program (acts as peripheral) is working fine with MCP. But when i am trying to connect...
Hi,
I've spent the last few days trying to get this going and getting super frustrated.
After having no luck getting the nrfutil to work on Python ( another thread ...
HI,
I am using micro esb(0db tx power, 250kbps, RX mode) from GitHub( github.com/.../nrf51-micro-esb) . I am using nrf51822xxaa and SD10.0 and s130. With just the micro esb...
I can't get the Master Control Panel to work. I think the drivers might be messed up but various re-installs aren't having any success.
Can you suggest some troubleshooting...
I'm Dinesh Katkar, trying to adapt
new IoT design and development and planning to build wearable device based on nRF52832 Bluetooth SoC chip and ordered nRF52 Development...
Hello,
I am new to all this RF stuff. I am trying to set up multiple transmitters (2 for now) and one receiver. Basically, each of two transmitters read one set of data ...
hi all,
i am currently using version 8 sdk.
i tried to include bsp_init() function in my code.
i attached following header files
#include "nrf51.h"
#include <stdbool...
When exporting the example project BLE_HeartRate from the online IDE to the GCC (ARM Embedded) toolchain, the makefile fails to compile.
First, the compiler throws "fatal...
Hi:
I am using nRF51 Dongle to develop my platform, and software is base on esb_low_power_prx and esb_low_power_ptx in nRF5_SDK_V11.
For production, I need to program...
When I connect to another beacon using sd_ble_gap_connect() scanning on my device is stopped. I have to wait till connection is established or establishing connection fails...
The Nordic set comes with a Device number of it's own. I want to overwrite that device number, or store a device number in a different location in the EEPROM. Is there any...
What files within the FDS are used by the modules of the Nordic SDK?
For example, I know that the Peer Manager uses the FDS as a storage backend. I need to know what files...
Previously I implemented a DFU bootloader. It works fine on s120 softdevice.
But after I ported it to s110 v7.0 softdevice, it can not work. After investigation, I found...