Motive for this project came to my mind while reading an IFS blog post by Gökhan Kurt which explained a fantastic use of iOT with IFS Applications. I was thinking of a setup where we can directly connect input from a machine to IFS without going through any cloud based solutions. Currently IFS has a very... Continue Reading →
Store Arduino data in Firebase cloud with WiFi and present with CanvasJS
I was looking for many various ways of storing Arduino data in a server and presenting in client. There are many ways of doing this and one interesting way is Temboo + Google BigQuery. It's much easier to implement since what you have to do is just follow the steps and it will generate everything including the code... Continue Reading →
Connecting CC3000 WiFi shield to Arduino Uno
Recently I started being a diehard fan of Arduino and as you may already know, Arduino is about programming the hardware which I think is really a cool subject. Now I'm up-to try some Internet of Things (IOT) projects where we can provide some sort of intelligence to 'Things' and network them. First thing I tried was to connect my Arduino... Continue Reading →
Sony XPeria P GPS issue – Solved
My good old Sony Xperia P was always had the problem of tracking the GPS position. It’s taking ages to set the location and for this reason my attempts to record the jogging and cycling were ruined most of the times. Recently I’ve found GPS Test, a free app for android which is a very... Continue Reading →
MatLab linspace function written in C++
relevant Matlab code can be found in ...\toolbox\matlab\elmat\linspace.m This function generates N points between min and max.