Course detail

Peripheral Devices

FIT-IPZAcad. year: 2023/2024

The principles of construction and control of peripheral devices, communication with the processor. I/O bus: communication over the bus, principles of bus allocation, interrupt requests. An overview of I/O interfaces. UART, I2C, SPI, OneWire. Memory interfaces. Camera interfaces. Audio and video interfaces. USB. CAN. Wire vs. wireless communication. Students can apply the theoretical knowledge from the lectures to practical experiments while building a robotic device based on Raspberry Pi 4B (Python programming) and various peripheral devices. 

Language of instruction

Czech

Number of ECTS credits

3

Mode of study

Not applicable.

Entry knowledge

The knowledge of basic principles of hardware design and computer programming.  

Rules for evaluation and completion of the course

  • Lab tutorials: 40 points.
  • Minimum semestral activity score is not specified.
  • Final exam: 60 points.

Aims

To develop the knowledge gained in the courses dealing with the construction of computers.

Study aids

Not applicable.

Prerequisites and corequisites

Basic literature

Douglas Comer: Essentials of Computer Architecture, Second Edition, CRC Press, 2017 
Jan Axelson: USB Complete: The Developer's Guide, Fifth Edition, 2015, ISBN‎ 978-1931448284, 524 stran
Simon Monk: Programming the Raspberry Pi, Getting Started with Python, McGraw Hill TAB; 3rd edition, 2021, ISBN 126425735X, 192 stran
Shenouda Dawoud: Serial Communication Protocols and Standards, River Publishers; 1st edition, 2022, 531 stran, ISBN: 8770221545

Recommended reading

Not applicable.

Classification of course in study plans

  • Programme BIT Bachelor's, 2. year of study, winter semester, elective

  • Programme IT-BC-3 Bachelor's

    branch BIT , 2. year of study, winter semester, elective

  • Programme BIT Bachelor's, 2. year of study, winter semester, elective

Type of course unit

 

Lecture

26 hours, optionally

Teacher / Lecturer

Syllabus

  1. From UART towards USB
  2. Motor control
  3. UART, I2C
  4. SPI, OneWire
  5. Memory interfaces
  6. Camera interfaces
  7. Video interfaces
  8. Audio interfaces
  9. USB
  10. USB
  11. CAN
  12. From wire towards wireless communication

Laboratory exercise

4 hours, optionally

Teacher / Lecturer

Syllabus

During the 8 labs, students will assemble and implement a robotic assistant device (Raspberry Pi 4B). It can be set to a MONITORING state, meaning that it is monitoring the surroundings and in the case of a detected movement, it fires alarm and makes a camera recording (understanding camera interfaces, audio interfaces, memory interfaces). Furthermore, the robot can be set to a METEO state, it measures temperature and humidity and in the case of detected abnormal values it notifies the user (understanding I2C, SPI, OneWire). The robot is moving on the wheels - MOTION state (understanding USB, wireless).