SHENZHEN I/O

SHENZHEN I/O

评价数不足
Tesla Challenge 14: Pixel Matrix Printer
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
2.814 KB
2017 年 4 月 8 日 上午 11:22
1 项改动说明 ( 查看 )

订阅以下载
Tesla Challenge 14: Pixel Matrix Printer

在 89o 的 1 个合集中
SHENZHEN I/O Tesla Challenge Pack
24 件物品
描述
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 条留言
Garrett33 2024 年 11 月 13 日 上午 11:29 
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