Skip to main content
Associate
March 29, 2024
Solved

"Matrix switch"

  • March 29, 2024
  • 2 replies
  • 1359 views

hello,

"I need some help on how to build an 8x8 relay matrix and how to control it with my STM32 board."

This topic has been closed for replies.
Best answer by Tesla DeLorean

Do you want to drive each one with an individual GPIO ?

Or use a driver with a shift register, or an IO Expander?

2 replies

Tesla DeLorean
Tesla DeLoreanBest answer
Guru
March 29, 2024

Do you want to drive each one with an individual GPIO ?

Or use a driver with a shift register, or an IO Expander?

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
Zhani98Author
Associate
March 30, 2024

"My project involves developing a modular switching system. To accomplish this, I have created a LabVIEW interface to send commands to my first STM32 board via Ethernet. This STM32 board will then relay these commands to the second STM32 board, which will control the relay matrix. Initially, I plan to work with either an 8x8 or 4x4 relay matrix. I am seeking guidance on how to construct the relay matrix and how to control it using my STM32 board."