I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
Hi, I'm new to BLE and just started feasibility testing, using RF8001, on a small device with no IO. The device will have a unique code set at factory, and printed on label...
I had the same experience as fishman and I went back to give Eclipse a try. (Post: nRF Beacon does not build on Android studio) I tried to build it in Eclipse Luna with the...
When using the BLE device, BLE_GAP_EVT_DISCONNECTED event informs us that connection between dongle and BLE device was closed/lost.
Is there a way to know when dongle connection...
When using nrf51-ble-driver_win_0.3.0 with Visual Studio 2010, after I put a breakpoint in my code, when I try to have the process "continue", I always get unandles exception...
Dear sirs,
Many thanks for the IoT SDK.
Just setting up the Raspberry I can't start the Phyton CoAP example as defined in documentation.
The envirinment is:
R...
Hello,
I'm trying to use hardware acceleration for my ECDHE implementation. With the SDK-supplied functions, this should be pretty straightforward, however, the functions...
Hello Devzone
Currently, we have below USBD application scenario
now the user are using the nrf52820 with disable the USB p eripheral and they have another USB IC connects...
Hi Nordic,
Background:
I am making some changes based on your 2 examples BLE_UART_central and BLE_UART_peripheral to make them talk together with the BLE connection...
I'm use freeRTOS by the nrf52832.But it only 1 channel uart,I need to two channels uart。if analog uart by GPIO,need to us delay.How to generate us delay?
I am debuggin using NRF_LOG over UART. Now I want to implement own UART functionality e.g. to configure the firmware. Is it possible to use the UART for both purposes?
Hi,
I am retaining a buffer for checking whether it is happening the first time after power on or not.
for the first time, I am keeping predefined values(2 for check initialization...
Hi,
I want to make universal AC remote, using nrf52840.
I have decoded IR codes of all AC remotes which have been decoded using IRremoteESP8266 library.
Since AC IR...
I have migrated sdk 15.3.0 to 17.0.0 to my project.
I changed some sdk_config and Makefile for the migration.
after compiling and flashing my device which is nrf528040...
Hi there,
I recently purchased some nRF52840 Dongles for evaluation.
I installed the nRF Connect SDK v1.4.1 and attempted to build a few of the sample projects using the...
Hii guys ,
I am using custom board bluetooth module based on nrf52 which is CBTMN10. I believe I am able to dump example code on my custom board bluetooth module using...
Hi
Is there a way to avoid entering a second time into bootloader mode, if the NRF_BL_DFU_ENTER_METHOD_BUTTON is still pressed after timeout?
I want to enter into the...
Hi,
I am developing a PC app to Buttonless OTA DFU a device(nrf52840) using BLE USB dongle(nrf52840).
1 . The device need a secure bootloader and the ble_app_buttonless_dfu...
Hi everyone,
I am working on the USB MSC example. I am able to create files and perform read and write operations.
Now what I want is to check if there is a FAT volume...
Hi ,
I'm use TWI scanner in nRF5 SDK v17.0.2 . I want to read the value of BM1383AGLV via TWI.
Now I could read the value in a infinite loop , but it is so fast . So I...
Hi Nordic tech support team,
I am currently testing DFU in my custom board (DWM1001) with secure bootloader and buttonless DFU. I was able to completely test the secure...