Skip to main content
BEmme.2
Associate
September 28, 2021
Question

What is good to use for a “monitoring system�?? That is also going to have video feeds?

  • September 28, 2021
  • 2 replies
  • 1508 views

I want to create a localhost that my client can easily see a custom page on, that is displaying all the data from fish tanks. Such as, temperatures, water levels and more.

What products would be ideal to use? A NUCLEO-f767Zl???

BUT,

then theres the app that can display data,

is that ideal to use that?

    This topic has been closed for replies.

    2 replies

    Tesla DeLorean
    Guru
    September 28, 2021

    Wouldn't an RPi do a better job?

    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
    BEmme.2
    BEmme.2Author
    Associate
    September 28, 2021

    Well, for “viewing�?, the feed yes, BUT, what components of ST would be good to use?

    Tesla DeLorean
    Guru
    September 28, 2021

    Where's the video feed coming from in the context of the original question?

    The RPi provides for a camera and ethernet connection. I'd imagine someone already created an IPCAM

    Are you trying to provide the data via a webpage? Embedding the data text in the image/captions real time?

    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
    FColl.1
    Associate III
    September 28, 2021

    Why not just run a web page on the ESP32?

    BEmme.2
    BEmme.2Author
    Associate
    September 29, 2021

    Because i wan to have a temperature sensors and a video stream going to one web page. But, i also want to implement a user input to feed fish by the UI, latter adding relays

    FColl.1
    Associate III
    September 29, 2021

    ESP32 an do all of that. Even if you need to use several units because you want different functions in different places, you are better off sticking with one processor or board type for simplicity of development. Perhaps you should post a system block diagram to show what you are trying to do.