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...
Hello,
I follow the tutorial devzone.nordicsemi.com/.../
And in the step of copy examples
I only got ble_app_uart_s130_pca10028
and no package of s110 was found
I'm...
Per my another question:
devzone.nordicsemi.com/.../
I have taken the kind advice of Bjørn Spockeli but to no avail.
I tried this solution to enter debug mode:
...
I want to use the sd_ble_gatts_hvx() to send the notification with a packet, and the length of packet is 12 bytes, but the return value is "0x000C". I tested the length and...
Hi,
I try to run a dual mode(peripheral/central) with S130. I'm using SPI serialization and sending command form an external MCU. I try to follow the example ble_app_hrs_rscs_relay...
Hii all,
I am trying to work with dfu, I developing an application that works with dfu, when I flash the softdevice and bootloader the device advertising as dfutarg and then...
I've loaded the S210_nRF51422_5.0.0 softdevice on my board from the nRFgoStudio.
I compiled the ant_hrm_tx_auto_s210_pca10028 project with no problem. However, when I try...
Hello,
I am developing two systems. One is a peripheral that advertises both a beacon and a ble peripheral custom service (using nRF51822 with s110 softdevice). The second...
Hi,
I am trying to use an nrf51822 with a sensor that outputs value between 0-5V. What I am confused about is how to read input voltage on the beacon. I saw some people...
Hi,
I need to debug my perpheral device, but as I know if I do debug when SD is running, it can cuase the time sync issue, then cause the hard-fault. I know there's a way...
hi ken:
I use Nrf52832(S132) to act as central and peripheral at the same time, which like the project ...\nRF52_SDK_0.9.0_0c82e3e\examples\ble_central_and_peripheral\experimental...
Hi,
I run ADC mudule together with SD, but go into hardfault eatch when I release the HF-clock.
Chip: 51822
SDK : 10.0-alpha
IDE : Keil-472
I use this function...
Hi!
I have inherited a large codebase that I'm trying to migrate to SDKv10 from SDKv6.
The project also uses an A4960 BLDC motor controller. To bring the motor up to...
Hello,
Is my ram reservation right for nRF52 with S132 ?
see in app_ram_base.h APP_RAM_BASE_CENTRAL_LINKS_3_PERIPH_LINKS_1_SEC_COUNT_3_MID_BW = 0x2F50
RAM (rwx) ...
Hey,
I have been trying to create a notification characteristic for nrf51822. Whenever I add char_md.char_props.notify = 1; lightblue doesn't connect to it.
I do get a...