Connects to the serial interface header of a Kayo-A4 pick-and-place machine, and provides a USB interface with a GCode interpreter that translates messages into the format necessary for the factory Kayo firmware.
The hardware portion of the project can minimally be built with an ESP32-based dev board such as a Wemos D1 Mini and some cables.
A dedicated hardware design is also being developed, which will provide additional features such as a CAN bus interface to integrate with other devices on the production line.
More information is available at:
https://www.superhouse.tv/openkayo
The "Hardware" directory contains the PCB design as an EAGLE project.
The "Firmware" directory contains example firmware as an Arduino project.
- Jonathan Oxer jon@oxer.com.au
Heavily inspired by Glen English's Python-based UI for the Kayo, in particular his work decoding the message format used by the factory software.
Copyright 2022 SuperHouse Automation Pty Ltd www.superhouse.tv
The hardware portion of this project is licensed under the TAPR Open Hardware License (www.tapr.org/OHL). The "license" folder within this repository contains a copy of this license in plain text format.
The software portion of this project is licensed under the Simplified BSD License. The "licence" folder within this project contains a copy of this license in plain text format.