Hi everyone
nrf51822,softdevice s130 2.0.0
now i used softdevice s130 establish two connection as a central with two s110 peripheral device,at the same time i establish...
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'm using the evaluation board PCA10040 with Segger Embedded Studio. It stopped working well and I get erroneous services even with the supplied examples (ble_app_blinky...
The device is broadcasting as "DfuTarg" and i want it to come out of the bootloader mode back to the application mode. Is there is a command i can issue to Secure DFU Characteristic...
Hi,
I'm modifying files in the NRF5_SDK_14.2 distribution and it is not clear to me which ones are part of the core SoftDevice libraries (and I, therefore, should not change...
(I know it has been asked before, but I thought I'd check in again..)
Has anyone had any success implementing the Dallas one-wire protocol on the NRF51822 - in particular...
Hello,
I imagine this is a pretty common and basic question but I couldn't find anything online.
Since the nRF52xxx chips are single-band 2.4GHz (and possibly sub-GHz...
I'm having trouble writing to a gatt characteristic using the python bindings for pc-ble-driver
Service discovery works fine, I managed to connect to a BLE server and reading...
I have a device that I need to control, that needs 2 different square wave signals of different frequencies (although they may be multiples of each other), one at around 4...
Hi all. I try to run capacitive sensor example on nRF52832 with my hand made capacitive sensor which I made according to this tutorial devzone.nordicsemi.com/.../.I connected...
Hello,
When i execute a function that uses TWI from a timer handler the NRF gets stuck.
I assumed that this issue occurs because of interrupt priority so i gave the TWI...
after connecting and disconnecting advertisment not stopping when i try to stop it ( sdk 11). Without establishing connection i am able to stop it. Nrf51822
Hello
I am trying to create secure connection between peripheral device and mobile app & central device.
I created my own custom service and want to make them secure...
Hello,
My goal at the moment is to be able to configure my peer device which utilize ble_app_uart example so it would connect only to a specific master device e.g. android...
I am using BLEPeripheral and MySensors libraries and nRF51822 device(client side).
I want to change functionality, if I press key of nRF51822 device it should start to advertise...