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...
with SDK 10 I found 2 SPI libraries, spi_w5_master and nrf_driv_spi . I hesitate between them.
what' the difference between them? and what should I use when I'm using app_timer...
I saw this tutorial:
nRF51 current consumption guide
It's specifically directed to the nRF51, but I guess the principles of Tuning Advertising parameters must be general...
i'm looking to use only one timer for two independent activities:
battery service (as in Nordic examples) and
a routine to detect a certain button press pattern ...
Hi everybody.
I am makeing a custom circuit for nrf51822 CEAA. This circuit supports ANCS and DFU (nrf sdk 9.0.0). I use only external high frequency (16MHz) oscillator...
Forgive me if there is an obvious answer to this; thanks for your patience.
I'm a long time developer but new to the area of BT in general. After a day or so starting with...
Rudimentary question about DFU; thanks for your patience.
I'm developing an app for a "headless" (no buttons, no led's) ble application which will have a companion mobile...
I am trying to get the pstorage module to work with our application and FreeRTOS. At the moment I keep crashing on port_cmsis::prvTaskExitError().
The pstorage documentation...
Hi,
Nordic Community and Developers,
I am trying to measure current on my custom Development board.....But I found out that it is consuming too much current on the chip...
Hello,
I am writing here because I am trying to change some concrete values from a .hex file in order to vary some BLE and other values. I need this because I need to generate...
Hi,
I am trying to compile & run ANSC example under SDK8 in a PCA10001 board. I have programmed the SoftDevice using nRF Go Studio.
Here is the example,
nRF51_SDK_8.0...
In the nRF51 SDK startup code, in the folder toolchain\gcc, there is a file called gcc_startup_nrf51. s . I think this file should be called gcc_startup_nrf51. sx instead...