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 everybody,
I'm getting crazy, I'm trying to extend HID axis values from 0..255 to 0..1023 max using the descriptor found in the example ble_HID_keboard/hid_joystick...
In BLE Fundamentals, Lesson 3, Ex. 1 (BLE connection exercise), the nRF84020 DK board indicates a successful connection (led 2 is on + connection message in serial terminal...
Currently, I am creating a CIS-connected device using nRF5340 Audio on a homemade board.
Since the circuit configurations of the Gateway and Headset are different, I have...
I just got a fresh Win install and installed a new version of vs code (details below) and lo and behold the nrf welcome page is empty! Apparently, this was changed a while...
Hi I am looking for some advice with regards to getting a Fanstel BU840XE ( BU840XE, The longest range, Remote USB Dongle for BLE 5, Thread, Zigbee — Fanstel ) device to function...
Hi team,
I am getting secure fault after PPP started in SLM (v2.6.1) application.
here is the snapshot of the error message
Anyone having same issue and resolved please...
I am experiencing an issue with the I2C device on the nRF5340(our custom board) where it is unable to read/write to the sensor, resulting in a return value of -5.(EIO)
Details...
Hi
I'm chnaging the Secure Bootloader to an external falsh for bank1, connected with QSPI.
In the function on_data_obj_write_request is the call for nrf_dfu_flash_store...
Hi,
I have a project with an nrf9160 running zephyr. Can codechecker be set up in the build in nrf connect in vs code so that when a build in vs code is done it runs code...
Hello,
I am migrating an application based on the old Nordic SDK16 to the NCS Zephyr SDK.
My workspace is using Zephyr commit f8f11338, nrfconnect/mbedtls commit de1b3f57...
Hello, I am trying to debug why my device is failing to work 100% of the time. What happens is an app makes a connection to the device, sends a command to the device, receives...
Hi all,
I' have a custom board with an nRF9161 chip. I have a custom connector to program it with SWDIO/SWCLK. For the moment I'm trying to detect my board with nrf programmer...
Hello!
I have a custom service that I try to implement on two nrf52840 DK, where one is supposed to act as a GATTClient and one is going to be a GATTServer.
The service...
hey there
i design my own board based on nRF5340, now i want to write a code for wireless boot loader on it with ble. on my board i have a nor flash for this goal. in part...