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...
running Windows 10 Pro 22H2 and using j-link v9
i tried to read firmware from nrf51822-QFAB by using " nrfjprog --readcode dump_nRF51822.hex", but it gave me an error...
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...
The NRF52 product specification (aka, datasheet) has 3 chapters in it all relating to TWI: TWI (chapter 49), TWIM (chapter 33), and TWIS (chapter 34).
Which section (TWI...
Hi,
I'm trying to interface SIM808 with nrf51822 over uart using nrf_drv_uart. Everything works well for some time, but then uart starts reporting error code 1, NRF_UART_ERROR_PARITY_MASK...
Hello,
I am working with the GPIOTE library to get a GPIOTE_IRQ from a peripheral.
I have several questions regarding the library and how IRQ works.
1.How do I clear...
Hello,
I am using SDK7.1.0 for NRF51822.
In my subroutine, I would like to disconnect with the peer device, and re-advertise. But when after re-advertising, I found the...
Is it possible to set scope for search in info-center only for SDK 11? It search in all SDK versions and sorts results randomly. It is very annoying. Especially when there...
Hi,
I want to build expertise in BLE and want to use the Nordic nRF51x22 to build a hardware and write the firmware for the same.
I am planning to use the nRF51 DK....
I'm calling sd_ble_gatts_characteristic_add multiple times to add characteristics to a peripheral. At some point I get a return value of 0x200020B6. I'm not making much headway...
Hello everyone,
I am trying to use the ble_app_hrs_rscs_relay example from SDK V11 for s130 (2.0.1).
It compiles and works well when I use an pc10028 evaluation board...
If I have multiple services, 2 for example, how should I set up the srdata.uuids_complete.p_uuids in the code:
ble_advdata_t srdata;
memset(&srdata, 0, sizeof(srdata)...
Hello,
I am developing beacon on nRF51DK and I want to store in non volatile memory some parameteres like:
ProximityUUID
Minor
Majnor
AdvInterval
Tx_power...
Is it possible to configure SPI Master API to send multi-byte words?
My peripheral expects transfers in 16-bit blocks (CS goes low, 16 bits are clocked in, CS goes high...
Hi guys,
I'm going to start the development of a new project based on nrf52832 and I have to decide the firmware architecture and APIs. Designing the support for the Nordic...
I am using a digital microphone using i2S interface with the following signals: BCLK (bit clock), WS (word strobe), SELECT (select for Left/Right) and SDOUT (digital data...
I received that error using master control panel version 3.7.1
While using the last nRFgo Studio (1.21.2) it tells me JLinkARM.dll is not correctly installed. Please run...
Hi! I need to sample and send adc values using ble_nus to read it on an android device. I am using nrf 51DK and SDK version 10.
I tried the below two codes but they are not...