Skip to main content
Visitor II
November 29, 2025
Question

STEVAL-STWINKT1B: how to send data directly to a nucleo board?

  • November 29, 2025
  • 1 reply
  • 118 views

Hardware: STEVAL-STWINKT1B and NUCLEO-N657X0-Q

The STEVAL supports Nano Edge Studio and stdatalog-pysdk , but this will not work when communicating P2P to a Nucleo. Are there example codes for the STEVAL where it communicates eg. via UART to other boards? The only resource I could find is fp-sns-datalog2/Projects/STM32L4R9ZI-STWIN/Applications/DATALOG2 at main · STMicroelectronics/fp-sns-datalog2 , is it difficult to implement a communication protocol using that? There were multiple example codes for the NUCLEO, so no problem there. 

I already have implemented UART IT buffer on Nucleo (struggled getting UART DMA to work), so it would be easiest if something similar could be implemented on STEVAL.

 
    This topic has been closed for replies.

    1 reply

    williskAuthor
    Visitor II
    December 5, 2025

    Update: I think i found the correct repo: stm32-hotspot/stm32ai-nanoedge-datalogger: STM32 Application for datalogging feature with NanoEdge AI Studio It claims to show how to print sensor data over UART. I have not tried it yet, will be interesting to see how it works.