Arduino data to GUI

Thread Starter

neo1111

Joined Jan 11, 2014
28
Hi there.
First things first: i have a project based on Arduino Uno(temp/humid. sensor,smoke sensor,lcd 16x2 display lcd, some leds ,a buzzer and a fan.
I know that there is the Serial Monitoring in Arduino that displays all the data (if we include lines in the code)
I want to know how can i take all the information from the board and place it to the Web Interface(as example).
Let's pressume that i have a map with an icon of the board overlapped. And , when i click it , it should expand a menu with all the details from the sensors in real time.
Can this be done? Which software should i use?
Cheers!
 

d0ughb0y

Joined Aug 18, 2015
5
you need to write a lot of javascript code. there are a lot of javascript that can graph data for you.

this is how I did mine. I used jquery mobile.
 

Thread Starter

neo1111

Joined Jan 11, 2014
28
you need to write a lot of javascript code. there are a lot of javascript that can graph data for you.

this is how I did mine. I used jquery mobile.
Thx for the idea but this is mainly for creating an Android app which i consider being pretty hard and time consuming-and involves a lot of java.
Is there any tool that you are aware of from Arduino IDE to send the data via usb to a programme that shows the info very user friendly?
 

DNA Robotics

Joined Jun 13, 2014
649
Maybe this will help for internet

Adafruit HUZZAH ESP8266 Breakout
http://www.adafruit.com/product/2471

Here is more random info I have gleaned.

Send texts & phone calls
https://github.com/AllAboutEE/Adafruit_ESP8266

http://allaboutee.com/2015/03/24/es8266-text-messages-with-twilio-and-nodemcu/

Alarm System Sending SMTP and Text Messages (using ESP8266)

http://forum.arduino.cc/index.php?topic=286905.0

This project brings support for ESP8266 chip to the Arduino environment. It lets you write sketches using familiar Arduino functions and libraries, and run them directly on ESP8266, no external microcontroller required.

https://github.com/esp8266/Arduino

ESP8266 Arduino NetIO Server Demo
http://tech.scargill.net/esp8266-arduino-netio-server-demo/

Operate a servo from an Android cell phone.

The Internet of Things: Architecture and Protocols

Cheap and Easy WiFi (IoT) Tutorial Part 1 - ESP8266 Setup/Intro

Cheap and Easy WiFi (IoT) Tutorial Part 2 - ESP8266 Arduino Code

electrodragon has esp8266 info
 
Top