11
Jun
Arduino + Mikrotik + Tetris
I’m busy with a little project to make my old Wyse 55 dumb terminal a little less dumb using Arduino and a ATmega328 micro-controller. I realized that I can also plug the Arduino board into an old Mikrotik Routerboard and make it accessible over the network, so I did just that …
You can download the Arduino sketch from https://github.com/dadecoza/ArduinoTermTetris .
Nice project dade.What programming language did you use?
Thanks Nazeo, It is written in C (for Arduino). You can find the souce code on github https://github.com/dadecoza/ArduinoTermTetris .