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...
Dear Nordic Team,
I am using a nRF52832 module purchased from Adafruit ( https://www.adafruit.com/product/3406 ) and I would like to connect it with another device with...
Hi there
First I tell you what I'm, trying to do...
I want to made a connection between a robot and a pc. Over this connection I want to program the robot with new software...
Hi,
I'm using nRF52832 SDK 14.2.0 s132 dfu, softdevice 5.0.0.
And i'm trying to update SD + BL + APP to SDK 15.3.0, softdevice 6.1.1.
When i update pakage by nRF connect...
Hi,
I am trying to upload HEX files to a nrf52832 (on a Sparkfun Breakout board) with a nRF52 DK. The problem is nRF Connect Programmer don't recognize them.
I installed...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flash the image. I am using ‘ble_app_blinky’.
In sdk_config.h, BLE_ADVERTISING_ENABLED is not...
Hi, I'm currently in trouble with the sd_flash_write function. I've already a library using this function running on the nRF52832 with the S132 softdevice. But when a tries...
I want to use TWI to read the sensor data. When using the software TWI, I found that the communication takes a long time, which will greatly increase the battery consumption...
Hey,
I'm trying to put the nRF9160 into System Off mode and am getting a bus fault error when writing to the REGULATORS module. This is the error output:
***** BUS...
Hello everyone,
I try to import a project from Keil to SES,
I 'v read the instructions in this article.
Segger Embedded Studio - A Cross Platform IDE
Generally I have...
HI:
I'm using a cli routine from the SDK,and I register the callback function zcl_device_cb() with ZB_ZCL_REGISTER_DEVICE_CB(),But whatever message I receive does not go...
Hello community,
I successfully flashed assets_tracker code into board and configure in NB-IoT using Configure NRF SDK project in segger studio.
I used Vodafone SIM card...
Hi, I use nrf52832's uart with a simple driver, not "nrf_drv_uart", because I don't know how to use receive and transmit interruption with "nrf_drv_uart". the uart drive i...
Is there a supported way of doing an unsecure flash (the nRF is hardwired via UART to a secure processor) without rebooting?
The HW design the nRF is integrated with uses...
I am using the nRF52840 DK to read data from an IMU sensor (STm LSM9DS1 9DOF). Like most sensors, you transmit the register number first (on MOSI), then continue clocking...
Hi,
I am trying to develop models using the Specifications. I came across generic battery model which was using 24-bit values, time model which was using 15-bit and 40-bit...