XY Plotter: Unterschied zwischen den Versionen

Aus hyperdramatik
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 7: Zeile 7:
Given the age of the hardware, a lot of the documentation is out of date. This article will help you getting the device to work with your WINDOWS computer.
Given the age of the hardware, a lot of the documentation is out of date. This article will help you getting the device to work with your WINDOWS computer.


== Assembly Instructions ==
If, for some reason, a device broke or you need to reassemble it, here is a link to the [http://download.makeblock.com/XY/pdf/XY%20Plotter%20V2.0%20Assembly%20instructions%EF%BC%882016.6%EF%BC%89.pdf | official assembly guide]


== General Hardware specifications ==
== General Hardware specifications ==
Zeile 12: Zeile 15:
* The two stepper motors are driven by a 12V external Power supply
* The two stepper motors are driven by a 12V external Power supply
* Some of them might have an additional Servo motor to cotrol a Pen or a Magnet Holder.
* Some of them might have an additional Servo motor to cotrol a Pen or a Magnet Holder.
== Getting it to work ==
* Connect the XY Plotter using a Micro-USB Cable.
* Make sure the XY Plotter's 12V power supply is plugged in and that power is turned on (in addition to the USB Connection).
* Download the software "mDraw" either from the official [https://www.makeblock.com/project/xy-plotter-robot-kit|XY Plotter website] or from the Spiel und Objekt Buschcloud [|here].


== Project related Code ==
== Project related Code ==

Version vom 14. Februar 2023, 17:30 Uhr

XY Plotter

Spiel und Objekt besitzt drei XY Plotter.

An image of an xyPlotter during the 2023 GameJam at the FFT Düsseldorf
Given the age of the hardware, a lot of the documentation is out of date. This article will help you getting the device to work with your WINDOWS computer.


Assembly Instructions

If, for some reason, a device broke or you need to reassemble it, here is a link to the | official assembly guide

General Hardware specifications

  • They are controlled by a custom Arduino UNO compatible board with Custom Firmware.
  • The two stepper motors are driven by a 12V external Power supply
  • Some of them might have an additional Servo motor to cotrol a Pen or a Magnet Holder.

Getting it to work

  • Connect the XY Plotter using a Micro-USB Cable.
  • Make sure the XY Plotter's 12V power supply is plugged in and that power is turned on (in addition to the USB Connection).
  • Download the software "mDraw" either from the official Plotter website or from the Spiel und Objekt Buschcloud [|here].


Project related Code

Be:B.E.R.N.D.

The following code connects a xy-plotter to unity and also simulates the movement of the plotter in the game view. A simple white plane represents the scale of the plotter and a white cube its movement. The movement is controlled by the arrow keys.

GitHub [1]