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 everyone. I want to turn the LED on and off with the push button, if I want to hold it down after 3 seconds the LED will turn off, if it has been pressed for less than...
Hello
I am trying to port a custom project for nRF52840 from Keil to Segger Embedded Studio -uVision V5.33.0.0 -Armcc V5.06 update 7 (960) -SDK 15.2.0 -Device Familly...
SDK version: SDK17.0
We have low received radio message count with open USB CDC compared to when it is closed.
The low rx varies from 20% to 50%.
USB open = screen...
Hello!
what command should I send via BLE to disable the pressure, gas, and light/color intensity sensor?
In this documentation: nordicsemiconductor.github.io/.../firmware_architecture...
Hello
Assuming I set FDS_CRC_CHECK_ON_WRITE flag in sdk_config to 1, where do i get a notification that somthing went rong? I probably miss something but I need to clarify...
I'm using nRF52 DK BLE.
In the code, I used the following code to set the Tx Power = +4dBm.
On my HUAWEI Android phone, I use the nRF Connect app to see the RSSI. My...
To test the example, I downloaded the project through the following path.
https://github.com/NordicPlayground/nRF52-ADC-examples
I get an error like an image. What should...
Hi!
Hope you are doing well!
I am developing a BLE device and right now I want the device be able to auto reconnect to the phone.
e.g. The user leave home with...
Hello
SDK = ver 17
DK = nRF52
Using Peer manager for writing peer data in flash and FDS to store app settings in flash.
1. They both share the same spcase in flash...
Hi,
We are in the middle of product certification, right now with BT SIG testing. Unfortunately we got stuck right away since the test house cant configure the device...
NRF52832
SDK 17.0.2
SoftDevice 132
I am connecting with telnet to an exposed RTT port to see the logs. I adjusted sdk_config.h to use RTT instead of UART logging. The...
Question 1:
The nRF9160 datasheet V2.0 claims the sensitivity is: CATM=-108dBm (mid band); NBIOT=-114dBm (mid band).
However when the unit connects, we get a printout...
So in the MQTT example the following function is used to write the CA certificate to the modem so a TLS connection can be setup.
In our code/TLS setup we want to use Client...