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...
When using the nrf_drv for spi master there are no problems when compiling. If I switch the SPI configurations to operate as a spi slave the compiler spits out "non-trivial...
Hi All,
I have just started working on interfacing SD card with nrf52 using SDK 12.0. I have to write to SD card at a rate of 84 packets per second and each packet consists...
Hi
I am checking out NRF51822, NRF24LU and NRF24LE1.
Below are my design requirements:
Smaller the size, the better. 7x7mm is OK. prefer smaller.
Lower power...
Hi, Nordic
I have 3 nRF52 devicies, one as Gzll Host, two as Gzll Device.
they use Gzp to pair, when paired, two Gzll Device send payload via different pipe ( 2, 3)...
Hey everyone, I'm trying to use lmt70 with nrf51822. So, first of all, nrf51 has 10-bits ADC, the data sheet of lmt70 is recommended 12-bits of ADC.
I plugged the sensor...
I use nRF51822 (Multiprotocol Bluetooth low energy/2.4 GHz RF System on Chip).To transmit informations with smartphone.
I have to set up a self-certification application...
Dear Nordic.
Is NRF_POWER->GPREGRET register writing in NVMC?
FICR and UICR is saved in flash memory(NVMC) as written by [nRF51_RM_v3.0.pdf].
But, GPREGRET register...
Hi,
I have the following setup
Chip: nrf51822 chip
SoftDevice: S110
Firmware: dtm exmaple.
I use device test Bluetooth certification in korea(RF output from our...
Hi,
I'm new to development using nordic's products. Basically I'm a Hobbyist working on a project of mine, which needs a low cost wireless.
I was looking for a Rf Soc and...
Hi, has anyone used the nrfgo SDK (for the nRF24LE1) with either eclipse or SDCC? We use those platforms already, so it would be great if we could add your SDK to our toolchain...
Hello,
I have been using the nRF52832 DK with the GCC + Eclipse setup and running both example programs and my own. Everything was functioning properly and I was ready...
Hello all,
I try to initialize the uart module inside a c++ code as follow:
#include "uart.hpp"
void Uart::uart_init()
{
uint32_t err_code;
app_uart_comm_params_t...
I am not sure how exactly the NRF52 handles a call to start a new sequence. There are 3 different scenarios (trying to start a new sequence before, right after and way after...
Hi,
Here I have a code for HC-SR04 from electronut.in which has been written for softdevice 110,
right now I am using BDM-200-EVAL-M and SDK version of 11 which supports...