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 am programming a XM122/XB122 with segger embeded studio, I carried out my tests by debugging the program and for a while I don't really know what I touched but...
Dear Nordic Team,
I'm slowly feeling my way around DFU via BLE on the nRF5280 with s140, but need a little clarification about the flash and RAM settings in the .ld file...
Hi Nordic,
I want to establish a user controlled connection to a ble_peripheral. I am using the Sdk 15.3, s140 and the nrf52840.
The idea is: Ble_central show all scanned...
Hello,
I am looking for some some example code (for the nRF5340 / nRF SDK Connect) that uses the 'Limits event monitoring' feature (CH[n].LIMIT) preferably using zephyr...
Hello,
we are using a NRF52832 together with the delivered SDK.
There are plenty of example, which is good and helps a lot!
Now we want to build our own app and our...
Dear all,
I'm currently implementing a new wireless protocol using SDK For Thread and Zigbee (4.1.0) (nRF52840DK) accessing the radio registers directly. Reading the example...
Hello, guys!
We started designing our custom nRF9160 SiP based board. We currently feel that the most challenging would be to design the part around LTE/GPS RF networks...
Hi,
I have been working on an application for the nRF52832 using SDK 15.1 (this project started right before SDK 15.2 replaced 15.1, and I am planning to update to 15.3...
Hello,
Is it possible to provision only specific devices. Let's say I have box(with NRF52840 client that will send data to selected devices and NRF52840 provisioner). These...
We would like to implement a USB dongle with the nrf52840 with the following features:
uses USB CDC-EEM
uses DHCP to get an IP
uses some protocol to connect to a server...
I am using SDK 17 and nrf52840. There is one central and multiple peripherals. The peripherals are divided into different groups with different names. The central can decide...
Hi,
We are now testing the new eDRX provided by our operator.
We are analyzing the current consumption depending on the eDRx period to choose the best eDRX configuration...
Hello
I'm working on sdk v17, and I copied the previously created project to sdk in the new path. (to use some of the functions of the previous project as they were) And...
i build app Android and use https://github.com/NordicSemiconductor/Android-BLE-Library version 2.1.1.
I want to connect multiple ble device and communicate with them.
...
Hi, all
I'm using nRF52832 pc10040, s132.
This is ble_app_uart_c example, and I'm trying to read my own beacon device's characteristic value.
I successfully retrieved...