Difference between revisions of "Projets:RFID"

From Electrolab
Jump to: navigation, search
m
 
(5 intermediate revisions by one user not shown)
Line 1: Line 1:
== Synopsis ==
+
= Synopsis =
  
[[File:Project-RFID-synopsis.svg|800px|Synopsis]]
+
[[File:Project-RFID-synopsis.png|Synopsis]]
  
  
==== RFID Reader to Controller schematics ====
+
== RFID Reader to Controller schematics ==
  
[[File:Project-RFID-reader2controller.svg|800px|Reader to Controller]]
+
[[File:Project-RFID-reader2controller.png|Reader to Controller]]
  
 +
== AVR32 (AT32UC3A0512) Pinout ==
 +
 +
{|
 +
|-
 +
! RFID !! Pin int !! Pin 0 (white) !! Pin 1 (green) !! Pin ctrl (blue)
 +
|-
 +
| 0 || PA21 (int0) || PA11 || PA12 || PA13
 +
|-
 +
| 1 || PA22 (int1) || PX13 || PX12 || PX15
 +
|-
 +
| 2 || PA23 (int2) || PX16 || PX19 || PX22
 +
|-
 +
| 3 || PA03 (int4) || PA25 || PA26 || PA27
 +
|-
 +
| 4 || PA04 (int5) || PB31 || PC05 || PC04
 +
|-
 +
| 5 || PA10 (int6) || PB04 || PB17 || PX33
 +
|-
 +
| 6 || PA08 (int7) || PB23 || PB24 || PA09
 +
|}
 +
 +
Note: PA24 (int3) is used with Ethernet PHY, PA20 (int8) is a NMI not used here
  
 
== Show me the code ==
 
== Show me the code ==

Latest revision as of 02:18, 13 December 2011

Synopsis

Synopsis


RFID Reader to Controller schematics

Reader to Controller

AVR32 (AT32UC3A0512) Pinout

RFID Pin int Pin 0 (white) Pin 1 (green) Pin ctrl (blue)
0 PA21 (int0) PA11 PA12 PA13
1 PA22 (int1) PX13 PX12 PX15
2 PA23 (int2) PX16 PX19 PX22
3 PA03 (int4) PA25 PA26 PA27
4 PA04 (int5) PB31 PC05 PC04
5 PA10 (int6) PB04 PB17 PX33
6 PA08 (int7) PB23 PB24 PA09

Note: PA24 (int3) is used with Ethernet PHY, PA20 (int8) is a NMI not used here

Show me the code