MK3EBStatus

From EvTechWiki

Jump to: navigation, search

Back to: MK3EB MK3EBCode MK3EBNetworking MK3EBHardware

Status of MK3EB project

Contracted with Bruce Sherry to get hardware design. Have 25 ostensibly tested and working boards in my hot little hands, along with a MK3EBDongle.

Still need to do:

1) Figure out how to interface BatMan to system. It's tempting to, in order to limit the amount of code I have to write, just take the output from it and drive it into something else. See MK3EBBatMan.

2) Write and impliment hamming code coder/decoder in perl *done*

3) Write and impliment hamming code coder/decoder in C that is MCU-friendly *done*

4) Write perl code to interface the perl API to the simulator *done*

5) Write C code that impliments the CRC *done*

6) Write C code that impliments packet rx and tx, including hamming *done*

7) Write C code that impliments command set *in progress*

8) Write perl API for command set

9) Write perl API for messaging layer

10) Everything, basically