Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hi @ll,
I'm not able to receive any ble events that should be triggered by the SoftDevice.
What I did: - Using dfu_example (added beaconing advertiser and connectable...
hi,
I use SR3 52 V1.2 for development, and I want to copy a new project to change some code.
When I changed the file name, I found it could not be compiled through, only...
Hi all,
We are currently developing a wireless system for a musical instrument and MIDI controller based on a nRF52832 (using Laird BL652 modules). Our requirements prevents...
Hi,
I would like to test the ZigBee throughput like the examples ("ATT_MTU Throughput Example" for BLE and "Thread Throughput Measurement Application").
I'm not familiar...
Dear Support,
I am working with the new SDK 15, and got some question about using whitelist without device manager, and without pairing or bonding. As stated here: https...
I'm using v14 of the SDK and I cannot for the life of me get either the external 32MHz or 32.768kHz clocks working.
How is this possible using the SDK?
Our company is manufacturing security and telecom products. In our security product range, we are adding blue tooth based product which is under development. For this product...
I'm trying to add buttonless dfu to my app using the example from SDK14.1. It seems no matter how I adjust the memory I'm getting a NRF_ERROR_NO_MEM from ble_dfu_buttonless_async_svci_init...
Hi,
I have couple of questions about provisionning/configuration process:
1- I'm scanning with my phone and many ble devices show up (my devices and neighbor devices for...
Hi,
For my project I'd like to be able to remove GATT services/charactertistics. Is this possible? I can understand not being able to remove single services, but is it...
Hi
The application I'm currently working on has three debug settings:
DEBUG preprocessor symbol
Optimization level 0
NRF_LOG at debug level (using RTT)
...and...
On my custom board I have a button BUTTON_1 in between supply voltage (Vbatt = 3V) and input on nRF52832 - therefore input will receive 3 Volts directly.
I have configured...
Hi,
I am developing a code in which, among other things, when a button is pressed, a led turns on. In the same button handler, a timer is started to turn the led off a bit...