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...
Hi, I'm testing the beacon example
(ble_app_beacon, Beacon Transmitter Sample Application ) with my custom board.
I use IAR 7.1 for ARM, Softdevice S110 ver 7.1, and...
Hi,
I'm trying out S130 SoftDevice. I have 1 device with S110v7 which acts as a peripheral.
2nd device contains S130 0.9 (I've based my code on S120 multilink central example...
I've gotten the experimental_ble_app_s130_example_c_pca10028 (BLE Dual role application) to work with my nRF51-DK (modified for my needs). It's an nrF51422 chipset.
I want...
I want to set more features in a single service, but once there are more than four features, some features will fail and no error will be reported. Some features in the service...
Hi suport team
1、My ADC sampling circuit is shown in the figure below.
2、The actual voltage at ADC sampling is 1.37v, but the voltage measured by ADC is only 1.29v....
After programming the sample to my nRF9160 DK, I opened the terminal emulator and I observed the following messages:
1. HTTPS client sample started
2. Provisioning certificate...
I have tried the nus relay experimental example using nrf52dk and sdk 17. However it crashes when I try to connect using either nrfToolbox Uart or BlueFruit Connect (Uart...
Hello. I'm sorry for my bad English. I'm currently working on a development using nRF52840 based on ble_app_blinky, which is an example of s140 and peripheral. So, I want...
2. In the nRF sniffer software, the device I'm interested in does not show up in the "Source" column with its addess, b8:80:4f:6b:b6:9e, but as "TexasIns_6b:b6:9e". It seems...
Hello,
I'm finding problem to generate the library uECC.a to use in project secure_bootloader for nRF52833 (SDK17) using SEGGER.
I started from project SDK_17\examples...
i want that my device shall advertise after i press a button for 5 seconds. there is a feature of long press for button kindly assist as how to use this for advertising
Hello,
I am currently trying to combine the NRF52840 (Development kit) with the Arduino Ethernet shield containing an W5500.
I was wondering if there is any example...
I have been trying to figure out how to use SPI on nRF Connect SDK. I cannot find a simple enough example to get started other than the convoluted SPI flash example or the...
We find a Beaocn from other distributor , it got very less fluctuations. RSSI table show below.
Test method: 10 RSSI were collected from a hand-held mobile phone at...
Typically the Base address registers and Prefix registers are used to configure up to 8 logical addresses and then RXADDRESSES is used to filter which of the 8 logical address...
Hi,
The new AT monitor have a hard-to-reproduce bug: the subscriber entry list alignment is not specified in the linker script. Since structs are always aligned, that means...
Hi,
im porting our nrf9160 application from SDK 1.3 to SDK V1.6.1. and facing error while accessing NVS device in SDK V1.6.1.
in SDK 1.3 i used "device_get_binding(DT_FLASH_DEV_NAME...
Hi,
I have have certain thread that I would like to be active during a ble connection. I can suspend it when not needed and resume when connected. But as long as the thread...