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...
Could you estimate the free space for Application on nRF51 and mRF52, on this case for Homekit with FOTA :
Boot Loadeer with FOTA
Homekit Enable
BLE Software Device...
What are the options to update firmware (Application/Bootloader/Softdevices) for multiple devices built on NRF51x22 ?
Using Master Control Panel could take days programming...
Dear Nordic Team,
I am using HID mouse example code in my nordic dk board.
I can able implemented fallowing logic in my code to do left , right and middle button click...
Hi,
I am using nRF51422 with SDK 9.0 and SoftDevice130 with nus service. I have a custom android app running on BLE uart service. Data communication and connection handling...
How to save the uart app on my nrf51dk board? it only runs when i connect it with the usb. another question nrf51dk have a nrf51822 chip(SoC)?
please help me out. i want...
Hi,
I have installed EmBlocks 3.2 (the last one) but only extremely simple examples will compile.
It appears that the support files in wizard/arm/nordic/nordic.zip/Common...
I have been struggling with the custom characteristic implementation. I have followed the great tutorial on custom service that is online but there is really no doc or information...
The nRF Beacons iPhone or Android app requires adding a new beacon devices in order to notified events. Is it a must for beacons? Or is it just a one step for examples. In...
I try to advertise with a custom UUID and I do not know how to do it.
The standard services works with 16 bits and I need to work with 128 bits
So how can I do it?
Thanks...
Dear Nordic family,
I am using Bluetooth Low Energy, Beacon module with ARM Core from Tindie ( Product link ). The reference manual from their website is attached IMM-NRF51822_RefMan...
I am trying to work on ble_app_uart example project working.
I am able to see that the "nus_data_handler" is triggered when any data is received over the BLE channel. On...
[Duplicate question. See the original post here ]
Dear Nordic team,
I have purchased Bluetooth Low Energy, Beacon module with ARM Core from Tindie
They gave me...
Hi,
Im trying to send data via the NUS service which is larger than 20 bytes. I understand that I have to break down the data into chunks in this case, which is what I...
I am new to embedded programming.
I use JLINKEXE (on Mac) to load the S110 softdevice and my application. When I am in the debugger, the app loads and all runs as expected...