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 everybody I'm using nRF Connect SDK 2.6.1. I have my own board based on nRF52840 SoC. I made an overlay file of nRF52840DK and changed its UART TX/RX settings according...
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...
Hi,
I would like to flash a CC3100MOD wifi chip from TI with the Nordic 52832 chip as a host. Attached is my schematic. I am fairly new to the nordic family but I have...
Hi,
The problem statement mentioned below.
What we are trying to do is Read Light value from the MAX44009 sensor on the TWI interface.
Looking at the data sheet for...
Hi,
I am using Nordic nRF52840 SoC with nRF5_SDK_15.2.0_9412b96 (SDK) and S140 softdevice. I tried to set Tx power to +8dbm using
rc = sd_ble_gap_tx_power_set (BLE_GAP_TX_POWER_ROLE_ADV...
I am currently involved in developing a product that is using the nrf52840. The product needs to keep precise time across a wide range of temperatures, which is why a 32Mhz...
Hi,
When I try spi commnucation with sensor on nrf52840 (using Mbed OS with SDK14.2), it stuck to nrf_spim_task_trigger (p_spim, NRF_SPIM_TASK_START); while spim_xfer is...
Hi,
I am trying to increase the sampling rate of the motion sensor on a Thingy:52. I managed to update the firmware and increase the BLE_GAP_ADV_INTERVAL_MAX from 200 to...
I am using softdevice s132, nRF52832 and SDK 15.3
This happens every time I connect the RX line.
This is an application where I implement UART with the HRS application...
Hi,
I am interested to know how to make a mesh node (for example, a light server) compatible to perform a DFU.
I have gone through the DFU page and I noticed that the...
Hello.
I am about to receive the Uart service for the Nordic SDK Central and peripheral.
I Use nrf 52832.
In the peripheral example, we used 'ble_nus_data_send'...
Hi,
I am using nRF52840 Enineering C chip on a custom board using SDK v15.3.0 with SoftDevice v6.1.1
I have modified the Blinky Central code and the Blinky Peripheral...
Hi. After my nRF52832 peripheral connects to an android / iOS, I am trying to read the MTU size that has been negotiated with the following code;
current_mtu is being...
The NVMC writting functions hasn't return values,
void nrf_nvmc_write_bytes(uint32_t address, const uint8_t * src, uint32_t num_bytes)
Does it mean that all internal...
When nRF52840 P0.09 / P0.10 are used as GPIOs, the datasheet indicates they can be used for "low frequency I/O only". What is the frequency limit on these pins? Would it be...