Arduino Yun – TCP/IP to Serial1 redirect

Arduino Yun – TCP/IP to Serial1 redirect

!! Code available on my GitHub toskyRocker account !! Many of us, Arduino lovers, want to get rid of the Bridge library, due to its lame performance, it’s slow and heavy. A simple way to… Read More
Parallel K-Means for image clustering using NVidia Cuda

Parallel K-Means for image clustering using NVidia Cuda

!! The code is available on my gitHub toskyRocker account!! K-Means is commonly used for cluster analysis and data mining. For a better insight of this algorithm I suggest to read this.A brief explanation of how… Read More