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...
Hello all,
I recently migrated from SDK 15.0.0 to SDK 15.3.0 and as a result tried to migrate from SD 6.0.0 to 6.1.1.
My application goes to sleep after a while and when...
I am new to this environment.
Attempting to create a simple BLE app similar to the built-in BLE, but with some buttons to send predetermined commands to devices. Using the...
I applied Bonding to the UART example(ble_app_uart).
Bonding combined with the UART example works well, but there is one problem.
1. I did Bonding first. 2. After that...
Basically I get an Attribute not found error from sd_ble_gatts_value_get() in the nus_ble.c and then I never get any NUS events in the application. I'm trying to figure out...
Hi!
We have working solution with custom rf protocol based on NRF52832 and NRF52840(now it use 2 Mbps Nordic proprietary mode). Now we want improve it.
Could You give...
HI,
I have found some problem with nrfutil (version 5.2.0 installed from pypi).
Problem description:
When I am updating dfu with success (correct keys, packages etc...
Greetings,
I'm using 3 NRF52832 boards, s132 and SDK 14.2.0. I'm interested in connecting two hrs peripherals to a single hrs central, but have found some posts that say...
When creating an attribute specifying vloc as BLE_GATTS_VLOC_USER, it is not very clear that a storage pointer must be provided on creation of the attribute and cannot be...
Hi,e verybod, I use nrf51822 to do bluetooth keyboard, I hope the function is: After bluetooth keyboard connect the host,how to determine whether the connection is window...
I'm trying to create a virtual beacon on an Android Phone using nRF connect V4.22.3. Android Version on the phone is 8.1.0.
I've enabled a beacon using Advertiser. However...
In an BLE example I have a characteristic with the value 0x00001234. In the nRF Connect 2.0 for iOS i see the value 0x00001234 and in nRF Connect for Desktop v3.1 i see "34...
Using the logging module in ncs v1.0.0, I see some extra characters after the timestamp " <0x1b>[0m<inf>" and at the end of the line ", is there a way to fix this?
The terminal...
Dear All,
I am fairly new to the nrf9160 and the Zephyr Os.
I am trying to write a simple example code for watchdog. All I want to do is to reset my board if I don...
Hi,
I have some nRF52840 DK boards and want to develop a system with 5.0 BLE.
But my linux box host has older version:
Bluetooth: Core ver 2.22
My first question is...