I have a simple TCP client application running on the nRF9160. After connection to the server, recv is called and writes the data over Segger RTT channel 1, where on the host...
Hi,
firstly, I have to say, I use MBED OS, if you cannot help me because of this, I understand, but maybe somebody still has some general Ideas.
I am trying to build an...
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 everyone!
I want to form an Openthread network with three Nordic nRF52840 cardboards. I would like to monitor the traffic using a sniffer, but i can't receive any...
We are using the development board PCA10040 for implementing a prototype with several GPIO interruptions.
We are trying to use the NFC pins (pin 9 and 10) as pins of GPIO...
Development Software:
nRF5 SDK for Mesh v3.1.0
SEGGER Embedded Studio for ARM v3.50
SoftDevice S140 v6.1.0
Computer Platform:
Windows 10 Professional
Hardware...
I follow the example, as below
nRF5_SDK_12.1.0_0d23e2a\examples\peripheral\flashwrite
but I only get some error, can not get anything, and the ble is unconnected.
Hi there. I'm making a sensor system which is intended to measure an ADC value, and send it using the Heart Rate Sensor template. To make this, I've rebuilt the ble_app_hrs...
Hi
Does the newly released nRF52840 chip have pins on the side, corresponding to the "outer ring" (A8-23, AD2-23, B1-W1, ...) pins on the underside of the chip, like this...
hello i am interfacing i2c sensor mma8452 with nrf51 dk. my function is
void mma_read(uint8_t *x, uint8_t *y, uint8_t *z)
{
uint32_t err_code;
uint8_t rx_buffer...
I have to sample 3 differential channels periodically. Should I calibrate SAADC for each channel individually? Unfortunately, "nRF52832 - Product Specification v1.0" doesn...
Update 2016-Mar-29: I used SDK v10 along with SoftDevice S110 v8 when I run the experiments described in this question.
Update 2016-Mar-30: Upload source code of the modified...
In order to perform dfu to softdevice S132 v3 sdk12 (secure bootloader) from sdk11 softdevice S132 v2 (legacy bootloader).I've change the legacy bootloader as it it says here...
by using Arduino mini pro 3.3v
I am planing to measure the temperature for the first five minutes, if the temp is over 40 degrees the device will send to Android app and...
Even though the SIG hasn't finalized yet and the 1.4.0 SoftDevice isn't out... Can we get a heads up on what to expect for 1.3.0 BLE 4.2 compatibility?
On something...
In arm_startup_nrf52.s (in the 8.9.0 device family pack), there is a new bit of code:
IF :DEF: __STARTUP_CONFIG
#include "startup_config.h"
ENDIF
I assume this...
Hi,
I'm thinking of using the NRF52 for an embedded wearable sensor application.
How much flash and Ram space can I expect to have remaining approx. for my application...