Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
I'm trying to use the ADC and internal reference to measure battery voltage on the nrf51422, while S210 is enabled.
From the example nrf51-ble-app-temp-master, I found...
I have Nokia Lumia 630 and it works well with nRF51822-EK but only with SDK nrf51822_v5.1.0.36092 and SoftDevice 6.0.0. Now I decided to try DFU OTA. I programmed bootloader...
Hello,
As part of a Proof of concept reason on nRF52840 based SDK15.2 and s132_nrf52_6.1.0_softdevice, our BLE communication should support Just Work security and no secure...
Hi there,
we are working on a number of nRF52840-based hardware products with almost identical functionality. Some have USB and BLE connectivity, while others offer BLE...
Hello,
I am working in NCS and I am trying to save some data in flash before the SoC turns off.
I am starting by using the code below.
If I use this code in the main...
Hello everybody. Using the nRF52840-DK board and the Nordic example ble_app_uart_pca10056_s140 I am sending 200 bytes, repeatedly, to the Nordic UART APP. Everything works...
Hi,
What is the best approach to use a block of flash in nrf52840 as EEPROM. Are there any pre-existing library support for the same?
Also which is the best flash operation...
Hi,
I have gone through the lfs file system from zephyr samples but I could not find any solid documentation for fs and spi flash drivers available.
I have written the...
Hello,
I want to use the PWM driver to change the output voltage with respect to analog input voltage. If I call the simple_playback_sequence from the SAADC event handler...
Good day. Some smartphones cannot connect to NRF52832 (SDK17): - iPhone XR - iPhone 11 Detection goes well, but smartphones cannot fully connect and freeze at the connection...
Hi Sir,
We tried to download the nwp_024 , and check the tape reel information of nRF5340.
But we could not find the nRF5340 lists in "table 2. Carrier tape dimensions...
Hey everyone,
I firstly want to preface this with my lack of credentials. I'm very new to embedded systems development and am figuring things out slowly so please bear with...
I want to initialize LFCLK on startup to reduce power consumption. I am doing it as given below. Is this the correct approach of initializing LFCLK to reduce power consumption...
Hi,
I am using nRF52840 as BLE peripheral, on a Zephyr application under NCS 1.4.2
I want to limit the connection interval to 7.5ms (min+max)
I can see that the only...
Hi Nordic DevTeam,
I am using nRF52840 (1MB Flash, 256kB RAM). I would like to store a log data to flash memory that I can extract them to my Android phone later on when...