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...
Dear Nordic,
Could you please help me to understand the concept of using the DTS files and board initialization sequence?
We have just one GPIO port to control some external...
I suspect the EXT_SWCLK/DIO and SH_SWCLK/DIO pins on the SEGGER chips of the PCA10028 were burned. Is there anyway I can fix it? I have three of them behaving the same way...
Hi,
We are ready to launch product that uses nRF52840 + s140 v7.2.0.
We need its QDID for EPL.
In Bluetooth SIG, we found the following page, where we could find DID...
Hello!
Recently I was asked to find a way to enable timestamps in our debug logs to make it easier to track performance during various stages of the operation of our device...
Hi everybody,
I am running into the same issue as described in this post:
https://devzone.nordicsemi.com/f/nordic-q-a/50386/ble-scan-timeout-always-in-multiple-of-second...
I've been working with the NRF52840 for a while now. My setup is based on the CLI coordinator code and a bunch of end devices running the multisensor freertos based program...
I am trying to use a remaining timer/counter in the nrf52832 as a divide by 64 counter to get rid of an off board MC74HC4060 counter chip we are using for I2S from an external...
Hi Nordic Semiconductor!
Over the years I've been using your development kits, some days ago I got the nRF5340-DK and started on a new computer. Normally I dive into the...
I don't know why, but after issuing the nrfutil dfu command line, it takes ~34 seconds before the DFU starts and the progress bar is shown.
Sample command lines:
nrfutil...
Hello,
I want to use a FIFO. I want to send the data from file1.c and receive it on file2.c.
Currently, I have defiend my_fifo using K_FIFO_DEFINE(my_fifo) and using...
I am currently working on AoA direction finding solutons, and I have successfully run the demo direction_finding_connectionless_rx and direction_finding_connectionless_tx...
Hello,
I would like to ask you if there is an antenna layout available for the nRF52833. Indeed, I would like to develop my own application with it and, this SoC needs to...
Hello all,
I am currently working on receiving SAADC data and transmitting it through BLE with a sampling frequency of 1kHZ or higher. I am using nRF52832 board with the...