@@ -210,9 +210,7 @@ Very useful when collaborating on latex documents.
...
@@ -210,9 +210,7 @@ Very useful when collaborating on latex documents.
**Description**:\
**Description**:\
A system that takes analog audio as input via a phone connector, digitizes the input, modulates it onto a carrier and outputs the resulting FM signal on a pin. Even without connecting an antenna to the output, the audio signal can be received with a nearby FM capable radio.
A system that takes analog audio as input via a phone connector, digitizes the input via an ADC, modulates it onto a carrier and outputs the resulting FM signal on a pin. Even without connecting an antenna to the output, the audio signal can be received with a nearby FM capable radio. The heart of the system is a MAX10 FPGA.
The system consists of an MCU and an FPGA, where the MCU performs the crossover from analog to digital, and the FPGA performs modulation and output.
I built this project in the contex of a digital electronics lecture at ETH.
I built this project in the contex of a digital electronics lecture at ETH.
...
@@ -257,9 +255,23 @@ A multiplayer blackjack game.
...
@@ -257,9 +255,23 @@ A multiplayer blackjack game.
Contains code for both, server and client. The repository contains design specification, requirements specification, and unit tests.
Contains code for both, server and client. The repository contains design specification, requirements specification, and unit tests.
This project was built as final project for a software engineering lecture at ETH.
This project was built as final project for a software engineering lecture at ETH.