Continuous Network/ Server Tester with Arduino Uno with WiFi

Поделиться
HTML-код
  • Опубликовано: 18 дек 2024

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

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

    My boss and I were just talking about doing something like this for our 6 servers today! We just had some serious issues with one of them that supports a large scale business! I am going to buy parts and modify this a little bit ASAP! Thanks a ton for this! You are awesome! Keep up the great work and content!

  • @minibit0103
    @minibit0103 5 лет назад +1

    Something about putting together these types of little hardware projects together is very rewarding!

    • @user-vn7ce5ig1z
      @user-vn7ce5ig1z 5 лет назад

      It's because doing things yourself is just generally a lot more fulfilling than just using stuff someone else made. There's a sense of accomplishment that you learned something and created something yourself. Unfortunately it's becoming a lot less common now in this manufactured society. On the bright side, the boom in maker-culture has revived the notion of doing things yourself. 👍

  • @nils-erikolsson3539
    @nils-erikolsson3539 5 лет назад

    Nice to have you back!

  • @amritkoirala2216
    @amritkoirala2216 5 лет назад

    Glad to see you back !!

  • @treehugginmegatron
    @treehugginmegatron 5 лет назад +1

    Really really cool stuff here

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

    I didn't find the code and diagrams on your website. I am trying to adapt this to an Arduino MKR1000 WIFI since the Arduino WiFi Rev 2 is sold out. I would also like to use a larger LCD panel. I have many to chose from.

  • @macxPrime
    @macxPrime 5 лет назад

    Our only Internet option out here in the county is a ADSL link offering from the local telco. We are served from an Outside Plant Module a couple of miles away that in turn connects to the central office. The point of this is to explain that our Internet service can be lost frequently but restored by rebooting the cable modem. Your tutorial was very helpful for me to design an Internet monitor that can power cycle the cable modem upon a loss of Internet based on ping RTT results from 3 hosts. I have it up and running just fine on an Arduino UNO WiFi Rev 2 board.
    Unfortunately the board will only work with the USB port providing power. A second board has the same issue. Will get some time to try to locate the issue but for now thanks for the great tutorial and ideas!

    • @user-vn7ce5ig1z
      @user-vn7ce5ig1z 5 лет назад

      > me to design an Internet monitor that can power cycle the cable modem upon a loss of Internet
      Yup, a simple relay and you're off and running. 👍
      > Unfortunately the board will only work with the USB port providing power.
      It should be possible to set up a battery backup. Is it an insufficient-current issue? 🤔

  • @guliyevshahriyar
    @guliyevshahriyar Год назад

    Thanks, very nice idea! Greatly appreciated.

  • @zebo-the-fat
    @zebo-the-fat 4 года назад

    Nice, you could also set it to power a relay to re boot your router if the network goes down

  • @taleaassiri1780
    @taleaassiri1780 5 лет назад

    Is that possible if I have more than 30 IPs to make an LED for each one?

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

    how can i do it for an ESP 8266

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

    Please make a tutorial on how to ping an rj45 port to find out if there is internet (ping google.com -t) and/or specific network (ping sp.ec.if.c! ) by attaching a cat cable to Arduino network module and displaying ping on display. And it should nicely go into the pocket.

  • @user-vn7ce5ig1z
    @user-vn7ce5ig1z 5 лет назад

    The counter thing is interesting. It's a clever idea to detect a hung device. 👍 That said, instead of using a counter (and calling a function), you could simply flash or toggle a cursor or something. For example:
    int cursor=false; //make a simple boolean
    void loop() {

    display.println((cursor=!cursor)?"x":"+")); //negate cursor and print either "x" or "+" (simulate rotating cross)

    }

  • @kalanadilshan9344
    @kalanadilshan9344 5 лет назад

    Can I attach a wifi unit externally? will it work?

  • @MicroBitz
    @MicroBitz 5 лет назад

    Great, i love it!

  • @trapengineer821
    @trapengineer821 5 лет назад

    Can you do Nessus 🙏

  • @Chupacabras222
    @Chupacabras222 5 лет назад

    You really don't know why there are commas and not dots? Eli?

    • @user-vn7ce5ig1z
      @user-vn7ce5ig1z 5 лет назад

      I'm sure he knows but was drawing extra attention to it to make sure people don't make a mistake. 🤔

  • @treehugginmegatron
    @treehugginmegatron 5 лет назад

    Is your code written in C or C++?

    • @user-vn7ce5ig1z
      @user-vn7ce5ig1z 5 лет назад

      Arduino code is a bit of a hybrid; it's not quite either. It uses the same syntax, and supports classes and most other C++ features, but gets transpiled into C which then gets transpiled into machine code. For all intents and purposes, for the developer, you can think of it as C++.

  • @deojeetsarkar2006
    @deojeetsarkar2006 5 лет назад +1

    Holala Eli
    Are you s/o Queen Eli-zabeth?

  • @femmems
    @femmems 5 лет назад

    Hey man can you help me. I accidently disabled my nvidia geforxe driver and now i have black screen. What should i do...

    • @elave4218
      @elave4218 5 лет назад

      Roll back to a previous check point... You need windows cd or USB.

    • @femmems
      @femmems 5 лет назад

      @@elave4218 ohh okay, i got that, what should i do now

    • @____-gy5mq
      @____-gy5mq 5 лет назад

      Enable it

  • @____-gy5mq
    @____-gy5mq 5 лет назад +3

    Why so less views?
    #bulrukwashere

  • @noferblatz
    @noferblatz 5 лет назад +1

    You're getting orders of magnitude fewer views than your original educational videos. Are you able to support yourself with this?

    • @user-vn7ce5ig1z
      @user-vn7ce5ig1z 5 лет назад

      Electronics/maker videos tend to get fewer views in general. Other channels doing the same subject get about the same attention. My guess is that makers tend to just jump in and fiddle with things rather than watching videos, and when they run into problems, they just go to the Arduino StackExchange site instead of looking for videos to solve it. 🤔

  • @denys2844
    @denys2844 5 лет назад +1

    LED for server reachability in 21st century

  • @garretnelson5254
    @garretnelson5254 5 лет назад

    First

  • @michdo23
    @michdo23 5 лет назад

    Wow, thanks to my Arduino Server "TESTER" i now know that my Server is offline. The users will never know, only i know, because of my Tester. Now i have time to fix the issue, because it is only me that knows it's offline. Because of my ping TESTER with LEDs. There is no other way i could achive this for zero dollars and with zero time on any computer i already have. #ComputerExpert #RealLifeApplicable