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...
Hi,
When debugging with sdk_15.0.0 ble_app_butonless_dfu project(application project) + secure bootloader project(bootloader project),it will cost about 2~3 minutes for...
Hi,
I am trying to modify the multilink central example to send string to other board.
In the main.c I inserted the uart_init(), uart_event_handle() methods
I added...
Hi everybody,
I'm developing an product with :
NRF52840, V0.9.0, SDK15
In the DK I connected LIS3DH (accelerometer by TWI)
all works.I configuration of HZ and temperature...
Dear Nordic team,
I want to add DFU services to an existing application which is based on ble_app_uart example.( SDK 15.0.0, softdevice S132 6.0.0)
What I have done is...
Im working on merging blinky_c with light_switch_server. Took the blinky example as starting point then merge the mesh code accorging the Coexistence with nRF5 SDK BLE functionality...
The issue is that I fixed some of your bugs in the attached file, as follows:
Changed to handle larger number of records greater than 256 records, we need 500 records...
Hello-
I'm working with the " Experimental: Wireless UART Example".
Is there any way to periodically send data rather than just typing data into terminal?
hello
Im trying to send a small array with two integers over bluetooth mesh
but Im getting error code 7 invalid params..
how should I send an array like this?...
Hi,
I am working on PB Remote example. I would like to be able to run remote scan on my 5 servers immediately after they are provisioned.
For example, I provision the...
I have been using nRF Connect on a Samsung phone for a couple of months, and have forgotten how to install it. My daughter was playing with the phone and managed a factory...
I'm working on a BLE design for nRF52832, with SoftDevice S132 v5.0.0. The project uses FreeRTOS with Tickless Idle enabled. When the user powers the device off (from a UI...
Good morning,
I've inherited a line of nRF51822-powered products that are currently running firmware based on SDK10 and SD130 v1.0.0. UICR-> BOOTLOADERADDR is set to 0x3b000...
After switching from the Blinky example to another project, the BLE services have not been cleared from the Blinky project. The newly built UART App example will load, but...