Skip to content

Multiple Scales on ESP32 Definition  #3

@robZeilinga

Description

@robZeilinga

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions