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...
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...
Dear Nordic engineer,
Here is a question when we use the chip's automatic response function, the MCU PRX can download the packet, but PTX can not receive the ACK signal...
Hi.
I'm busy to add the nrf8001 BLE module to my PIC32MM product for negative pressure monitoring in a small area. Is there is list of minimum settings that is available...
Hello,
I'm having issues with the advertising module in SDK 15.0. I basically want the device to fast advertise for 3 minutes and then switch to slow advertising forever...
When I configured POWER_CONFIG_DEFAULT_DCDCEN =1, I found almost no change compared to the case of dcdc, but when I added APP_ERROR_CHECK(sd_power_dcdc_mode_set(NRF_POWER_DCDC_ENABLE...
Quite a generic FreeRTOS question probably here but... on an interrupt, what's the stack the ISR uses? Is it the one from the stack that got interrupted? If so, I guess that...
HI!
I'm using two nRF52840 boards to communicate using ESB. The ESB API doesn't have a pairing protocol so I figured I'd write one without encryption or any bells and...
Hi all,
when I insert ble_nus into mesh_gatt . I realized there are two pulse functions with the same function:
and
if they let them coexist , when I use nrf_connect...
Hi
Using the iOS 'nrf Mesh' application I can provision a PCA10056 succesfully.
I have written fimware image that sniffs for mesh related becaons, and when I power up...
I want advertise data only change with uuid for every 100ms I gone through the nrf 51power consumption guide I guess its same for nrf52 any help for changes or must have points...
Hi,
I'm using multilink Central device with SDK9.0 and stack S130. I'm able to connect to multilink peripheral device as expected. But i am not able to connect to a Custom...
Hi, is it possible to check the current configuration of a GPIO pin? I mean if the pin is currently configured as input or output. Next I need to uninitialize it and reinitialize...
Hi,
the Nordic nRF-series SoCs have got the restriction, that the power has to rise from 0 V to 1.7 V in 60 ms for a guaranteed POR. In our application we cannot guarantee...
We use nRF52832 on our product. We need to update the application remotely in the field using smartphone with BT. The unit in the field will already have an app running on...
Hi,
I'm working on treating the nrf as a CDC ACM device and in order to test it I've been using a script to send input to the chip through echo commands to the /dev/ttyACM...