Hi..... This is Venkatesh. I am using nRF52-DK Evaluation kit. This is my first question posting here. It is pleasure to have an account to share my knowledge and get the...
Code_Replace_MainDotC.docx
Please look at the attachment of my code. Go to \nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_template\pca10028\s130\arm5_no_packs...
I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
I've been unsuccessfully trying to serialize BTLE example programs by SPI. I have two PCA10028 boards and I'm using SDK10. In addition to serialization examples, I've tried...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
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...