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...
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,
I would like to use DMA on UART1 on the nRF9160. Can you provide an example for setting up the UART with DMA for Zephyr? I can't find any documentation or direction...
Hi,
I am developing firmware for both nRF52832 and nRF52840 chips. For serial communication, I would like to have a common interface for both chips, which means sending...
Hi!
We are developing a beacon for a hursh environment based on NRF52832 chip and now close to production. Recently we've noticed that unit power consumption for some reason...
I want to use extended advertising features , I search ble_peripheral only one example is ble_app_rscs
I compiler and program, i can't find the device in my phone app
...
i download App(iOSDFULibrary) from https://github.com/NordicSemiconductor/IOS-Pods-DFU-Library .
And delete all firmware itself have. Put my firmware into folder (Firmwares...
Hi,
i am doing a project where i am modifying secure uart boot loader,
the problem which i am facing is while debugging into boot loader example i am not able to see the...
Hello all,
I've been modifying the thingy:52 mesh demo ( https://github.com/NordicPlayground/Nordic-Thingy52-mesh-demo) to support more sensors but I've noticed a severe...
The NRF52810, gives the 0dBm out, with 4.6mA peak current 。
When we using, we plan 20Kpcs for mass product, the current is more 4.6mA, it is 7.4mA 。
we use the 2MBPS air...
I would like to have multiple threads simultaneously accessing the modem via the AT commands over the AF_LTE socket. Thread1 does the normal AT+CFUN=1 and other active commands...
running DFU example from <SDK 15.3>\examples\dfu\secure_dfu_test_images\ble\nrf52840 , and attempting a DFU update of:
sd_s140_bootloader_buttonless_with_setting_page_dfu_secure_ble_debug_without_bonds...
Hi everyone.
I have a problem with processing with recived UART data. I'm using software UART from example > peripheral > uart.
I use nRF to comunicate with GSM module...
Hello,
how can I store CCCD values in flash?
I read that the peer manager handles it ,but when i reset my device and load all bonded peer data, the CCCDs are not set....
Hello everyone,
i'm trying to hook up an external i2C sensor to P5 connector (TWI_SCL_EXT, TWI_SDA_EXT) and created a device driver template ( from drv_gas_sensor.c example...