SHENZHEN I/O

SHENZHEN I/O

Not enough ratings
Tesla Challenge 14: Pixel Matrix Printer
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
2.814 KB
8 Apr, 2017 @ 11:22am
1 Change Note ( view )

Subscribe to download
Tesla Challenge 14: Pixel Matrix Printer

In 1 collection by 89o
SHENZHEN I/O Tesla Challenge Pack
24 items
Description
Subject: Pixel printer
From: David 戴维 P. Solomon <daiwei@longteng-co-ltd.gd.cn>

We've been selected again for another project for the Shenzhen science fair. They want us to create a wirelessly controlled printer that accepts templates for 7x7 pixel matrices and prints them. 7x7 is the perfect size, it will allow little kids to print Space Invaders and stuff like that!

---------

Small hint: Control the bell, push, and motor outputs independently.

Big hint: Only one data packet comes from the radio during each test run, therefore you can read any portion of it during any time unit.

Optimization tip: Have a special 'router' microcontroller that operates on command sequences to read the data from the radio receiver.
1 Comments
Garrett33 13 Nov, 2024 @ 11:29am 
In the verification-tab, the 'dispenser' is 1 cycle too early. So instead of writing to positions 7,9,15 ... - it writes to 6,8,14 . . .
It behaves as if the matrix went from 1 to 49 instead of 0 to 48