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...
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...
Hi,
I am writing a program to actively change the state of an LED, then sample the output voltage on the led pin using SAADC, then outputs the adc value to terminal every...
I bought the nRF52840 DK and want to start developing my first application. However, I am very overwhelmed by the documentation here infocenter.nordicsemi.com/index.jsp This...
Hi All, I have a problem with the UART interrupts on the nrf9160dk, the error code (-134 / -ENOTSUP) says that it is not supported. However, I don't know what might be the...
Hello everyone,
I'm unable to perform DFU over SMP BT with nRF Connect for iOS. I've already verified the process works with mcumgr (Ubuntu 20.04 LTS) and with nRF Connect...
I am trying to use the `fmfu_smp_svr` sample project, as described in nRF9160: Full modem firmware update using SMP Server , to perform a full modem firmware update.
The...
Dear ,
I am going to use SDK 17.0.2 spis example.
But I found it is 8 bit data width. I am going to use 16 bit data width .
Would you teach me how to change?
Hi all,
I am using NRF5340, and I want to use pin 0.14 for spim. However, I found it was used by QSPI, in zephry.dts:
So how can I close QSPI to use pin 0.14 freely...
Hi.
Below is used the same schematic for nRF52805 but with different placement for RF components.
What are the pros and cons of each one? Is there one that is "better...
Hi !
I want to successfully send CTE after the CRC of the broadcast packet by operating the RADIO register under the Manual configuration of NRF52833。At present, I can successfully...
Hi developer,
I am trying to understand Beacon behavior and program. I am using BLE_Central multilink example to get informaiton from Beacons.
I added the below code...
Hi, I tested the (mcu_boot + smp_svr) example and can run dfu successfully with nrf_connect application. (Follow the page: developer.nordicsemi.com/.../README.html) Now I...
Hi Nordic,
One of my custmer want to develop multiperipheral product(The device connect to two central devcie).
The nRF52832 can certainly meet their requirements, and...
After connecting nRF9160 DK v0.8.2 kit and connecting the terminal, I observed the following messages:
***Booting Zephyr OS build .2.6.0-rc1-ncs1 ***
SMS sample starting...
Hi there,
We were using the Cryptographic library provided in the nRF5 SDK, with Oberon backend, to implement EdDSA/Ed25519 signing on our nRF5832 devices.
We are now...