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 see that a Serial LTE Modem sample application is in progress in the master branch...
I tried master in the commit: a955d411
Once on that commit I did update (west update...
I can't get flashlog/crashlog to work properly. The symptoms are that when NRF_LOG_BACKEND_FLASH_START_PAGE is set to 0 (i.e logs are written to address right after the application...
I have a nRF528420 [on Skylab module SKB501] and have wired up a custom connection to USB. I'm able to program NRF52 with both softdevice S140 and BLE Peripheral ble_app_uart...
Hello,
I try to add watchdog on aws_fota sample but Something is wrong about bootloader to application transition and it always reboots.
00> [00:00:00.051,513] <inf> mcuboot...
Hello everyone,
I have found the following issue in the behavior of the SPI driver:
having connected an NRF52840 as an SPI master which is set to receive 22 bytes from...
My peripheral uses "LongWrite". Communication with Central has been successful. I want to know the length of the written data. After trying the following, the obtained result...
I’ve been developing the FW for an nRF52832-based module that controls a simple lighting product.
The capabilities include support for secure DFU and a modified version...
Target : NRF52832 as Server
Description of the problem (seen in wireshark)
Client : write request (0x12)
Server: Rcvd Error Response - Invalide Attribute value length...
We're porting an nRFS52832 app from an earlier version (14) to 15.2. Using sd_ble_gap_device_name_set( &secMode, dN, len ) with a string of length=9 will only show 5 chars...
Hi, we are trying to get the nRF9160 connected to the internet again, we had it working 6 months ago.
Our hardware is 0.8.5
We are in Ireland where we only have NB-IOT...
Hi
I'm using the watchdog of the nRF52832 Rev. 1.
The PS V1.4 states that the maximum run current of the watchdog is 2uA while the typical current is only 0.3uA. Can you...
Hi,
I am migrating from SDK14.2 to SDK15.0 and I can compile now, but when runnning the nrfx_uart_init the hardware handshake signal RTS is high from the beginning.
...
I am running into compile errors in different places in the SDK where there are lines as shown below: #if (NRF_BLE_GATT_ENABLED) /* do something */ #endif It is a widely and...
Hello Team,
Currently, we are evaluating nRF52 using nRF52840DK for one of our upcoming project. Basically, our typical application involves sending 32 Bytes of command...