During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
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...
In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
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...
Hello,
I am evaluating the module MBN52832 from Murata (Using the development kit). I have installed nRF Connect v2.3 and I have installed and launched Bluetooth Low Energy...
Hi,
In this topic , i was asking about how to increase range in mesh networks. I did some outdoors tests (clear field), changing power (-40, +4, +8 dBm) and mode (1MB and...
I am using nrf52832 to develop based on SDK14.2. I have defined a custom service . There are 7 characteristic in this service. The attribute of each characteristic is set...
When broadcasting mesh messages I use the access_reliable_t struct to set data.
I need clarification on what the contents indicate. The documentation is sparse and doesn...
I'm trying to model up current consumption of our system. I'm looking to put the nRF52840 into System OFF, no RAM, Normal voltage mode and waking up on both GPIO and USB Detect...
Hi,
Is there a list of the exact part numbers for all the components used in the nRF52832 reference designs? I could only find a pretty general Bill of Materials in the...
I am planning to make a custom board using nrf52832 ,for that i need to know what are all the steps need to be followed to perform OTA DFU to upload a custom firmware . List...
Hi everyone.
I'm working with light switch example in MESH SDK 2.0.1.
I want to provisioner working like a client. Provisioner can send command to another node to on/off...
I have to implement temperature sensor readings continuously through interrupts instead of busy waiting example in SDK in order to notify those values over BLE to cloud. ...
I'm looking to encode and decode an AFSK signal (via wire not RF) using 2KHz (0) & 4KHz (1) with an 8-bit frame size and 6 frames to a block. Is this achievable with the Micro...
hello sir i am designing a custom pcb based on your mcu nrf52832 board
can you help me how to customize it according to my need without disturbing antenna .
USB device don't recognized by system if we try to use more than one endpoint in app_usbd_hid_generic library:
APP_USBD_HID_GENERIC_GLOBAL_DEF(m_app_hid, INTERFACE_NUMBER...
Hello Nordic
I'm using nRF5_SDK_15.0.0_a53641a.
I think I found a bug with the ble_nus.c, line: 96
I think the rx_handles.cccd_handle should be the tx_handles.cccd_handle...
Dear all,
I'm trying to run nimble stack with Nuttx OS on nrf52832(pca10040) reference board. Now , most function is working , but it is not stable .
Sometime , the svc...
Hi,
This function is called after I turn on Bluetooth a while of my project.
What is the cause of this and How can I do to fix it? I can't debug to source code of softdevice...