Category: IOT
-
Connecting Arduino to IFS ERP with IFS Connet Integration
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…
-
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…