Machine module on teensy

Has anyone ported the machine module to the teensy? I’ve looked around and can’t find it.

If you are talking about section control, the AIO v5.0 board under development has 8 sections on board.

1 Like

I started a bit so I can integrate friend’s Amazone sprayer with Keya etc. Not had time to complete it, but it’s not that difficult.

Thanks for the replies.

I’m asking about the Machine_UDP, section control being able to run on the teensy. I gave a try loading it with the arduino IDE and ran into at least one conflict. I haven’t gone any further, thought I’d ask first.

I’m playing around with making a PWM spray module. So far so good. The teensy gives more pins and options.

@m_elias has some code on his repo, I haven’t used it though.

It’s still work in progress but I think all the examples work. I believe the esp32 example is the most recent attempt at a proper class with callbacks.

2 Likes

The plan is to update the Nano & Teensy examples to match the ESP32 style but that’ll have to wait until winter sets in.

Thanks @m_elias , At the very least I can get ideas from what you’ve done.

The latest idea there with the ESP32 version was to separate the machine control logic from the actual hardware outputs so that it’s platform agnostic.

1 Like

Just curious, what the time line looks like for the v5 AIO board? Wondering if I should wait for it if I decided to build additional systems.

There isn’t any set timeline for the V5. There needs to be some more field testing of the boards and probably one more revision of the design. I wouldn’t expect any releases before late fall at soonest.

Thanks for the update and thank you for all the hard work the developers put into this project

1 Like

@andyinv I played around with trying to port to teensy yesterday and I learned something. This is over my paygrade, I’m totally lost.

When you get it done could you post it and let me know? thanks