Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
Good afternoon,
I am able to write data using polling mode with the macro NRF_SERIAL_CONFIG_DEF(serial_config, NRF_SERIAL_MODE_POLLING, NULL, NULL, NULL, NULL). I am using...
Hi together!
Ist it possible to send a CR (Carriage Return) over the programmable UART Buttons?
When yes, what is the Syntax for?
For example, i need to send such a...
Hi
I used nrfutil.exe (v3.5.1 based on python v2.7.13) to create bootloader.zip file from SDK v15 - \dfu\secure_bootloader\pca10040_ble\ sample code.
CMD : nrfutil.exe...
It appears as if the LFCLK is not calibrated to 500PPM accuracy. I display the time in the system and every 60 seconds it falls 2-3 seconds later relative to the clock on...
nRF52832 / SDK V15.0.0 / nRF connect / DFU OTA Buttonless
Hello,
My device name is 21 chars but it is truncated and appears as 20 chars in nRF Connect "Discovery devices...
We are using an nrf51822 processor, running off of 2.7 volts from a switching power supply, powered with 12.4volts. The processor has simple gpio connections, and a battery...
Hi,
The structure nrfx_spim_xfer_desc_t contains both tx_length and rx_length fields.
Is there a situation where tx_length != rx_length ?
Thanks,
Daniel
I have a nicely working application that occasionally hangs. I have managed to trap a "hard fault" under the debugger (using VS with GCC). I have the system halted with the...
hello, Nordic developers!
I needs help develop rnf52840.
Goal
My goal is ble & 802.15.4 mutiprotocol, not using zboss network.
Actually, It is the same situation as...
Hello,
I am in the process trying to send multiple packets over ble but cannot seems to figure out this UART example.
I have read many posts that use ` ble_nus_string_send...
My understanding is that the nRF52840, which is the only nordic device to support the long range bluetooth physical layer. Additionally this chip requires SoftDevices 140...
Good day,
We are planning in developing our own custom-made nRF52840 PCB using the reference schematics provided by Nordic Semiconductor.
In the initial phase of our...
Hi,
This is more of a bug report than a question, but not sure how to get in touch with engineers outside the forum.
In app_util.h (Using SDK 12.3.0) there are two...
(nRF51 SDK v12.3.0)
The function gcm_init() in gatt_cache_manager.c (BLE Peer Manager Lib) calls ble_conn_state_user_flag_acquire() part of the BLE Connection State Lib...