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...
Hello
I'm trying connect central to 4 peripheralPeripheral has 3 different customization services. When I connected to 4 peripheral, I encountered the problem of service...
I have a question about "SEGGER Embedded Studio for ARM V4.12".
I want to place the section of the FLASH area arbitrarily. And, for example, I want to place the following...
There is now a TI CC2451 Bluetooth module as a reference. Using nRF connect to monitor the log content, it is found that when the mobile phone is connected to Bluetooth and...
Hi everyone, I have a question about GPIOTE.
What happens if for example, GPIOTE is used to configure a pin to detect a low to high transition, but the pin is already...
Hello
I have a problem with restarting advertising after disconnect event.
There are two scenarios:
In this case everything works fine:
I start advertising
...
Hello,
I started with the template app and tried to do two things on a nRF52832 using Segger Studio:
1) advertise custom service
2) use Application Timer and App Scheduler...
Cannot connect to nRF52840DK board using nRF Connect Bluetooth Low Energy app on Linux (Ubuntu 18.04 LTS). When I choose "Select Device" and choose my board, I get:
"Validating...
We have custom developed board using nrf52832. When I run the example program developed in SDK15.0.0 with Soft device S132 V6.1.1, no issue noticed in running debug mode ...
For creating a Bluetooth mesh Hub that will communicate to the Azure IoT server, which should be the best suitable ethernet board for connecting with the nRF 52 DK?
This is a bug report for SDK v15.3.
Once a GPIOTE interrupt is enabled for a pin, nrfx_gpiote_in_event_enable(pin, false) will not disable it. This appears to be an issue...
Hi,
I wanted to design a custom development board based on nRF52832 SoC. I will go with the exact schematic diagram which was given in Nordic supporting site ( https:...
I'm looking for some additional information about the Assisted GPS functionality in the nRF91.
Exactly what is it?
How does it work?
Is it available with the current...
Hi,
I have an application that does HTTP requests to a backend server. I'm now working on implementing TLS for encryption of the data.
Are there any examples of doing...
Hello everyone,
we are developing a bluetooth application based on the relay example included in SDK 14.0.0. We have already developed our own services and characteristics...
Hi,
I've been searching for a LSM9DS1 driver compatible with the nRF5 SDK >= 14.0 but I couldn't find any which uses the nrf_drv_twi so I started to write my own but it...