Note
Refer to p4p.jamesnzl.xyz/learn for full details.
This repository contains the low-level machine control for our head mechanism, pneumatics, and vacuum nozzle for our pick-and-place machine.
Firstly, clone this repository.
This repository is structured as a PlatformIO project.
git submodule update --init
code .- A USB serial port at
115200baud is used to exchange data between this firmware and thep4p-83/controller.
- Protocol buffers are used for data exchange.
- See
p4p-83/protobufsfor the.protodefinition(s).