This is my bachelor's thesis project. It is about a comparative analysis of dynamic and static programming languages for the development of applications on microcontrollers. Specifically, it focuses on the languages C++ and MicroPython, which represent the static and dynamic languages in this domain, respectively. The aim of the thesis was to assess how both languages cope with the challenges associated with development on microcontrollers, including ease of implementation, debugging, performance, and the quality of the resulting application.
- Raspberry Pi Pico or Raspberry Pi Pico W
- Couple of DHT11 sensors
- SD Card with a SD Card module
- Pimoroni Pico Display
- Couple of wires to connect everything
- (Optional) Pico Omnibus
- Instructions on how to install this version can be found in the C++ part of this repository.
- Instruction on how to install this version can be found in the MicroPython part of this repository.