User Tools

Site Tools


project:videoglitcharray:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
project:videoglitcharray:start [2019/09/18 11:40] ctxzproject:videoglitcharray:start [2020/05/22 17:02] (current) – [Demonstrations] ctxz
Line 11: Line 11:
 ~~META: ~~META:
 status = active status = active
-&relation firstimage = :project:videoglitcharray:logo.jpg+&relation firstimage = :project:videoglitcharray:img_20190822_214826.jpg
 ~~ ~~
  
Line 20: Line 20:
 ==== Why VGA ==== ==== Why VGA ====
  
-Quite frankly, the initial reason why I chose to tamper with VGA signals over, say the much more common and within the analog glitch art community preferred composite video signals, is because that is simply what I had available at home. That being said, while VGA certainly has its drawbacks when it comes to glitch art, mostly due to the presence of the horizontal and vertical sync signals, it also comes with a variety of advantages.+Quite frankly, the initial reason why I chose to tamper with VGA signals over, say the much more common and within the analog glitch art community preferred composite video signals, is because that is simply what I had available at home. That being said, while VGA certainly has its drawbacks when it comes to glitch art, mostly due to the rather high frequencies of the color signals, it also comes with a variety of advantages.
  
 While the VGA port has practically gone extinct from host peripherals, it is still very common to find a VGA port on most displays, including many released even at the time of writing. Yet I am not aware of many LCD displays and projectors that support composite video. While HDMI and DVI ports are equally common, if not even more common than VGA at this point (with HDMI becoming more and more of a dominant player), those are digital interfaces and as many could imagine, are more clunky and difficult to work with. Another big advantage that VGA offers over composite is the absence of region specific differences. The VGA signal protocol, although a little hidden from the common user, is well established and standardized by now. Oh, and did I mention that VGA comes with its own 5V supply bus which can be used to power your glitch circuits without an external power source? While the VGA port has practically gone extinct from host peripherals, it is still very common to find a VGA port on most displays, including many released even at the time of writing. Yet I am not aware of many LCD displays and projectors that support composite video. While HDMI and DVI ports are equally common, if not even more common than VGA at this point (with HDMI becoming more and more of a dominant player), those are digital interfaces and as many could imagine, are more clunky and difficult to work with. Another big advantage that VGA offers over composite is the absence of region specific differences. The VGA signal protocol, although a little hidden from the common user, is well established and standardized by now. Oh, and did I mention that VGA comes with its own 5V supply bus which can be used to power your glitch circuits without an external power source?
Line 30: Line 30:
 I could explain how VGA signals work, however due to my brutally honest laziness and lack of competence in explaining things, I will leave you with a few resources which in my opinion do a much better job of explaining VGA than me. Many of the resources below explain VGA as part of a guide to create your own VGA driver, so it is not expected, nor required, that everything is understood. I could explain how VGA signals work, however due to my brutally honest laziness and lack of competence in explaining things, I will leave you with a few resources which in my opinion do a much better job of explaining VGA than me. Many of the resources below explain VGA as part of a guide to create your own VGA driver, so it is not expected, nor required, that everything is understood.
  
 +  * [[ https://www.nandland.com/goboard/vga-introduction-test-patterns.html | Go Board - VGA Introduction ]] by nandland
   * [[http://www.xess.com/blog/vga-the-rest-of-the-story/|VGA - the Rest of the Story]] by Dave Vandenbout   * [[http://www.xess.com/blog/vga-the-rest-of-the-story/|VGA - the Rest of the Story]] by Dave Vandenbout
   * [[http://web.mit.edu/6.111/www/labkit/vga.shtml|VGA Video Output]] by Natahn Ickes   * [[http://web.mit.edu/6.111/www/labkit/vga.shtml|VGA Video Output]] by Natahn Ickes
Line 37: Line 38:
   * [[http://www.partyzant.com.pl/instrukcje/matrixy/SW6_VGA_Audio.pdf|SW6 VGA Audio]] by Extron(R) Electronics, which provides fairly standard impedance specifications   * [[http://www.partyzant.com.pl/instrukcje/matrixy/SW6_VGA_Audio.pdf|SW6 VGA Audio]] by Extron(R) Electronics, which provides fairly standard impedance specifications
  
-Further, check out this [[https://electronics.stackexchange.com/questions/221536/vga-driver-not-working|Stack Overflow question]] which answers why there is no output when you apply a constant color signal. This will save you a headache and time!+Further, check out this [Stack Overflow question](https://electronics.stackexchange.com/questions/221536/vga-driver-not-workingwhich answers why there is no output when you apply a constant color signal. This will save you a large headache and time!
  
 ==== Circuits ==== ==== Circuits ====
  
-All my circuits can be found on GitHub ([[https://github.com/CTXz/Video-Glitch-Array]]) where Each circuit has its very own directory in which you can find all Ki-Cad files, gerbers, and sometimes even LTSpice simulations. Every directory also comes with its very own README where I attempt to explain how the circuit works, which parts to order, as well as demonstrate the results provided by the circuit.+Each circuit has its very own directory in which you can find all ki-cad files, gerbers, and sometimes even LTSpice simulations. Every directory also comes with its very own README where I attempt to explain how the circuit works, which parts to order, as well as demonstrate the results provided by the circuit.
  
 All my circuits follow a specific revision system. All my circuits follow a specific revision system.
Line 57: Line 58:
 {{https://i0.wp.com/www.oshwa.org/wp-content/uploads/2014/03/oshw-logo-200-px.png?resize=190%2C200}} {{https://i0.wp.com/www.oshwa.org/wp-content/uploads/2014/03/oshw-logo-200-px.png?resize=190%2C200}}
  
-Being a large supporter of open source software and hardware, it should go without saying that all circuits are licensed by the [[https://tapr.org/ohl.html|TAPR Open Hardware License v1.0]].+Being a large supporter of open source software and hardware, it should go without saying that all circuits within this repository are licensed by the [TAPR Open Hardware License v1.0](https://tapr.org/ohl.html).
  
 In the simplest terms, shall you decide to alter this project yourself and release the result, this license demands you to publish all changes that you have done. Commercial use, including commercial distribution of the circuits for ones own profit, is perfectly allowed as long as you comply with the license. In the simplest terms, shall you decide to alter this project yourself and release the result, this license demands you to publish all changes that you have done. Commercial use, including commercial distribution of the circuits for ones own profit, is perfectly allowed as long as you comply with the license.
Line 63: Line 64:
 The last thing I would want to see is somebody enhancing my work and not sharing his progress with others. The last thing I would want to see is somebody enhancing my work and not sharing his progress with others.
  
-==== Credits ==== 
- 
-I would primarily like to thank the [[https://brmlab.cz/|brmlab hackerspace]] in Prague which has been providing me with the necessary knowledge, components and equipment to realize my ideas. I have also been granted the amazing opportunity to represent a part of the hackerspace on numerous “maker” exhibitions. 
- 
-I would also like to thank the [[https://discord.gg/r6NnsXX|“Glitch Artist Collective” discord server]] for the great support and feedback I have been getting for my work. 
  
 ==== Contact ==== ==== Contact ====
Line 81: Line 77:
 {{:project:videoglitcharray:img_20190831_192239_456.jpg?nolink&600|}} {{:project:videoglitcharray:img_20190831_192239_456.jpg?nolink&600|}}
  
-You can find many more demonstrations on my [[https://www.instagram.com/video.home.systems/|Instagram account for glitch art]] where I also frequently provide updates on this project+You can find many more demonstrations on my [[https://www.instagram.com/vh.systems/|Instagram account for glitch art]] where I also frequently provide updates on this project
  
project/videoglitcharray/start.1568806822.txt.gz · Last modified: 2019/09/18 11:40 by ctxz