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...
Hello,
we developed a application on the nRF52840DK as a central device. Now we need to add four GPIO as inputs for reading the edges of four signals. Our problem is, that...
I have simple Bluetooth commination working. I can connect to nRF52840 with your nRF Toolbox on my Android. I can send a string from the nRF52840 to the Android app and have...
Hi,
I found this code for adafruit BNO055 sensor on GitHub which is a Arduino code.
https://github.com/adafruit/Adafruit_BNO055
How can I import this on the Nordic nRF5340...
Hi all, I'm searching for a SPI example with NCS 1.8, I'm currently using nrf52840dk_nrf52840. I've looking at the drivers (nrfx_spi) but I still don't get it at all, so I...
Hi, I have a Nordic Thingy 91. I need it to save battery and transmit sensor data to Nordic Cloud on PIR external interrupt (if I could count number of PIR pulses that would...
Hi I am testing the Thread examples
I worked on SIMPLE_COAP_EXAMPLE in nrf52840 DK there it works fine while opening UART and enter to CLI commands and its working
but...
Hi again Nordic. I'm trying to write sensor data to the external flash continuously as there is not enough RAM to hold all the data required. However, the writing operation...
Hi,
I am using BL653 dvk to write an application for SPI, In my prj.conf, I added below parameters:
Now when I am debugging SPI master code, execution enters the file...
We are performing a preliminary power analysis with this device and have questions regarding the power consumption reported in the Product Specification. For example, the...
I've been struggling with enabling HTTP support on the serial_lte_modem. I've tried using various versions, currently I'm using NCS 1.8.99. I edit the prj.cnf to include CONFIG_SLM_HTTPC...
Hi,
I use nRF52840 and SoftDevice s140 (7.2.0). I use SEGGER Embedded Studio to compile a project written in C++. But lately I've been having trouble debugging. For example...
i've been test code from nrf51-app-button-example/main.c at master · NordicPlayground/nrf51-app-button-example (github.com) but not effect when presss any button.
I am new to Zephyr and Nordic. I onserved that to use variuos APIs it is required to declare in prj.conf file. But, where is the list and document of various commands woth...
Hi
I have a Nordic nRF51 as a Peripheral.
I have it open advertising until it connects for the first time to an Android handset.
When a connection is made it stays...