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,
I am using sdk12.2.2 and nrf52832 customized board. I am putting mcu to sleep mode using sd_power_system_off. Now when I am pressing button for first time I am not...
Using the include files and .dll file from
www.nordicsemi.com/.../nRF51822 -> "DOWNLOADS" -> "nRF51-BLE-Driver-Win" I have created a C# wrapper for the driver. I works so...
Hello,
I'm using multiple GPIO pins as inputs. Should I use nrf_drv_gpiote_in_event_enable() for each pin? Also how to configure the input_event_handler() to handle the...
Hello,
I'm a beginner on BLE protocol and i would like to send data during approximately 4us,stop it during the same time and transmit signal again during 4us and so on...
Hi
I’ve downloaded nRF5_SDK_11.0.0_89a8197 and starting with examples from \examples\ble_peripheral\???\pca10040\s132\arm5_no_packs\
I'm writing an application to be running...
Hi
I am new to ARM and Nordic programming.
I want to send one HEX byte via SPI.
It works with some HEX numbers and with some numbers it wont.
0x13 / 0x15 work
0x14...
I wonder if it is OK to change the lpcomp ref input on the fly, without any other stop task or disable/enable. Just like this:
//--------------------
static void lpcomp_set_ref...
i want to print the data to the uart to see the values in the uart..i am unable to initialize the uartt..
what are the things to be added for the initialization of the uart...
Hello I need to increase the maximum number of servers for clients to 100. I saw that in the light_switch_example_common.h file, the definition #define SERVER_NODE_COUNT ...
I am developing on a nrf52 board and trying to use sd_power_reset_reason_get(&uint32). This function should only be able to return succes, but I always get back 1. I saw a...
Hello,
I have a strange issue, when I set the name of the bootloader dfu peripheral name, inside of sdk_config.h
#define NRF_DFU_BLE_ADV_NAME "DfuTarg"
When I scan...
Even immediately after issuing a gc (garbage collect) command, "freeable words" is still 1022:
Why?
What does this number actually mean?
The documentation just says...
I'm hitting a couple of different logging issues with the latest SDK15. In the most recent case it appears std_n is hanging while calling nrf_log_frontend_dequeue.
Attached...
Hello,
We have an application made with SDK 11 on nrf52832 but we want to add mesh SDK. Is it possible to make coexistence with SDK 11 ( we don't want to do the migration...
I have to send packages continuously; How can I get feedback on the success of transmission before sending the next package? Which event should I use? and in what callback...