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...
Hello all, our team developing the Android app to work with nRF devices and now we need to delete bond information from Android in some cases. The documentation does not offer...
Hi,
When I call sd_ble_gatts_sys_attr_set and p_sys_attr_data points to data in flash I get a NRF_ERROR_INVALID_DATA. When I point to the same data in RAM I don't get an...
I am using NRF_TIMER1 with 16-bit mode and prescaler of 0 as a counter, to count the pulses of an incoming square wave signal in a given time window. What is the upper limit...
Hi Nordic,
Can you please shed some light on the size of NFC stack on nRF52?
Also, what NFC operation modes (Reader/Writer, Peer-to-Peer, Card Emulation) can be supported...
I'm pretty new to embedded systems development, but I've started to find my way around. I am trying to strip the SDK example programs down to minimal examples, in order to...
Hi!
I am trying to implement oob pairing, but I don't know how to do it.
I' ve got 2 nrf devices. Central and peripheral.
Central receives oob data, which it stores in...
Hello, I am using spi_master example to get a sensor output from ADXL345. Currently, it seems my code can read output data, but there is error showing for settings mismatch...
Hello!
I successfully followed nAN-36 and loaded the code into a NRF51 DK (PCA10028).
The next step I intend to take is to prepare a custom central service that matches...
Why sd_ble_gattc_hv_confirm returns NRF_ERROR_BUSY ?
I want to send a confirmation after I receive a indication from server(s110 ) ,when I receive data ,
in on_evt_hvx(...
I am trying to figure how to pin my nrf51822 on a PCB. I need the chip to sample and convert an analog voltage signal coming from a photodiode heartbeat detection circuit...
Hello
I want to setting up DFU in my project. I followed this document :
link text
I'm using IAR EWARM and nRF51_SDK_8.0.0 and "nRF51_SDK_8.0.0\examples\dfu\bootloader...
Dear all,
I have written some code that controls the SPIS and allows it to transfer data as if it were a master. I am generating the SPIS clock from one timer, and I am...
Hi everyone
for my application I must use the Bluegiga dongle like central (PC side) and nRF51822 for peripheral (hardware side).
So I implemented cable replacement app...