A Question For The Arduino Programmers

This page summarizes the projects mentioned and recommended in the original post on /r/HotasDIY

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • toolchain-avr

    The AVR toolchain used by the Arduino IDE

  • The Arduino toolchain is built on gcc and avrlibc. The Arduino libraries were originally forked from the Wiring project - a "sketch" is just a c++ program without a main() function (auto inserted during compilation). It's expected that for complex hardware you are probably going to use some sort of support libraries to interface with them, rather than raw value processing (especially for things connected on busses like SPI or I2C).

  • AS5600

    Arduino library for AS5600 magnetic rotation meter

  • When I have looked for more information about AS5600, I have seen it used as encoder for stepper motors. There are some tutorials on YouTube (just search 'AS5600 encoder') and several libraries with examples on GitHub, like this one: https://github.com/RobTillaart/AS5600

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • nano_stepper

    Stepper feedback controller

  • MKS-SERVO42B

    MKS SERVO42B is 3d printer closed loop stepper motor NEMA17 MKS SERVO42 developed by Makerbase that prevents losing steps. CPU is STM32F103C8T6 ARM 32-bit Cortex™-M3 CPU Core,72 MHz. Magnetic encoder is Allegro's A1333LLETR-T Contactless 0° to 360° angle sensor IC ,12bit .This Project open source hardware and code,support platformio build and upload firmware...

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts