I've been using Master Emulator API 2.1.3 in Visual Studio 2010 Express, and have spotted a fix I may need in 2.1.5 so I've switched to using the 2.1.7 API. However, I've...
Hello,In normal condition, I use UART,pwm,spi an so on.Now I want to clear the configuration, and enter System ON mode.But I don't want to system reset.
How should I do...
Hi, everyone~
My goal is to collect data from 4 sensors simultaneously using iPhone.
Now, my testing code for sensor nodes is working fine. It was built based on the...
I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
Hi,
going on with the migration from SDK 14.2 to SDK 15.3 it keeps on making trouble. Now the spi_mngr is not working anymore. After changing all calls to perform with extra...
We are using the SPIM driver to support a propriety 1-wire protocol used by a TI LED driver (TLC59731). To do this, we're using the MOSI pin exclusively and, for it to work...
I have been trying to get 125Kbit and 500Kbit coded phy wokring by directly using NRF_RADIO API (no softdevice in use). I have followd for example these instructions, but...
Dear all developers,
I'm currently studying about nRF52832 SoC and prepare to develop low current BLE device.
Before starting, I want to know about idle current consumption...
Hi everyone,
Currently, I am working on my bachelor thesis for creating simple network by using MQTT, BLE-6LoWPAN and nRF52832. I have three nodes of 52832 and one raspberry...
Hello,
I post a question last day, and I can not open it any more now, it always saying "Content is under review"
Even the question has been replied to:
The link:...
I don't use SoftDevice. If I initiate flash partial erase process, my understanding is that the system will do smaller portion of erase, suspend, erase again, until the whole...
I'm developing an application on an nRF52832 revAA that logs data coming from the app_uart module. It logs this data to an SD card using the fatfs library; the code is more...
I need to implement a uint64_t counter that increments every microseconds that I can then read.
I tried to use the timer API and increment the counter in the event handler...
Hello,
So I am aware the nRF52832 utilizes the ARM cortex M4 microprocessor and has 32 configurable GPIO, but I'm failing to find how to access the registers controlling...
Hey I am trying to setup UART on my Thingy52 but when I’m trying to compile my project I getting this error message:
I am using GNU Tools ARM Embedded 4.9 2015q3 for compiling...
Updating all components with the nrf9160DK, I am unable now to run the LTE/BLE Sample. I built all the prerequisites, secure-boot, hci-uart and lte/ble sample however, the...
I am very new to Nordic boards, so my apologies first for my ignorance.I recently bought Nrf52840 boards and I want to build a very simple Bluetooth mesh application but I...
Hello All,
As we all know Segger Studio is not supported by SDK12.3 by default. Porting to Ses is easy and help is available but it is for basic programs. if we want to...