Embedded Software Development Laboratory

VIMIAC18  |  Electrical Engineering BSc  |  Semester: 6  |  Credit: 5

Objectives, learning outcomes and obtained knowledge

The primary goal of the laboratory is to introduce the students to some of the more complex topics of embedded software development, which could not be discussed in the demonstrations and exercises of the Embedded Software Development class due to their complexity, equipment requirements, etc.

In the Embedded Software Development class, we cover basic software topics that can be presented with a simple development card. At the same time, in the field of Embedded Software Development, many topics do not fit into that class, for example, due to time constraints, as well as those that require more complex development systems and other special tools. Such topics, e.g. software implementation and development of touch-sensitive graphic LCDs, sound processing and DSP libraries, USB peripheral libraries, automotive communication, Ethernet and TCP/IP, as well as wireless communication, details of debugging in such systems, are handled in this class.

Lecturers

Kovácsházy Tamás
Tamás Kovácsházy

associate professor

Course coordinator

Synopsis

Synopsis of the laboratory exercises:

The semester is started by a 2-hour laboratory presenting the used MCU architectures and development systems.

During the semester, students attend 10 laboratories in the below listed topics, once per topic, each for 4 hours. The planned laboratories are the following:

1. Implementation of a graphical user interface on a microcontroller, use of graphic libraries and input peripherals. Simple graphical user interface elements and their use.

2. Implementation of a graphical user interface on a microcontroller, use of graphic libraries and input peripherals. Online display of sensor data on the graphical user interface, used by related user interface elements, time diagrams and their management. This laboratory is based on laboratory 1.

3. Sound processing on a microcontroller, use of A/D and D/A on a microcontroller, online sound recording and playback, solving simple signal processing tasks (delay, distortion, etc.).

4. Application of DSP program library for the implementation of more complex signal processing tasks, implementation of simple filtering and other signal processing tasks on real signals. This laboratory is based on laboratory 3.

5. Implementation of USB peripherals with a microcontroller, USB operation and monitoring from the development PC. Implement a virtual serial port (CDC) over USB and construct a simple command line interpreter (CLI), extending the CLI with new commands.

6. Implementation of USB peripherals with a microcontroller, USB operation and monitoring from the development PC. Implementation and use of USB HID devices (e.g. keyboard) and mass storage devices with a microcontroller, mapping such devices to peripherals (e.g. mapping a push button to a keyboard). This laboratory is based on laboratory 5.

7. Automotive communication, development of microcontroller software using the CAN interface. CAN communication protocol implementation and monitoring.

8. Application of Ethernet and TCP/IP on microcontrollers. Frame transmission and reception at the Ethernet level. Getting to know the lwIP lightweight IP protocol suite, configuring lwIP, the role of DHCP. UDP service development. Ethernet and TCP/IP development tools (network monitoring).

9. HTTP server and client application technology on a microcontroller, file system and I/O mapping to WEB pages, on-line data collection and data display over TCP/IP in a client-server architecture. This laboratory is based on laboratory 8.

10. Software implementation of wireless Wi-Fi communication on microcontrollers. Software access point and client configuration, detection of Wi-Fi access points, TCP/IP communication over Wi-Fi. Wi-Fi development tools, Wi-Fi monitoring. This laboratory is based on laboratory 8 and 9.

GUI library, DSP library, USB library, lwIP and Wi-Fi library documentation