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...
Are there any native RTOS build-in the SDK? If I need to develop a sensor device driver (i2c based) any recommendation as the safest way to do that. Choosing between freeRTOS...
Hi,
there is a broken link on https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/ble_sdk_app_buttonless_dfu that refers to " Generating bootloader settings...
I'm writing a production script that uses nrfutil to do OTA DFU for both nRF51 and nRF52 radios. I'm using a PCA10059 with nrfutil version 3.5.1.
It works fine for an nRF52...
Hello,
I am trying to use IAR examples to debug some of the examples provided in the SDK.
I am only using examples that support the pca10059 dongle.
One example is the...
Dear All and @rogerclark,
From the release note of nRF5 SDK v14.1.0, Segger Embedded Studio (SES 3.30) IDE has been supported originally.
I use MacOS, and I has set...
I need a help to create a mesh where two nrf52 dk are connectred in the mesh and one node sends a message and another node recives it and sends to a url
I am currently looking at how to put the nrf52 development board to sleep (and wake up) by sending a command from an android application (with SDK v15.2).
I have been experimenting...
Hi
I am trying to establish communication between a NRF24L01+ and an NRF51822, but unable to do so. I am able to communicate between 2 NRF24L01 + and also between 2 NRF51822...
Hello, I'm quite new to both the nRF52832 and the Segger Embedded Studio. I have a college project which involves I2C communication with 2 slaves. I was finally able to set...
Hello,
I am trying to read data from a sensor through sensor TX pin connected to RX pin of nrf51822. Nrf51822 recieves this data through RX pin and sends it via bluetooth...
I am seeing a problem using the nRF52 SAADC with two analog channels enabled in scan mode.
Essentially, channel 0 is measuring an analog signal with gain ~= 15 while channel...
Hello,
I am trying to get the RX interrupt to trigger on the PCA10001 board using the segger debugger as my serial terminal.
My hardware setup consists of a PCA10001...
SDK: v15 SoftDevice: S132 Chip: nRF52832 on BL652 Module
I have a command->response type system. The Central (Android phone) sends a command, and the Peripheral (nRF52 device...
Greetings!
I am using nRF52, SDK14.2, and NUS with MTU = 64. I want to transmit 1000 byte string over BLE upon reception of any character to "nus_data_handler" I have divided...