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
I am using the PCA10040 board to capture packets for 3rd party BLE4.2 device
I can see on wireshark all advertizing packets
my question is , can I also capture...
We are using nRF9160 and have a rare issue with a very high current consumption from the battery. We are using lithium-thionyl chloride 3,6V batteries, three in parallel....
Hi Everyone! I'm developing a program for NRF52820 that reads the tx power & rssi and makes the calculation for testing different devices, and I've faced some problems while...
Hello Nordic Semi team,
I am building two BLE product. One acts a peripheral and has server capability. Other is central with client capability.
I am trying to understand...
Currently we are integrating the serial and BLE DFU into a single binary executable. The project enables the logging (NRF_LOG_ENABLED = 1) and we use RTT as backend.
When...
i am using VS code, nrf Connect SDK version 1.7.0, (2) nrf 5340 DK boards. Running the CLI example.
uart:~$ ot diag start
failed
error 13 invalid state
uart:~$ ot...
I'm just starting to make a project using SDK 17.1, which is loosely based on a working, mature project based on SDK 15.2 and I'm hitting a bunch of issues. My path here is...
I want to implement an interrupt using TIMER2, but it stops at Dummy_Handler instead of going to TIMER2_IRQHandler.
Is it due to the fact that I have not defined TIMER2_IRQHandler...
This is a pretty top level description of the problem. I've not dug very deep, but what I've observed is that when deployed against an AWS instance set up per the instructions...
Hi, 1-I have successfully developed an app ...\ nRF5SDK17009d13099\nRF5_SDK_17.0.0_9d13099\examples\ble_peripheral\ble_app_template. 2-I have set a UART example to send data...
I need to implement a mouse and keyboard (combo) HOG device. There are mouse and keyboard samples, but may I integrate them in just one?
Is there any samplecode?
I have...
To whom it may concern:
We have a product in production based on the nrf52810 and SD 112 ver 6.1.1, developed with SDK 15.3. Due to our manufacturer having nRF52810 availability...
Hello,
I've been trying to access the nRF52840 dongle through the pc-ble-driver-py library. However, I can't get the Nordic examples to run. Here's what I did so far:...
I want to send my sensor data from one node to another node using BLE mesh. my data is at about 128 bytes I am trying to create a custom model but it's hard to know how to...