meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| projects:spincoater:start [2026/01/18 20:26] – removed - external edit (Unknown date) 127.0.0.1 | projects:spincoater:start [2026/01/18 20:29] (current) – rahix | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Spin Coater ====== | ||
| + | We are building a spin coater based on the MAASI spin coater, see: [[https:// | ||
| + | |||
| + | * [[https:// | ||
| + | * [[projects: | ||
| + | |||
| + | {{: | ||
| + | |||
| + | === Software & Electronics === | ||
| + | Our current approach is, to not utilize the C-based firmware and go with a rewrite in Rust. | ||
| + | The Code can be checked at: | ||
| + | |||
| + | Currently, we can run the PWM of the AfroESC[[https:// | ||
| + | |||
| + | Open ToDo' | ||
| + | * Make a PID+RPM-Sensor work. A Promising candidate for the PID is: [[https:// | ||
| + | * Make DSHOT Work, there is also a Crate for this![[https:// | ||
| + | |||
| + | === Display === | ||
| + | We currently utilize a Nextion based stack, although this can be saved later on, as we could potentially provide an abstract implementation. | ||
| + | Each peripheral would need to just provide a Result, which either contains a command or an ErrCommand. | ||