Raspberry Pi 4 Data Visualization GUI On 7" Touchscreen Display | FullPageOS

Поделиться
HTML-код
  • Опубликовано: 22 мар 2020
  • • Your support helps me post videos more frequently:
    / acrobotic
    www.paypal.me/acrobotic
    buymeacoff.ee/acrobotic
    BTC: 1ZpLvgETofMuzCaKoq5XJZKSwe5UNkwLM
    ==========
    • Find me on:
    / acrobotic
    / acrobotic
    / acrobotic
    ==========
    • My shops:
    acrobotic.com/shop
    amazon.com/shops/acrobotic
    ==========
    • Description:
    In this video, I go over the process of building a Data Visualization display using a Raspberry Pi and a 7-inch Touchscreen Display. I show, step-by-step, the assembly of the hardware as well as the necessary software for having the Raspberry Pi run a fullscreen webpage right after booting up. I also detail a custom webpage that uses JavaScript and the Google Charts API to plot data. Lastly, I outline the code in a Python script for querying an API in order to fetch the data needed to generate the visualizations.
    ==========
    • Related vids:
    Set up the linux-based Raspbian Operating System: • Raspberry Pi 4 as a Li...
    Set up Raspbian for access without a keyboard, monitor, and even a Wi-Fi connection: • Raspberry Pi 4 SSH Set... (complete) • Raspberry Pi 4 Headles... (summary)
    ==========
    • Project code:
    github.com/acrobotic/Ai_Demos...
    github.com/guysoft/FullPageOS/
    ==========
    • Music:
    Epidemic Sound (epidemicsound.com). Standard RUclips License.
    ==========
    #RaspberryPi #RaspberryPi4 #Tutorial
  • НаукаНаука

Комментарии • 16

  • @giusepearturo
    @giusepearturo 11 месяцев назад +2

    Hello, I am wondering if I could use this operating system to display a local webpage with gauges, sensors, and graphs for analog sensors connected directly to the Raspberry Pi boards. Alternatively, what would you advise for creating such an interface (visually appealing, smooth, and user-friendly) to build a dashboard for an old car (without OBD port), using only analog sensors?

  • @EDGARDOUX1701
    @EDGARDOUX1701 4 года назад

    Que grande este video Master!!! Mil gracias!!! Un fuerte abrazo Argento!

    • @datasith
      @datasith  4 года назад

      gracias capo, espero que todo esté bien dentro de lo posible!

  • @rishabhshah8845
    @rishabhshah8845 3 года назад

    awesome 🔥🔥🔥 ❤️

  • @geraldmutaki5214
    @geraldmutaki5214 2 года назад

    Hi thanks for the video, I'm using raspberry pi to collect emmissions' data, can I use this process to visualize the data or is it different

  • @0mts000
    @0mts000 4 года назад

    Hola!, gracias por el video, tengo un problema, usé la misma imagen que tú y también las ultimas disponibles en el repo, la verdad que casi todas. Pero, en la pantalla (La oficial de raspberry) después del boot no me muestra nada, pero si está corriendo el webserver (lo visualizo en mi PC), me conecta via SSH, pero después del boot queda en negro, aparentemente es algo de resolución. Estoy usando una rasp pi 4 8GB. GRACIAS!

  • @verdugojon1118
    @verdugojon1118 2 года назад

    Hello there i really need help about how to make a gui boot to show the arduino temp and heart beat sensor and can you make a tutorial about it and how to show it in raspberry pi 4

  • @window.location
    @window.location 4 года назад +2

    Why are using python to fetch json data instead u can directly made in JavaScript
    Using ajax function or fetch function it will easy

    • @datasith
      @datasith  4 года назад +1

      there are *many* different options for doing this, and python is one of them. "most" things for raspberry pi are designed around python, so i always try to show different use cases of the language in my videos.

  • @michaelhucul6071
    @michaelhucul6071 4 года назад +2

    My wife is a nurse and has been watching the trends for the US and in Ohio. I would like to build this for her, but I am afraid that the programming skill is beyond my capabilities (besides copying what you have already created). Is there a way to add data for Ohio in to the graph?

    • @datasith
      @datasith  4 года назад

      Fortunately, yes! I'd love to help. If you give me a day or two, I'll (test and) post the code that rotates the screen every 30 seconds to show Nationwide, and Ohio-specific stats!

    • @michaelhucul6071
      @michaelhucul6071 4 года назад

      @@datasith Thank you very much!

  • @mehmetenesonus6948
    @mehmetenesonus6948 2 года назад

    Yeah that was an epidemic... I wish it could have stayed like that

  • @Apfelloch
    @Apfelloch 4 года назад

    Of course it's just for demonstration purposes but using a Raspberry Pi *4* is such a waste for this simple task :D

    • @datasith
      @datasith  4 года назад

      haha indeed. i wanted to explore options for GUIs, and this gave me a good excuse to try one. i'm liking the built-in server as opposed to a python solution (like kivy) where i'd need to add it to the project.

  • @snouzz-gaming917
    @snouzz-gaming917 Год назад

    can you do so that it refreshes all the time and shows live data?