This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| en:multiasm:exercisesbook:avr:sut [2025/12/12 10:49] – created pczekalski | en:multiasm:exercisesbook:avr:sut [2025/12/12 12:30] (current) – [Hardware reference] pczekalski | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== SUT AVR Assembler Laboratory Node Hardware Reference ====== | ====== SUT AVR Assembler Laboratory Node Hardware Reference ====== | ||
| + | ===== Introduction ===== | ||
| + | Each laboratory node is equipped with an Arduino Uno R3 development board, based on the ATmega328P MCU. It also has two extension boards: | ||
| + | * external, analogue and digital communication board, | ||
| + | * user interface board presented on the image {{ref> | ||
| + | |||
| + | There are 8 laboratory nodes. They can be used independently, | ||
| + | |||
| + | ===== Hardware reference ===== | ||
| + | The table {{ref> | ||
| + | |||
| + | <figure sutavrlabimage1> | ||
| + | {{ : | ||
| + | < | ||
| + | </ | ||
| + | |||
| + | <table sutavrlabtable1> | ||
| + | < | ||
| + | ^ Component ID ^ Component | ||
| + | | | ||
| + | | | ||
| + | | | ||
| + | </ | ||
| + | |||
| + | ===== Communication ===== | ||
| + | Devices (laboratory nodes) are interconnected in pairs, so it is possible to work in groups and implement scenarios involving more than one device: | ||
| + | * node 1 with node 2, | ||
| + | * node 3 with node 4, | ||
| + | * node 5 with node 6, | ||
| + | * node 7 with node 8. | ||
| + | |||
| + | Interconnections are symmetrical, | ||
| + | See image {{ref> | ||
| + | <todo @ktokarz> | ||
| + | <figure sutavrlabimage2> | ||
| + | |||
| + | < | ||
| + | </ | ||
| + | |||
| + | <note tip> | ||