Sending data to a cloud based service

Inquiry and support for Freematics products
Post Reply
markmch
Posts: 1
Joined: Fri Sep 02, 2016 4:27 am

Sending data to a cloud based service

Post by markmch »

Hi,
Is it possible to configure the device so it sends all its data to a cloud based service? I am interested in developing a system to allow an organisation view all their vehicle data over a website/app.

Thanks
klemens
Posts: 8
Joined: Thu Sep 08, 2016 5:20 pm

Re: Sending data to a cloud based service

Post by klemens »

Hi,

You can use the telelogger sketch for that purpose. We played a little with it over the course of the last few days, fixed some issues and wrote an example cloud to take the data from the telelogger.
You can view our results at GitHub.
* Fixed Fork of Freematics Code: https://github.com/cyface-de/Freematics
* Example Cloud/Server Code: https://github.com/cyface-de/freematics-server

This is all pretty much work in progress, so there are most likely some errors. But the goal was to develop a custom server to receive data from the FreematicsONE and that is exactly what currently works.

Regards
stanley
Site Admin
Posts: 1018
Joined: Sat Mar 01, 2014 3:15 am

Re: Sending data to a cloud based service

Post by stanley »

That's so awesome. Thanks for sharing! Really looking forward to your server up running. Actually I intended to develop an open-source server for the project but I am just so busy.
klemens
Posts: 8
Joined: Thu Sep 08, 2016 5:20 pm

Re: Sending data to a cloud based service

Post by klemens »

You're welcome. :) It is still kind of a prove of concept. I intend to fix some existing issues during the next weeks.
dave
Posts: 4
Joined: Sat Sep 10, 2016 2:36 am

Re: Sending data to a cloud based service

Post by dave »

We just grabbed the code on setting up the server, big thanks! I will let you know how it works out!

One more thing. I will be REALLY appreciative if either of you can share any info regarding my recent post about cellular technology. Thanks!!!
klemens
Posts: 8
Joined: Thu Sep 08, 2016 5:20 pm

Re: Sending data to a cloud based service

Post by klemens »

We also wrote a Blog post about our experiences with the Freematics OBD 2 Dongle and how to write a server for it. You can find it here: https://www.cyface.info/index.php/2016/09/12/how-to-log-telematics-data-to-the-cloud-using-freematics-obd2-dongle-v4-und-java/

@dave: I fear I do not have much knowledge about cellular technology.
dave
Posts: 4
Joined: Sat Sep 10, 2016 2:36 am

Re: Sending data to a cloud based service

Post by dave »

@klemens, what country are you in, and are you using cellular networks or WiFi for data transfer?
klemens
Posts: 8
Joined: Thu Sep 08, 2016 5:20 pm

Re: Sending data to a cloud based service

Post by klemens »

@dave: We are located in Germany and we are currently using the WiFi module.
Post Reply