Skip to content

Commit

Permalink
add pictures and data sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaello committed Mar 30, 2020
1 parent 11ec3d8 commit 728c765
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@

The EMIT e-card is used for orienteering races, to register control codes and split times. When punching, the e-card registers the unit's code and running time. The e-card can store up to 50 split times. The split times are stored internal in the e-card until restarted on a starting unit.

The ecard is used with an EKT device like this:
![](./emit-ecard-outside.jpg)
![](./emit-ecard-inside.jpg)
![](./emit-ecard-inside-circuit-board.jpg)
![](./emit-ecard-circuit-board-front.jpg)
![](./emit-ecard-circuit-board-back.jpg)
![](./emit-ecard-circuit-board-front2.jpg)

The ecard is used with a control unit like this:

The ecard uses an 2032 batteri, and here is some of the components:
![](./emit-control-unit.png)

* Texas Instruments HC368 (bottom right of circuit board)
* 24C02M, which is an E2PROM (bottom left of curcuit board). Couldn't find the exact component, but you can see many similar here: https://www.qdatasheet.com/search.jsp?sWord=24C02M&op=i
* [MC705J1ACDWE](https://www.newark.com/nxp/mc705j1acdwe/microcontroller-mcu-8-bit-hc05/dp/40K7393?CMP=AFC-SF-FC), a microcontroller (in the middle)
The ecard uses a 2032 battery, and here is some of the components:

- Texas Instruments [HC368](./sn74hc368.pdf) (bottom right of circuit board)
- 24C02M, which is an [E2PROM](https://en.wikipedia.org/wiki/EEPROM) (bottom left of curcuit board). Couldn't find the exact component, but you can see many similar here: https://www.qdatasheet.com/search.jsp?sWord=24C02M&op=i
- [MC705J1ACDWE](https://www.newark.com/nxp/mc705j1acdwe/microcontroller-mcu-8-bit-hc05/dp/40K7393?CMP=AFC-SF-FC), a microcontroller (in the middle)
Binary file added emit-control-unit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added emit-ecard-circuit-board-back.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added emit-ecard-circuit-board-front.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added emit-ecard-circuit-board-front2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added emit-ecard-inside-circuit-board.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added emit-ecard-inside.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added emit-ecard-outside.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sn74hc368.pdf
Binary file not shown.

0 comments on commit 728c765

Please sign in to comment.