Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Scales on ESP32 Definition #3

Open
robZeilinga opened this issue Nov 28, 2022 · 1 comment
Open

Multiple Scales on ESP32 Definition #3

robZeilinga opened this issue Nov 28, 2022 · 1 comment

Comments

@robZeilinga
Copy link

I am not a skilled C dev, so please excuse any stupid questions,
I was looking through the code (.ino) and was trying to figure out the best strategy for adding additional scales to the code.

  • Extend the Reader Struct to have x,y&z Microns , timestamp?
  • have an array of Reader?
  • Use the Packet Bits 21..22 for Axis Identification?
  • sequentially read each scale in the Thread ( Task )?

What would be your preferred pattern? Can you provide an example of the .ino using multiple axis?

btw, I am willing to try and implement some of the embedded mill functions (Drill Circle etc)

@beniroquai
Copy link

That's indeed a good question. Did you find a solution in the end?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants