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...
Is there documentation on the silicon revision registers/memory locations? Different versions of the SDK seem to look at different memory locations for revision information...
Hi,
I followed instructions mentioned here https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial to install Toolchain...
In my application, the moment a callback is invoked inside the UART driver (which I wrote), I see the execution getting stuck on the following which resides inside nrf_log_frontend...
Hi!
52832, S132 SDK17.02
When I parsed data in the on_adv_report() function, I want to send some data to UART. Works. But sometimes UART miss some 1 chars.
What possible...
Dear Sir/Madam
We are planning to use P0.17 (RXD ) and P0.19 (TXD) as serial communication port connecting to Microchip SAM L10 Xplained Pro - Dm320204. I wonder if there...
Hi everyone,
I'm migrating my project from nrf sdk for Mesh v2.1.1 to v5.0.0. To do this, I build my code on the light switch client example from nrf sdk for mesh v5.0.0...
In my project i usinf nrf52840 and nrf sdk Version is 16.0.0.
two UART port using in project using nrf_serial lib.
on serial0 port i have connected GSM and on serial1...
Hello everyone,
I've noticed that the Bluetooth and ADC work great together BUT I'm having issues when trying to turn on & off the Bluetooth.
I've tested the on & off...
Hi,
I'm working on hid keyboard example. How can I check whether multiple bytes are received & transmitted after I increase the assigned no. of bytes in input/output report...
Hi,
I have a ncs project which currently has only the main.c file.
I want to create a header file and the c file to be included in the main.
What's the recommended way...
Hi Nordic Team
I've applied all the changes recommended on https://devzone.nordicsemi.com/nordic/short-range-guides/b/getting-started/posts/nrf52840-dongle-programming-tutorial...
Hello everybody
I have some nrf52840-DKs and other boards with the same module and I want to create a LE Coded mesh with these boards, I am aware that the BLE Mesh standard...
Hi,
I am using the low power node example and light switch server example from nRF5 SDK for Mesh v5.0.0.
I have one board as LPN to make friend with one board as light...