eChook GPT Documentation
  • Welcome to the eChook nano documentation
  • System Overview
  • The eChook Nano Kit
    • Versions
  • Build Instructions (Kit V1.x)
    • Build Steps Photos
    • First Power On
  • Build Instructions (Kit V2+)
  • Programming the Arduino
    • Install Arduino IDE
    • Arduino Drivers
    • Download the eChook Arduino Code
    • Programming the Arduino
  • Setting up the Bluetooth
    • Pairing with a phone
  • Connecting the eChook to the Car
    • Power and Voltage
    • Current Sensor
    • Throttle Input
    • External Buttons and Brake
    • Temperature Sensors
    • Wheel and Motor RPM
    • PWM Output
  • Calibrating the eChook
    • Wheel Speed and Motor RPM
    • Temperature
    • Voltage
    • Current
  • Using the App
    • Pair eChook to Phone
    • Setting up the App
    • Logging Data
    • Lap Counting
  • Telemetry (Live Data)
    • eChook Live Data
    • Node-Red Integration
    • DIY Web Dashboard
  • Using the Data
  • Circuit Schematics
    • 12 and 24v Inputs
    • Temperature Inputs
    • Bluetooth Module
    • Throttle Input
    • Current Input
    • Button Inputs
    • RPM Inputs
    • PWM Output
    • Power Regulator
    • Expansion Port
  • All about the Arduino nano
    • The eChook nano Code
  • Bluetooth Communication
    • Bluetooth Packet Encoding
    • Bluetooth Packet Decoding
  • Experimental Section
    • GUI Calibration
  • eChook Accessories
  • DIY eChook
  • Spare Parts
  • Troubleshooting
    • Power
    • Arduino
    • Bluetooth
    • Current Sensor
    • Incorrect Data
  • Contributing
Powered by GitBook
On this page
  • How to use
  • This is all new to me - Where do I start?

Was this helpful?

  1. Telemetry (Live Data)

DIY Web Dashboard

PreviousNode-Red IntegrationNextUsing the Data

Last updated 5 years ago

Was this helpful?

If node-red isn't for you, it's also possible to access the dweet.io data from a traditional website. To help with this we have created an example website with the JavaScript code (using Vue.js) in place to fetch all the data from dweet, leaving the html and css up to you to build the interface.

How to use

We suggest making a github account and forking the repository for the demo site. From here clone it to your computer and develop as you wish.

Hosting your Website (for free!)

Within the github settings tab of your forked repository, scroll down to the Github Pages section. Change the 'Source' dropdown from 'None' to 'Master Branch'. Github will then give you a URL to your newly hosted telemetry website.

This is all new to me - Where do I start?

The above instructions are very simplistic and assume a basic knowledge of git and web development. If you are just starting out the are excellent:

Git:

HTML:

CSS:

JavaScript:

NetNinja tutorial series on Youtube
NetNinja Git and Github for Beginners
NetNinja HTML for Beginners
NetNinja CSS for Beginners
NetNinja JavaScript for Beginners
eChook Demo Data Site