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...
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...
Hello,
I need to know does nordic S120 stack gives the RSSI value on receiving data from peripheral? Currently I am able to get the peripheral RSSI on peripheral device...
I can not compile the example project 'ble_app_uart_s132_pca10036' ,in nRF52_SDK_0.9.2_dbc28c9\examples\ble_peripheral\ble_app_uart\pca10036\s132\arm5_no_packs.the error given...
The Nordic UART code was built for the UARTE using the following definitions:
#define UART0_CONFIG_USE_EASY_DMA true
#define UART_EASY_DMA_SUPPORT 1
#define UART_LEGACY_SUPPORT...
I add my own codes in nRF51-ble-bcast-mesh-sdk-8-support project,
then I find that if device_flash_init() is compile to this project,
the program cannot finish rbc_mesh_init...
Hi,
I have app + bootloader in one packet. On Android nRF Toolbox both can be updated in one step using Distribution Packet option. Is this possible on iOS?
I know it...
The BLE Central tutorial (S130 based) does not connect to my peripheral. My peripheral connects fine to the Android MCP and the 128-bit service UUID is what I expect.
I...
I use nrfgo studio to program the hex file. but I have only 128kb of flash and the softdevice took 88kb which left less then 50kb. I have a hex file of 70kb
my question is...
hello.
I develope the using the Nrf51822, bootloader and application not using softdevice llbrary.
the procedure is that one mcu send the mrf51822 by uart. and mrf51822...
Now I have generated bootloader.hex used by /DFU/bootloader.
After programming bootloader.hex and s110_nrf51_8.0.0.hex,the device's name changed to DfuTarg.
But when I...
Hell,
Wich BT dongle I can use to dawnload data fro board with nRF51822 chip on it?
If thear is App. to use for comunication and dawnloading data from electronic board with...
Hi,
I am using nRF51422 with s130 soft device along with SDK v9.0. I am trying to read/write flash memory using pstorage module. I am using BLE nus service for data transfer...
each time I start my program (nrf51 device) I get an error code I save in flash to check it at next restart. I can read error code 0x20
is this a correct error code and what...
Hi,
I try to generate a PWM signal on PCA10040 with the nRF52832. To do that I copied the code from the Product Specification into my application, but nothing comes out....
Hi,
I made my prototype board using the nrf51822 chip. for this prototype i use an on-board connector + external programmer to flash the nrf51822 chip.
that's work...