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...
Dear,
software/hardware:
nrf52832 mesh sdk v3.1.0
Q1: when friend feature node code can get? now just is bin file.
Q2: mesh has just four feature devices, friend feature...
It seems the LTE-M / NB IoT isn't available Europe-wide yet, and roaming applies country-wise.
Can anybody share his/her experience of using the BLG840F?
thank you.
Hi,
I am trying to build a thread network using a border router nRF52840 with a Raspi3B+ and 2 others end-devices nRF52840 connected on a CPU Ubuntu 16.04 LTS.
I have...
Hallo Community,
I am doing the example ble_app_uart using Eclipse, a SDK 13.00 and a board 10040, When i compile the main file I´ve problems with scan params:
#if ...
#define UART_TX_BUF_SIZE 1024
#define UART_RX_BUF_SIZE 1024
Why to send and receive buffer length of the definition of 1024 bytes, increase the value, again if serial port...
Hi, I just bought the PCA10031 nRF51422 based USB dongle and PCA10028 nRF51422 based development board.
The difference between nRF51822 and nRF51422 was the ANT protocol...
Can I use below code to send data packets continuously over nus (>20 packets)
i=UserUart.RxBuf[1]+2;
index = 0;
while(i>0)
{
if(i>20)
{
while((err_code = ble_nus_string_send...
Hi,
I am using nRF52 chip with SDK13.0. MTU size 155.
I am connect with device using android phone. After sending 1 byte command device starting to send continuous notification...
hello there i think i need two uart in my application. i read datasheet of both nrf51 and nrf52
in both there is only one uart.
can anyone have implemented software uart...
Use this routine E:\nordic\nRF5_SDK_12.2.0_f012efa3\examples\proprietary_rf\gzll\experimental\gzp_desktop_emulator
To modify the can communicate with PC nrf24luep pairing...
Hi.
I'm troubled.
I use nRF52 preview DK v0.9.0 & Keil5.
i tried ble_app_hrs_c in example folder of nRF52_SDK.
This program stopped at
err_code = sd_softdevice_enable...
Hello all,
I am actually implementing an SPI-master driver in non blocking mode, I write the following code, when I use a debeug led, the program enters well in the IRQ...
I started with the blu_app_template on a 52840. I have advertising working. I can see that from an iOS app. I can also see the details of the service. I see the characteristic...
I am using the Master Emulator C# examples to build my own application. None of the examples are able to properly connect to a remote device. When I open up the Master Control...
I'm writing an nRF52 DK btle application using SDK 12. The DK comunicates with 2 external peripheral via SPI and I2C interfaces. Complilation fails with the error:
._build...
hi, i am reading mpu6050 with nrf51822. every now and then the data got corrupt because of softDevice interrupts. if i don't use Softdevice the it runs perfectly but when...
Hi All,
I am using UART with baud rate 4800, with even parity and 1 stop bit. I'm getting 6-8 bytes in a packet. I'm receiving packets for every 8-10ms continuously. This...
I am attempting to use Unity + CMock onboard the nrf51 for unit testing. I have Unity working and can even output the results of unit tests using Segger RTT libraries. There...