Coder Social home page Coder Social logo

xaar128_2's Introduction

xaar128

Background

The Xaar 128 is a piezoelectric inkjet printhead used in large format vinyl sign-making. It might be useful in 3d printing, conductive ink, or masking applications. This guide is intended to help others experiment with the Xaar 128 and different materials in hopes that they’ll share their results.

Why piezo? TLDR: Most inkjet printheads are “bubble jet”: They work by superheating a fraction of the ink in a chamber, turning it into gas, which expands to force the remainder of the ink out of a nozzle. Superheating limits the range of materials that can be used in these printheads. Piezoelectric printheads are less common, and since they use a mechanical operation to force fluid out of a nozzle, they don’t have to modify the state of the fluid to operate, and can work with a broader range of materials.

Known Limitations

Xaar approved inks have viscosity around 0-12cps. Higher viscosity fluids are unlikely to work with this printhead.

Parts List

  • Xaar XJ128 Blue
  • Alternative 1: “GLUX” 30 > 21 pin adapter (2)
    • 21 pin 1.0mm FFC
    • 1.0mm 30 pin FFC connector (bottom leads) (Mouser) (Amazon)
    • Proto-Advantage FFC to breadboard adapter
    • Alternative (Adafruit)
  • Sunfounder 2 Channel 5V Relay Board (not rated for 36V)
  • 2 x 36V DC power supplies
  • Arduino Uno / Mega
  • Breadboard, hookup wire, etc.

Xaar 128 Operations Guide

Not available from the Xaar website (please add more sources):

References

Adapters

“GLUX” 30 > 21 Pin Adapter

Dillinger is currently extended with the following plugins. Instructions on how to use them in your own application are linked below.

Adapter Signal Xaar 128
1 VPPH 3
2 VPPH 3
3 VPPL 4
4 GNDL 5
5 GNDH 2
6 GNDH 2
7 nRESET 7
8 nSS2 1
9 GND 16
10 MOSI* 8
11 VDD 17
12 VDD 17
13 SCK 19
14 GND 16
15 nSS1 20
16 GND 16
17 READY 24
18 PHO 25
19 nFIRE 26
20 MISO 27
21 CLK 28
- nFAULT

Driving the Xaar 128

  • 1mhz CLK to drive signal logic in printhead ICs.
  • Data is loaded via SPI interface.
  • SCK for the SPI interface is independent of CLK above.
  • 2 shift registers, each hold 64 bits of data corresponding to 128 nozzles.
  • State machine for one print cycle:
    • READY (output from Xaar 128) is HIGH (okay to load data)
    • Enable nSS2, Clock in 64 bits.
    • Disable nSS2.
    • Enable nSS1, Clock in 64 bits.
    • Disable nSS1.
    • nFIRE (active LOW) input to Xaar 128 indicates that data is loaded and ready to fire.
    • READY goes LOW when firing nozzles.
    • READY returns to HIGH

Trace from Saleae Logic.

See Operations Guide pg. 33.

xaar128_2's People

Contributors

gkyle avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.