stm32-emulator VS turbo-resin

Compare stm32-emulator vs turbo-resin and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
stm32-emulator turbo-resin
9 13
331 186
- -
0.0 0.0
over 1 year ago about 1 year ago
Rust Rust
GNU General Public License v3.0 only GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

stm32-emulator

Posts with mentions or reviews of stm32-emulator. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-15.

turbo-resin

Posts with mentions or reviews of turbo-resin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-19.
  • Asynchronous Rust on Cortex-M Microcontrollers
    5 projects | news.ycombinator.com | 19 Jul 2023
    Async Rust does definitely work for non-toy use cases. As a data point, we use Embassy for all production firmware at my startup (https://akiles.app/en), using async tasks for everything: Bluetooth, TCP/IP networking, motor control, user interface (LEDs, keypad), a key-value database in flash, stats collection... Async helps with battery life too since it allows putting the core to sleep when no task has work to do, it allows us to build devices with 1-2 years of battery life.

    There's other companies using Embassy in production. Sadly firmwares are usually not open source. There's a few non-toy open-source projects using Embassy though:

    - https://github.com/nviennot/turbo-resin

  • ISO A Mobo..
    1 project | /r/AnycubicPhoton | 9 Feb 2023
    I know this exists, https://github.com/nviennot/turbo-resin maybe they already have something documented?
  • Best ~9” screen printer that isn’t locked to Chitubox?
    2 projects | /r/resinprinting | 25 Oct 2022
    There has been some steady (but slow) progress on an open source firmware for a few popular printers, with one of the goals being to allow multiple file formats. I believe they're still targeting the Mono 4k and Saturn for their first release, but I haven't checked in on the project for awhile.
  • A fast STM32 embedded system emulator implemented in Rust
    5 projects | /r/rust | 24 Jul 2022
    Yes!! Here's my Rust 3d printer software: https://github.com/nviennot/turbo-resin
  • How SoL am I? Can it be fixed?
    2 projects | /r/AnyCubicPhotonMonoX | 18 Jun 2022
    There's a nice Photon Mono 4k reverse engineering project by Nicolas Viennot on GitHub where he fixes the crappy touch sensing in the firmware. The goal is to replace the firmware on a variety of chitu-based resin printers with much better open source firmware.
  • Emulating the original Elegoo Saturn firmware, unmodified
    2 projects | /r/resinprinting | 10 May 2022
    Backstory: I'm writing TurboResin, an open-source firmware for resin 3d printers. We want to support many printers, and one of the difficulty is to understand the electronic board layout and protocols of each printer.
  • What is the ender 3 of the resin gang?
    1 project | /r/3Dprinting | 15 Apr 2022
    It's coming https://github.com/nviennot/turbo-resin
  • Part9 of the Mono 4K reverse engineering: Driving the LCD Panel, displaying a print layer from USB
    2 projects | /r/resinprinting | 7 Mar 2022
    This is the last part of the reverse engineering series. At this point we are confident that we can finish the firmware to do a print. The firmware repository is here: https://github.com/nviennot/turbo-resin/
  • New to 3D printing had a few questions!
    1 project | /r/AnycubicPhoton | 5 Mar 2022
    There is a project to produce an open source firmware for resin printers TurboResin - it's at a very early stage (not able to actually print yet, but making progress) In time, it should be able to do something similar to what the RERF does and use different exposure times within the same print to strengthen interior parts while leaving surfaces less exposed for maximum detail, which would be very cool!
  • Heated resin experiment (part 3)
    1 project | /r/resinprinting | 15 Feb 2022
    That's it in a nutshell. I think the pump idea would work but resin is messy so changing resins would be a pain and you would have to clean the lines. Although if you had control of the printer which this project looks well on it's way to accomplishing: https://github.com/nviennot/turbo-resin then you could use the build plate to mix the resin which would simplify things a lot.

What are some alternatives?

When comparing stm32-emulator and turbo-resin you can also consider the following projects:

UVtools - MSLA/DLP, file analysis, calibration, repair, conversion and manipulation

embassy - Modern embedded framework, using Rust and async.

gdbstub - An ergonomic, featureful, and easy-to-integrate implementation of the GDB Remote Serial Protocol in Rust (with no-compromises #![no_std] support)

reversing-mono4k - Reverse engineering of the Anycubic Mono 4K

wokwi-features - Wokwi Feature requests & Bug Reports