Skip to content

Interface iC-Haus MU series encoder with STM32 and use it as a drop-in replacement.

Notifications You must be signed in to change notification settings

tsadarsh/iC-MU_STM_Interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Clone and install python deps in a virtual environment using:

pip install -r requirements.txt
  1. Connect STM32's Nucleo-F401RE and upload the firmware (in lib/ and src/) (PlatformIO).
  2. Connect the encoder PCB to SPI3 pins (see Pinouts below).
  3. Run python main.py

Run using python3:

python3 gui/main.py

Pinouts

Pin Function
PC1 SPI3_NCS
PC10 SPI3_CLK
PC11 SPI3_MISO
PC12 SPI3_MOSI
PA2 UART2_TX
PA3 UART2_RX

About

Interface iC-Haus MU series encoder with STM32 and use it as a drop-in replacement.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published