Novetats

Darrers elements modificats o afegits al OCW
adc2pwm

Extract the folder adc2pwm. Open a terminal in this folder and, with the Arduino connected to an USB port, execute make. To avoid 'sudo' before 'make' add yourself to the dialout group: 'sudo adduser your_username dialout'. In order to refresh group permissions you have to logout and login again or you can execute 'newgrp dialout'.

Treball fi de grau (TFG) Treball fi de grau (TFG)

El treball final de grau és la culminació de la formació iTIC. En essència es tracta de dur a terme un projecte d'enginyeria, documentar-lo i exposar públicament la feina feta.

printf2serial

Extract the folder printf2serial. Open a terminal in this folder and, with the Arduino connected to an USB port, execute make. The module printf2serial is initialized with init_stdout() in main.c. You have to use the appropriate flags in Makefile.