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...
I have been looking at the nRF51822 for a project, and have looked at several designs available on the web for reference (I prefer to plagiarize working stuff rather than...
Hello.
After connecting with a central, ble_evt_dispatch function in main.c receives BLE_EVT_BASE event (0x01) periodically. What is this? It looks like events related with...
Hi,
I´m using a watchdog in my Application. Furthermore I need the ability to use the ota/dfu functionality.
I trigger the bootloader with a simple beacon.
if((memcmp...
The documentation is lacking critical details about what the soft devices do with characteristic data you give it. When you create or update a characteristic you need to give...
Dear Nordic developers,
I want to write 24 bytes constant in Non-volatile Memory. Additionally, I want that this data can only be read by MCU and not being rewritten or...
Hello team,
Just a simple question:
Once a timer is created using app_timer_create method, and using APP_TIMER_MODE_REPEATED as paremeter, is this timer automatically...
With nRF51822, I have a GPIO port configuration function as:
static __INLINE void nrf_gpio_cfg_output_S0D1(uint32_t pin_number)
{
NRF_GPIO->PIN_CNF[pin_number] = (GPIO_PIN_CNF_SENSE_Disabled...
I'm putting an nRF51 into an existing electronic device where I can't change the case at all. That means that my antenna will be very sub-optimal. However, I don't need very...
We are experiencing bizarre, bizarre DFU problems.
I have a custom circuit board with a NRF51822-QFAC - when I initiate a DFU with an iPod touch purchased in the United...
I have a strange problem trying to use timer1 in a trivial app that's loaded via DFU. I can't get delays longer than about 1 second, despite having the prescaler set to 9...
Hello Everybody,
My development board type is Nordic nRF51 - DK pca10028 board link I press Boot/Reset button and plug in the USB cable, then the LED5 is blinking,Now entered...
Hi,
I would like to connect my nRF51822 board to my PC (Bluetooth 4 compatible) instead of my Android phone.
Do we have a software (in exe) format available for that...
Hello,
I am testing the sample project under \nrf6310\s310\ble_ant_app_hrm.
I just made one modification to bond_manager_init function in main.c:
static void bond_manager_init...
According to the Product Specification of nRF51822, the internal 16MHz RC clock has tolerance up to +-5%. I am wondering what the context of this 5% is. Is it the highest...