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...
I recently got the Power Profiling Kit set up with the Power Profile 2.0.0 desktop software on OSX to measure current of my custom board. Sleep current for the whole board...
Hi,
In one of my application for Bluetooth 5.0 i would like to use nRF52840. Product requires certification. I would like to use MCU which has BLE on chip and certified...
Hi,
I'm using nrf523810. The current consumption that I get for proximity is 4mA and I want to reduce it to less than 1mA. I use the proximity example nrf5 sdk v14 and v15...
The computer and the 52832 are connected through a serial port. I want to send 2Kb data to my computer. But my computer can only receive 256b data. What should I do?
Hello,
I'm currently using the light switch proxy example with 3 server proxy, 1 client proxy and 1 provisionner.
The example is currently working but I don't understand...
Hi,
I have a question regarding the width of the RF traces on the NRF24L01+. From the gerbers I notice the width is approximately 0.5mm and the separation to the closest...
Hi every one.
I have issue that: our board production have NRF24L01+ IC not good, so we need replace them by new IC.
But we dont have enough NRF24L01+ IC, we have NRF24L01...
Hi Guys,
I'm using nRF52832 DK and trying to read analog values from the NTC thermistor.i'm using SAADC example.
i have used to this circuit to connect nRF52 with NTC...
After going through the SDK i came across the ST7735 LCD screen example.
On the SDK Page it says example uses the ILI9341 controller, But we can also configure it to use...
Hi,
I'm using nrf52832 and sdk14.2 and need to handle hardfaults in my code. From what I've found on the forums and infocenter, I need to modify the "void HardFault_process...
For some reason the ble_app_hrs example from SDK 15 disconnects after around 30-40 seconds (every time) and shows this error in the RTT logger: " 0> <info> app: Disconnected...
We're using systemoff=1 to turn our system off, but the command doesn't work after programming, i.e. device immediately turns back on with 16 MHz RC osc running, and current...
sometimes it discovery service no matter ,sometimes it stuck when call sd_ble_gattc_primary_services_discover and no callback event 。 why it is ? is a bug ?
HI,
Under nRF5_SDK_12.2.0_f012efa, with s132_nrf52_3.0.0_softdevice, run on system on low power mode.
I define an app_timer,below is my parameter
APP_TIMER_DEF(m_second_id...
Dear Nordic community
(SDK v14.2, nRF52832)
I have a real-time application where I am sending 6 packet of 20 byte Notification per connection interval. And there is not...