Mini CNC plotter

Good day I am trying to create a mini CNC plotter that works with a speech recognition interface and sends translated speech to arduino through a Bluetooth module. Now the thing is that I want to create functions holding the instruction for writing each alphabet or number using the plotter so that the translated text can be split into individual characters and be distinguished for plotting using switch statements. Is it possible to have gcode commands inside of functions created in my arduino IDE? If so, can it be done using an arduino Uno or would I need an arduino mega.

Try here

1 Like

Exactly what will the Arduino see coming from the Bluetooth interface? Can you link to the documentation?

1 Like

How much of the project is done and working?
Post code, schematics, links to hardware.....

1 Like

No documentation yet, the arduino would see string data sent from a smartphone (via speech to text app which connects to arduino through Bluetooth)

Barely anything has been done yet, I’m analyzing the feasibility of this project, for the hardware I would be adapting the construction of the CNC plotter from a YouTube video👇

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.