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...
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...
We are trying to get the ble_app_uart project to run on an nRF52810 using Soft Device 113, since our application will require the LE Data Packet Length Extension.
Can you...
Hi Nordic:
I saw some old threads says that UICR->custom can't be write after softdevice enabled
I want to write UICR for Mesh-sdk application after softdevice enabled...
Dear all,
II want to test nRF9160 lte RF performance, whether I only need to connect via USB and then send AT+command command, or whether I need to connect to the uart interface...
Dear all,
I don’t know how to use AT commands, what tools do I need, and how do I connect on the hardware?
I want to use uart for communication and transmit TX, and then...
Hello,
I'm migrating all my projects from Eclipse to VSCode. On Eclipse I used to debug using JLink tools, however I would like to have a more generic tool (not all the...
Details: SDK v15.2.0 using HX711 sample code copy-pasted over twi_master_using_nrf_twi_mngr example. Windows 8.1, uploading to nRF52 DK.
I am having a hard time understanding...
Hello,
I am using nrf52840 DK, Segger Studio IDE, Win10.
My application is I want to transfer the image from iOS to the DK board.
I am aware of the Image Transfer...
Hi,
We are using nRF52811 for one of our upcoming product. We plan to upgrade our firmware via DFU. I cant find any support or example codes for this controller for DFU...
Hello Nordic Team,
Currently I'm working in a BLE HID Project (joystick with 16 buttons and 2 axis (x and y)) usign a NfR52832 and modifying the hid mouse example from SDK...
Hi,
As well know, the nrf52832 had build-in a battery level detect function. It can get battery-level by following program
Would you please tell me how to design it...
Hi
When I finished the program and read back, I saw that there was unintentional data at 0x2D000 and 0x2E000.
I used up to 0x26000 addresses. Where is this memory used...
I've taken the basic examples/peripheral/blinky code and tried to add the logging module to it. For some reason the only time I can get the application to run and log correctly...