I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
Hello!
I am trying to get windows phone work with nrf_uart example on nrf51 dk board (pca10028).
I am using SDK 9.0 with S110 softdevice ver. 8.0.0.
I was using examples...
Hi
I met a problem when I use my new board,I found that the example in the peripheral folder in SDK can run correctlly,but the the example in the ble_peripheral folder...
Hi,
I am trying to use the PORT event to trigger interrupts when a button is toggled, i.e. both on LoToHi and HiToLo.
To my understanding PORT events are generated by...
I am running Windows 7 Pro SP 1 64 bit and have gong through the tools installation procedure, in particular running nRFTools_7_7_0_Installer.exe. This ran the J-Link V5.02...
I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
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...
Hello. I'm just trying to get going with the nRF9160 DK which just arrived.
Using macOS.
Followed Getting Started and then nRF Connect Getting Started Assistant, and everything...