piogrammer / USB_ADXL345

adxl345withStm32f103C6,for all 3D printers equipped with klipper control system to provide resonance measurement function

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typec_ADXL345

The prices of raspberry pie is obviously too high🤯
So I tried to find other ways to install klipper (a control system for 3D printer,like marlin but more powerful!For more info:https://www.klipper3d.org/ ) Low power Intel processors seem to be a better solution , I got a motherboard from Waste Market which is equipped with the N3050 processor WOW,look at him : Highly integrated .
图片 But PC motherboards don't normally provide SPI for us to use, so we have to use MCU to provide SPI to connect ADXL345
For commercial printers, the schematic diagram of the control panel may not be published and, it's hard to find SPI pins.
Maybe you got a 3D printer several years ago which means avr was probably the most popular controller of the time, there is no remaining performance to connect an ADXL345
This module integrates stm32f103c6 high-performance ARM MCU (Taobao retail price is about 3 ¥), stm32 ommunicate with ADXL345 and trans data to klipper with usb.
PCB is designed for 0603 components, but unfortunately I lost these treasures, so I had to use 0805 components to cope temporarily😄.
I suggest you use 0603 component if you decide to clone this project
图片 This module is suitable for all 3D printers equipped with klipper firmware to achieve resonance measurement, especially for old or commercial machines
So you see, I succeeded. These are the data
图片 图片

About

adxl345withStm32f103C6,for all 3D printers equipped with klipper control system to provide resonance measurement function

License:GNU General Public License v3.0