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...
Hi,
I have a nRF52 DK board and I am trying to build a BLE peripheral with both connectable advertisement (custom with my own name and service) and unconnectable advertisement...
I am using the timeslot API, and I have noticed that if I read Timer0 as the first thing in my timeslot, it will be at 75 us. This delay is very consistent, so my timing between...
The following change was introduced in v4.0.0
Note that mesh_config_clear() was replaced with mesh_opt_clear() which is a rather big change of behavior that wasn't documented...
Hi,
Just trying to run mqtt sample with TLS and AWS IoT backend. Everything worked fine in the beginning, but then after I tweaked the code a bit I suddenly started getting...
Hello,
I'm using SDK5 v16.0 and softdevice S140 v7.0.1.
At some of the PCs, it takes much longer than usual to upload the zip package. On my machine, the transfer rate...
Errata 182 needs to be applied (in revision 2 devices) to enable the fix for erratas 102, 106 and 107. The workarounds for these erratas all stated that they reduced receive...
Hi,
I am using NRF51822 SDK12 S130, I have increased my code and encountered a crash right at the beginning, I debugged it as follows -
I increase an integer ( uint32...
Hi,
I was wondering if I could get a little information on how to set a pin as High Impedance using the zephyr gpio.h library.
We have a shared pin between a nRF9160 and...
Is there a value or values range defined for the user cmd/evt in the serial interface?
I would like to use the uart for some app specific operations, and could use packet...
Hello. I'm having problems to programme the nRF52832. I'm just connecting the VCC (+3,3V), GND and SWDIO and SWDCLK. Is it ncessary to connect any other devices like capacitors...
Hello,
I have been using the buttonless DFU method for a while on the nrf52832 Chip. Due to performances need we changed the chip for our product from nrf52832 to nrf52840...
So, my understanding of the current support for a PA/LNA is a set of configuration options you can pass into a BLE library and then the soft device will handle the operation...
Hello,
I am interfacing a nRF52 based module with external flash memory.
When I try to program/read a single byte, I get the " NRF_ERROR_INVALID_ADDR" error.
This...
Hi,
I'm trying to develop a custom provisioner for a nRF52840 DK. All I've done at the moment is merely rewriting the Light Switch provisioner example.
The code compiles...
Hi,
I'm writing a central application for the nRF9160 DK. The central connects to an nRF52832 peripheral and subscribes to a characteristic whose CCCD handle and value handle...