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...
Hi all,
I am a new user to the BLE technology and to the Nordic's development tools/chips.
I use the nRF51822 development kit and the nRFgo Starter kit to develop a BLE...
In my current project, I have to develop a board with 2 mcu:
nRF51822
STM32F2/F4
The nRF51822 should running S110 SoftDevice and act as a kind of »over the air«...
Hi,
i am using the adc module to read 3 channels in an app_timer handler. I configure the adc each time i get into the handler to read the desired input and read it twice...
I am developing packet exchange process for betwween nRF51822 BLE to My MCU.
I modify to use nordic demo project.
It is place C:\Keil\ARM\Device\Nordic\nrf51822\Board\pca10001...
Hi,
I created firmware to nRF51822 Development Kit but I have a problem with connection. PCA10004 board is programmed to advertising packets whole the time and measure battery...
Hi ,
We are using nordic nrf51822 custom board.
In our we are not using any external oscillator.
so here is my configuration for advertisement in ble_proximity
...
Hello,
I have posted a question regarding the HID template code for the nrf8001. I would like to say that the progress from your help has helped immensely.
Currently...
I am having an interesting issue trying to send packets. Only a very small number are being received (~1 per second even when transmitting one after another), and they are...
I want to use a UICR for device serial number. Correct me if I am wrong but it is my understanding that a UICR cannot be changed programmatically like onboard flash can. So...
I'm using the UART to talk to a GSM modem. It has hardware flow control and supports a baud rate of 115200. I'm using app_uart_fifo.c, not app_uart.c. I'm using the SoftDevice...
Hi,
Does Nordic Semiconductor provide any resources (codes, macros, documents) for work with IAR or Keil's simulator to fully simulate nRF51822's peripherals?
Thanks...
Hi,
I do:
err_code = ble_bondmngr_bonded_centrals_delete();
APP_ERROR_CHECK(err_code);
till now all is ok.
But when I do:
err_code = ble_bondmngr_whitelist_get...