Dear all,
I use FDS module to store some data in flash of nRF52832. I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 to test the fds functions feature...
Hello,
I am using nrf51422 with stm32L0. There is a uart connection between nrf51422 and stm32l0. I want to transfer data from stm32l0 to nrf51422 through usart and push...
hi........... folks
i am merging two programs together uart and TWI sensor ...using nrf52382 and segger 15.2version
i am getting the error in ble_nus_send ,
even i have...
Software and Softdevice: SDK 12.3.0 keil5
Platform: Windows 10
Hardware: NRF52832 DK
I am trying to combine WDT and FATfs together. But once I have both of them, there...
I am trying to get a good handle on the difference in average power consumption between BLE point to point and Zigbee on an nRF52840. We have battery powered products and...
Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
I am writing code to get a nrf52840 DK to associate with an existing 802.15.4 coordinator using the 802.15.4 API module within SDK 15.2.
I've called "mlme_scan_req" and...
Hi Dear, I Supposed to migrate form nRF51822 to nFR52833 chip in my board. so i found that there are 3 packages mentioned for the nRF52833 in this document: www.nordicsemi...
Hello, Nordic
I'm developing with nrf52840, s340, sdk 16.0.0, gcc-arm-none-eabi-7-2018-q2 in my customboard.
Currently, I'm using master of Ble and Ant.
It is possible...
I want to send packets of 16 bit data over SPI at regular periods from a buffer. I'd appreciate a bit of clarification how to use the SPI xfer function (I already have the...
I'm trying to use https POST to deliver data payloads to Azure.
We've done a proof of concept using POSTMAN, and we're certain we've got the right method, correct headers...
Hi,
Is there any way by which we can log on nordic device on what packets being sent out?
My intention is to log each advertisement and on which channel it is advertised...
Hi everyone,
I am looking at the SAADC driver and I am struggling to understand the purpose of the nrf_drv_saadc_buffer_convert(). I have read that this is a non-blocking...
Hi,
I want to maximize the indication data throughput and minimize the latency with 4 connected devices.
Setup:
I’m using a nrf52840 as a ble client (sdk 15.2) that...
Hello, I updated the SDK and related SoftDevice of a project based on nRF52832_xxAA
from: 14.2.0 nRF5 SDK - 5.0.0 SoftDevice S132 (compiled works with #define NRF_SDH_DISPATCH_MODEL...
Hallo,
i am currently working on my thesis and i need to build a broadcasting network, in which each node must be able to trasmit to all other nodes, and at the same time...
I am working on project which is based on nrf9160 Development board.
Where the clock is initialized in example code of thread or GPIO ? Which clock source is used by nrf9160...
Hoping this is a simple fix. I'm new to using GIT and I'd like to setup my nRF 5 SDK projects to work with GIT so I can backup and collaborate with others. I have a few nRF...
Hello
I am interfacing between a SPI Master (microcontroller) with a SPI Slave (nRF52832 based chip) and I get the following output on both ends. The transmission seems...
Hi,
I have run into an issue with nrf52840 on pca10056 v1.0.0 board. The softdevice is SD v6.1.0. It seems to be a hardfault which cause a reset when I tried to call sd_flash_write...
Hello,
I need to read resistive sensors values with SAADC. These sensors going throught multiplexer and amplifier. Infortunaly, the signal going into the SAADC is noisy...
There is a race condition in the SAADC driver when using buffer convert.
I am trying to drive ADC at maximum rate to sample 3 ADC channels, and so I call the following in...