How to Transfer Data from Intel Galileo Gen 2 to dweet.io Using Ubuntu OS?

  • Thread starter Thread starter cnh1995
  • Start date Start date
  • Tags Tags
    Galileo
Click For Summary
SUMMARY

The discussion focuses on transferring data from an Intel Galileo Gen 2 board to dweet.io using Ubuntu OS. The user has successfully gathered data through the Arduino IDE and seeks guidance on the transfer process. Key steps include establishing network connectivity via Ethernet or Wi-Fi, utilizing TCP/IP protocols, and structuring data for presentation on dweet.io. The discussion emphasizes the importance of creating an HTML file for web access or preparing data files for FTP transfer.

PREREQUISITES
  • Intel Galileo Gen 2 board
  • Arduino IDE for data collection
  • Ubuntu OS with TCP/IP protocol suite
  • Basic understanding of dweet.io and data structuring
NEXT STEPS
  • Research how to connect Intel Galileo to the Internet using Ethernet or Wi-Fi
  • Learn about dweet.io API for data submission
  • Explore creating HTML files for data presentation
  • Understand FTP protocols for file transfer
USEFUL FOR

This discussion is beneficial for IoT developers, hobbyists using Intel Galileo, and anyone interested in data transfer to cloud services like dweet.io.

cnh1995
Homework Helper
Gold Member
Messages
3,489
Reaction score
1,163
I have completed a small project on power analysis using Intel galileo board and arduino IDE. The output is displayed on the serial monitor. Now I want to put the data on dweet.io , as IoT. How should I proceed? I have used ubuntu OS for running arduino. Could anyone give me the step-wise procedure? Do I need to use an ethernet shield for that?
 
Technology news on Phys.org
cnh1995 said:
Now I want to put the data on dweet.io , as IoT.
Let us see:
  • I do not know about dweet.io, but you need to have some sort of access to it. The usual kind of access is through FTP, but using raw TCP to a pre-determined port is also a possibility. This is the first thing you must find out.
  • Since you are running Ubuntu, you already have the TCP/IP protocol suite installed. What you need now is a way to use that. The simplest way is to connect to an existing network using either Ethernet or Wi-Fi. If no such network is available, you must find another way to connect to the Internet. One way is using a modem and a dial-up line to a provider. The protocol for handling that is called PPP, and I assume Ubuntu has that covered.
  • Now, assuming that you have successfully found a way to transfer data to dweet.io, you must determine how to present your data. This is more complicated than just printing numbers to a terminal - you need a structure around your numbers. If you want to look at the data using a web browser, you need to created a HTML file incorporating your data. If you just want the raw data accessible via FTP, you still need to put your data into a file and transfer that file as a unit.
This is just a short summary, you may already have some other ideas for your data. But be thankful for Ubuntu - the communications protocols are in place and tested out. Writing a set of communications protocols are not trivial, and would probably take years.
 

Similar threads

Replies
1
Views
1K
  • · Replies 7 ·
Replies
7
Views
4K
Replies
6
Views
2K
Replies
19
Views
2K
  • · Replies 2 ·
Replies
2
Views
6K
  • Sticky
  • · Replies 13 ·
Replies
13
Views
8K