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...
Hi
I'm facing a problem since I've upgraded to SD140 6.1 .
I'm running as multilink central, and want to keep scanning even after connection. I scan with the following...
Hi,
I am working on an application using the nrf52 sdk v15 and nrf Mesh sdk v2.1.1 on nrf52840 PDK. Starting from the nrf5_SDK_for_Mesh_v2.1.1_src\examples\sdk_coexist\ble_app_uart_coexist...
I'm currently adding a large characteristic (5.3 times bigger than my max MTU) to my device that supports multiple peripheral connections. This characteristic is used to set...
Hi.
I want to get thingy's sensor data on nRF52840.
I found that 'ble_app_multi_link_multi_role' example, but there are only get button and led state.
By using that...
The SDK for Thread v1.0.0 documentation mentions a Thread Throughput Example, but I cannot find it in the examples folder, where can I get this example app?
hi ,
I have a project with sdk14.2 nrf52832. It works well, it can broadcast, it can connect, everything is fine.
But I have a new project that requires nrf52840. My...
Hi i am trying to do DFU boot-loader in nRF52832 and i am following all the step that you have provide in nordic developer zone ( https://devzone.nordicsemi.com/b/blog/posts...
When using my mobile to make provisioning with the GATT provisioning example for the light switch, is the mobile a node? Does it get the messages as well? Does it work as...
I'm under the impression that this piece of the given example is an interrupt handler. Am I correct? If yes, then there another snippet:
So, is there a while loop inside...
Hi All,
I am facing problem in my bootloader linking please see below
Linking target: binaries/bl/bootloader.out /tmp/cc9UGLw7.ltrans4.ltrans.o: In function `nrf_svc_handler_c...
How do you think - is there resources enough to add SPL (sound pressure level) measurement functionality into Nordic Thingy:52? Is microphone appropriate or may be external...
Hello, I'm using the example package Nordik_Mesh_V2_0_1 \ nrf5_SDK_for_Mesh_v2.0.1_src \ examples \ light_switch, and I would like to extend the number of servers from 4 to...
I'm trying to understand the cost differences, and pros and cons between:
A) creating a two chip solution - Using a BLE module - PLUS an second micro that runs my application...
I am in the process of trying to send live data from a nrf52 board over bluetooth to another nrf52 board using the example projects ble_app_uart_c and ble_app_uart. We are...