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 use SDK 12.3 to run experimental_ble_app_buttonless_dfu on nrf51822 after reference this blog , but still can not work.
It works fine with PCA10028 board.
I want...
hi :
i send characters of SPI master of 52DK to SPI slave of our target board(Nordic nRF52832), our target board use SDK v12 spis example. but spi slave event can not rececive...
I am using SDK 12.3.0 and S130 2.0.1.
In example ble_app_uart and ble_app_uart_c,
Central setting:
Peripheral setting:
Why it took so long to discover service...
Using the same connectivity firmware, a dfu update using nrfutil takes about four times as long as the same update using nrf connect. I have to setup dfu updating in a production...
Hi,
I am trying to communicate with a Wi-Fi module external to nRF52840 via UART. I am using the nrf_serial_read() API. I have tried different values for UART baud rate...
Hello, I am trying to broadcast a data among 2 receivers with a special ACK payload. I transmit and gather ACK with one receiver properly yet m_nrf_esb_mainstate locks in...
Hi,
I am trying to use Segger embedded studio for my project,
I get these errors:
Building ‘ble_app_uart_c_pca10028_s130’ from solution ‘ble_app_uart_c_pca10028_s130...
hello,BPROT does not work normally when i am debugging BPROT.
when i set CONFIG0 bit2 to 1,that is NRF_BPROT->CONFIG0 = 0x00000004,then i want to erase block 2(start address...
I am having a hard time turning ON semihosting. Here's my setup:
- Debugging is done via Eclipse GDB SEGGER J-Link Debugging with the Enable Semihosting checked and console...
Hi all,
I have a problem. I add NUS to light switch proxy . But the first time, I use nRF_UART or nRF Mesh connect to my Dev Kit. Then, I disconnect , I see it run MESH_GATT_EVT_TYPE_DISCONNECTED...
Hi,
I'm trying to set up a custom project with all the mentioned components. I build the bootloader, I'm using the `s140_nrf52_6.0.0_softdevice.hex` for the softdevice and...
Hi,
When i tried the light switch example from the Mesh 2.0 source code, i got the error code NRF_FAULT_ID_SD_ASSERT. when it is doing the provision process.
The last...
hi Nordic Support Team,
One Of Client has a Machine with Bluetooth Sending some Data every 1min.
They want to capture this data and Send this data through Mesh. Is it...
Hello,
I am using sdk 12.2.2 and nrf52 customised development board. My challenge is as follows.
1) I am getting success in fds'_write function.
ret_code_t ret = fds_record_write...
We planing to use the NFR52832 with heavy algorithm (Real time ECG analysis) with light BLE use. Does the BLE have higher priority that can slows the algorithm?