we also produced self PWM for ADC wave form testing. when we stop transmission, we will get good waveform out, but when we starting transmission, output waveform shape is...
Dear Support,
I have some troubles with the Evaluation Kit for nRF51822 :
I use the broad as a central role with S120_nrf51822_1.0.0_softdevice.hex and example...
Suppose a nRF9E5 transmitter is set for continuous transmission on a channel.
A nRF9E5 receiver listening on that channel:
finds carrier and sets CD
finds address...
I will be deploying my nRF51822-powered devices into the field and the end user will not be able to have any physical access to, for example, power cycle the board. I need...
Hi,
We are using the ble_app_uart example in evaluation board to read data from some sensors and send it to the nRF UART V2.0 in Android 4.4. Every 20 ms I am trying to...
I am try this at nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
Firt I connect to Android device and keep one whitelist.pp_addrs and one whitelist...
Our device connects to a cell tower and then creates a socket to our gateway. I monitor +CEREG to see what it goes through to connect to a cell tower. Below is the meaning...
I testing UART0 data transmossion. But, could resolve why CPU resets when executing : if (!nrfx_is_in_ram(buf)) in uart_nrfx_uarte.c file. See atached image, where Reset occurs...
I am developing a custom board with an electronic paper device (EPD) attached, which will be controlled with SPI and a five additional GPIOs (a mixture of inputs and outputs...
Hi Guys,
I have a nRF5340-DK(PCA10095) here and I'm planned to perform some BT-SIG RF testing with it but I can't find the proper hex file for DTM(Direct test mode) setup...
I (think I) have successfully located the code responsible for handling the data received BUT! The code segment:
in app_uart_fifo.c
seem to only receive a paltry 1...
Hello
I want to measure Low power current in nrf52840-DK with System ON mode.
I need to know how much current consumes by nrf52840 SoC while I2C Engine ON, SPI ON, and...
Hi.
I am working with the nrfConnect SDK 1.8.0. I would like to configure the nrf5340 for maximum throughput to work as a server for a smartphone device.
How should...
Hi all,
I am using NRF52840 and I am saving some data to the flash memory using fds. The data are 216 bytes in each file and there are 3400 files which is in total 734kbytes...
Hi,
In my application, I am writing in flash.
But when I do so, my openthread data in flash gets o verwritten, the node doesn't retain its commissioning data.
In nrf_SDK_For_Thread_and_Zigbee...
Hi All ,
I am using nrf9160Dk ,When i use asset tracker V2 i successfully get the GPS values on the nrf Cloud . But when i use the Asset Tracker only then i am unable to...
Hi there,
From the product specification of the nrf5340, we can only find UARTE peripherals (UART with EasyDMA). Is it possible to implement uart without DMA? Of course...
Hi
I was just curious as to whether or not there is a specific reason the Xenon's PWM capabilities are not available with NCS/Zephyr. Is there a hard limitation or is this...
Hi Team,
SDK - 17.1.0
chip -nrf52810
I want to store sensor data (12 bytes) every 30 seconds in flash memory. Once the flash is full, I want to replace the old data...
I'm trying to interface with the ds1339 real time clock to set and read the time for timestamping tasks in ncs 1.8.0. I've found a few tutorials that boil down to:
1....