SHENZHEN I/O

SHENZHEN I/O

Not enough ratings
Tesla Challenge 9: Decimal-Binary Converter
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
1.662 KB
8 Apr, 2017 @ 11:21am
1 Change Note ( view )

Subscribe to download
Tesla Challenge 9: Decimal-Binary Converter

In 1 collection by 89o
SHENZHEN I/O Tesla Challenge Pack
24 items
Description
Subject: Base 2 converter
From: Joe (周海涛) <joe@longteng-co-ltd.gd.cn>

We need some sort of radio-based converter that calculates decimal numbers into binary and vice versa. It's very tiring to have to open a tab in the CONCEPT-EXPLORE browser just to convert a 6-bit number. I'm surprised nobody has complained about this yet. We're electrical engineers, after all!

---------

Small hint: Take advantage of the fact that you have no fixed-position inputs or outputs.

Big hint: A ROM with all powers of 2 from 2^9 to 2^0 is very useful.

Optimization tip: If you're using a separate microcontroller for binary to decimal and for decimal to binary, hook them up to the same ROM and to the same tx output.