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...
Hi Everyone,
I've just started to work with zephyr, I installed west, the lastest version of the NCS and all the plugins/extensions in Visual Studio, but when I connect...
Hi,
This question is about 5340. I would like to use SPIM4 instance at fastest 32M speed. According to datasheet this instance needs to use dedicated pin assignments, and...
after building the pc-ble-driver-py and creating v5 lib, we need to build v6.
using WIN 7, python 3.8.
I changed file CMakeLists.txt row 40 to 'set(SD_API_VERS "2; 6 ...
In our Android app, we want to throttle back MTU size when the error rates get too high. However, the app is crashing with NRF_ERROR_INVALID_STATE when we try to send the...
Hello everyone,
I am using the SDK 17.1 with the NRF52832 chip. My current project is created based on the multirole example. My first step was to implement writing and...
Hi Nordic team,
Our requirement is creating two TLS server with same IP and different port no, but when I try to bind two servers only one server is getting bind to the...
Hi,
I have set up the PWM to trigger the ADC via PPI. It works but now i want to verify the exact behaviour by setting a GPIO when the ADC starts a conversion and when it...
Hi Nordic
I want to confirm whether this function pm_peer_id_get will return PM_PEER_ID_INVALID if nrf52833 has never been bound to a mobile phone when obtaining the peer...
I want to speed up the ble transfer, use the ble_app_uart example, but the speed is too low , sniffer show that the notify pack moredata is true , but the follow pack is not...
Hello,
as far as I know the TLS implementation in the NRF9169 MFW does currently not support Connection Identifiers for DTLS 1.2 .
Are there any plans or a timeline when...
I have a nRF9160 DK (sn 000960004886) that has been working fine, I've tested out to build and load some of the application samples (blinky, hello_world) and they all worked...
Hey!
I am programming on the nrf52dk connected with debug out with an HW using the nrf52805 BLE soc.
My Colleague is already programming with the Segger Embedded Studio...
[Bootloader is based on NRF SDK v11]
I am experimenting with the NRF SDK v11 bootloader source code and want to trigger the UART/serial DFU as the bootloader starts. Right...
hi,
I am running openthread coap_client sample from NRFconnect SDK v1.6.1 and I have enabled joiner in my code.
But still, when I flash the code on nrf52840dk_board, it...
Hi!
I am working on a project with NRF51422QFAB.
First I tried a simple program, which runs well.
After that I would like to try out my own board antenna with the...