element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Internet of Things
  • Technologies
  • More
Internet of Things
Forum Create a IoT dashboard in my website
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Internet of Things to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 15 replies
  • Answers 6 answers
  • Subscribers 505 subscribers
  • Views 6151 views
  • Users 0 members are here
Related

Create a IoT dashboard in my website

ganesh8899
ganesh8899 over 8 years ago

Hi, I'm first time here. I'm new to IoT and I tried some IoT platforms like thingspeak and adafruit. Now I want to create my own IoT dashboard in my website .

Does anybody have a good idea or experience on this ?

  • Sign in to reply
  • Cancel

Top Replies

  • Robert Peter Oakes
    Robert Peter Oakes over 8 years ago +4 suggested
    I would use something like NODE-RED for the dashboard, it will also manage your workflows etc. Use smaller less complex devices for the edge (ESP8266, Arduino YUN, etc) Node Red has a dashboard capability…
  • BigG
    BigG over 8 years ago +3 suggested
    There are so many options to choose from and it cannot be done in isolation without evaluating the dataflows and requirements of application from sensor through to user. It also very much depends on your…
  • Robert Peter Oakes
    Robert Peter Oakes over 8 years ago in reply to ganesh8899 +2
    What do you mean by "a own IOT platform", please explain in more detail
Parents
  • Robert Peter Oakes
    0 Robert Peter Oakes over 8 years ago

    I would use something like NODE-RED for the dashboard, it will also manage your workflows etc. Use smaller less complex devices for the edge (ESP8266, Arduino YUN, etc)

     

    Node Red has a dashboard capability and can also integrate to a huge number of remote peripherals with ease

     

    See some of my posts here https://www.youtube.com/results?search_query=node+red+thebreadboardca , along with many others

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • ganesh8899
    0 ganesh8899 over 8 years ago in reply to Robert Peter Oakes

    I want to create a  own IoT  platform for me.

    Please give some ideas related to it

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Robert Peter Oakes
    0 Robert Peter Oakes over 8 years ago in reply to ganesh8899

    What do you mean by "a own IOT platform", please explain in more detail

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • BigG
    0 BigG over 8 years ago in reply to ganesh8899

    Creating a platform is simply a mechanism to accept incoming messages, translate what they mean and store the result. Then you will want to have means to view the results in a meaningful and user friendly way.

     

    So to do this requires the right infrastructure. If you want a platform but don't want to own the hardware, like computer servers, then something like AWS would do the trick as they have all the building blocks available. If, as you say, you want to create the platform on own infrastructure, such as RPI, then a LAMP install, for example, would suffice to get you building the application. With a default LAMP config you will then be constrained to using http as your communication protocol. If you want more options, such as using MQTT as your communication layer, then look at installing a server config which includes nodejs.

     

    If it's just widgets you're after, like those seen on io.adafruit dashboard, for web interface then it's a case of searching online for the right JavaScript library. Tying the front end with the data then requires use of MVC architecture and framework like AngularJS or using Ajax.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • ganesh8899
    0 ganesh8899 over 8 years ago in reply to Robert Peter Oakes

    IoT platform means I want to display the sensor readings(graph) in my website and display the controls like switches in my website.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • ganesh8899
    0 ganesh8899 over 8 years ago in reply to BigG

    Thanks a lot!!!

    But I want more clear ideas about IoT platform .

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • DAB
    0 DAB over 8 years ago in reply to ganesh8899

    Hi Ganesh,

     

    I think you need to better explain what you mean by IoT platform.

     

    Reviewing the responses I believe that I and the others are having a difficult time understanding what you want to do.

     

    If you can take some time and define your terms and your objectives, then we can provide you with more specific ideas.

     

    As it is, your request is just too broad for use to provide you with specific information.

     

    DAB

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • DAB
    0 DAB over 8 years ago in reply to ganesh8899

    Hi Ganesh,

     

    I think you need to better explain what you mean by IoT platform.

     

    Reviewing the responses I believe that I and the others are having a difficult time understanding what you want to do.

     

    If you can take some time and define your terms and your objectives, then we can provide you with more specific ideas.

     

    As it is, your request is just too broad for use to provide you with specific information.

     

    DAB

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
  • ganesh8899
    0 ganesh8899 over 8 years ago in reply to DAB

    Hi,

      I have tried some websites like io.adafruit.com,thingspeak.com with my RPi3 and now I have a desire to create a website like that.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • BigG
    0 BigG over 8 years ago in reply to ganesh8899

    So basically you want to learn how to make a web-page to view data which is on your RPi3.

     

    I think the previous suggestion about using Node-Red (https://nodered.org/ ) would be a very good way to do it.

     

    If you really want to build a one-off then worth searching online for things like "How To Host A Website With Raspberry Pi". This will allow you to get started.

     

    Now, it's difficult to understand how much you know / don't know. So apologies if this is rehashing stuff you already know. If you have sensors attached to the RPi3 you will use something like Python to read those values. The values are now in runtime memory. You can decide to store that data somewhere so that it persists. Now a web-page will then need to somehow get hold of that data for you to see it. If the webpage is simply displaying a snapshot of the data then this is referred to as a static web-page. If you are wanting to see that data updating on the webpage (like thingspeak) then this is called a dynamic web-page. This is where MVC architecture and scripting languages like Javascript have a role to play.

     

    Buttons and charts etc. are typically created through a mixture of CSS (styling) and Javascripting. It is worth looking at stuff like:

    Documentation - Materialize

    http://getbootstrap.com/

    https://jqueryui.com/

    Chart.js | Open source HTML5 Charts for your website

    https://d3js.org/

    https://canvasjs.com/

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • BigG
    0 BigG over 8 years ago in reply to ganesh8899

    Here is a generic tutorial (would need to adapt to fit RPI): Tutorial: A Node-RED dashboard using node-red-dashboard | Sensetecnic Developer

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • ganesh8899
    0 ganesh8899 over 8 years ago in reply to BigG

    Thank You....

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube