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...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello.
There is a label on the back of the nRF9160DK.
I can find "HWID: FF:6A:B3:34:69:AC" on the label.
nRF connect can get the same string: " FF:6A:B3:34:69:AC " when...
I am trying eddystone example from SDK 15, its working fine but once I press the button to enable connecting and function nrf_ble_es_on_start_connectable_advertising(); is...
I want to use REG0 to supply 1.8v to external 4.7k pull-ups including when the system is off. Looking at the product specification REG0 can supply 1mA while in system off...
I have updated my repos to the latest commits on master for zephyr, mcuboot, nrf, and nrfxlib. I ran `
pip3 install -r scripts\requirements.txt
and I can open the asset_tracker...
hi, I'm working with NRF52832, DFU service is configured as secured. my question is : i'm trying to change dfu char a ct e ristic property to "ind i cation" by writing to...
Hello
I would like to test if provisioning over GATT Bearer still works with our application. Firstly I thought of using the serial example together with the PyACI, but...
Hardware: nRF52832
SDK 14.2
Segger Studio
Hello Sir or Madam,
We've made a new hardware variant of a previous design with an nRF52832 on much smaller form factor...
I use the QSPI(SDK15.2) of NRF52840 to read and write FLASH. Every time I open QSPI function, QSPI is closed after writing flash, but after close QSPI, there will be occasional...
Hi,
I want to capture data from TWI ADXL345 and send them by ble_nus_data_send() to mobile. Timing of data sending is done by application timer. My problem is that when...
Hi,
I tried to merge ble_app_multilink_central and ble_app_uart_c.
But, when I run the project It errors like below
I thougt the problem is the address of RAM_START...
HI,
my new BLE project is using nRF52810 chipset. Following is the requirements:
1. BLE nRF52810 will pair with iphone/android taplet
2. iphone/android table will...
Hello All,
I am using "nRF52840-DK" with "nRF5_SDK_for_Thread_and_Zigbee_v3.0.0_d310e71" SDK which i am using with SEGGER Embedded Studio(SES) .
I tested the "Blinky"...