Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
Hi:
nRF52832 SDK17.1.0\examples\peripheral\spi\pca10040 , Is the maximum frequency of the SPI in here only 8M?
The following screenshots:
Can't the frequency be set...
I cannot add new devices on the nRF Cloud anymore.
After (intensive) trials with the cloud the Account screen changed and the relevant input fields are missing.
Therefore...
Hi all,
I occurred a weird phenomenon while debugging custom nRF52832 board.
Basic idea is to enable ADC(including nRF52832 ADC module and a LDO powering Analog front...
In nRF Connect 3.7.0 I'm trying to configure the NRF Matter cli as described:
github.com/.../nrfconnect_examples_cli.md
In SES I changed CONFIG_CHIP_LIB_SHELL=y:
After...
Hi,
Our product has the nRF52840 with onboard BLE antenna.
As the BLE link is on and operated i.e. communicates with TWN pad the wireless Microsoft keyboard and mouse...
Hi, nrf5832 nRF5_SDK_17.0.2 Application: we need only advertising every 10seconds, but not power optimized. The main goal is consume as low power as possible. We followed...
Hi,
I would like to know why FDS_CRC_CHECK_ON_WRITE and FDS_CRC_CHECK_ON_READ are 0 by default in the sample code. I think it's better to set it to 1 by default for write...
Hi,
I have a question about the nRF5340 pdk device and the supporting documentation.I want to know the maximum current of nrf5340pdk's GPIO, but it is not stated in the...
Hi,
what is the reason that the TX power of +8dBm of nrf52840 was reduced to +3dBm for nrf5340?
Does this mean that the transmission distance is almost reduced to half...
I have a custom nRF52833 board that acts as an HID device, which works perfectly. I now need to get values from the USB to the serial monitor for easy debugging purposes....
i found that 52832 will always restart while power supply voltage between 0.6V - 1.0V。if lower than 0.6V or higher than 1.0V. it won‘t happen。my pseudo code is follow:
power...
Hello everyone,
I'm using the NCS/Zephyr settings subsystem to store some application data in non-volatile memory.
The settings structure looks something like this:
...
I'm working on ncs 1.6.1 and nrf9160-DK.
I need to use SPI1, so i confirmed that UART1 is already disabled by default in ncs\v1.6.1\zephyr\boards\arm\nrf9160dk_nrf9160\nrf9160dk_nrf9160ns...