LabVIEW Basics #7 - ESP8266 ESP-01 TCP/IP Socket Server + LabVIEW TCP/IP Client + USB Programmer Mod

Поділитися
Вставка
  • Опубліковано 13 вер 2024
  • In this episode of #LabVIEW Basics I show you how to set-up your #ESP8266 ESP-01 Module in both hardware and software as a #TCP/IP Socket Server, how to modify your USB programmer to put the ESP-01 into download mode and most importantly write TCP/IP Client VI in LabVIEW to send and receive messages from the ESP-01 Socket Server.
    1:05 ESP8266 ESP-01 Overview
    1:37 ESP-01 Pinout
    3:04 ESP-01 Schematic
    4:11 USB Programmer Mod
    5:04 Arduino Code
    7:33 Front Panel
    8:11 Block Diagram
    11:15 Creating the VI Timelapse
    GitHub: github.com/SIN...
    LBRY - open.lbry.com/...
    LinkedIN - / sinconsulting
    Fiverr - www.fiverr.com...
    Contribute and ask questions here:
    forums.ni.com/...
    References:
    circuits4you.c...
    techtutorialsx...
    www.microchip.u...
    wiki.ai-thinker...

КОМЕНТАРІ • 16

  • @SINConsulting
    @SINConsulting  4 роки тому +5

    Hey everyone, hope you enjoy the last video for the year and I hope its useful for your maker projects! Have a safe Christmas and Happy New Year!

    • @extribolo
      @extribolo 3 роки тому +1

      Thanks by your explanation, good job..!!

  • @supriyakhanijou6233
    @supriyakhanijou6233 4 роки тому +3

    Merry Xmas Sin Consulting team! Looking forward to more labview videos next year

  • @juanchaves9845
    @juanchaves9845 3 роки тому +2

    Sir you saved my life. I am beyond grateful

  • @mumbles1justin
    @mumbles1justin 4 роки тому +1

    Great Video! I knew LabView was powerful. But it looks a little more intimidating than I first thought. I wondered why not may people show the backend of their LabView projects. But I see now it would be difficult and time consuming to do a video explaining step by step your thought process then keeping up with all the question that would be asked in the comments.

  • @kaanonball
    @kaanonball 4 роки тому +3

    Sweet!

  • @ahmadnader8586
    @ahmadnader8586 2 роки тому +1

    I am very grateful to you

  • @rickhuang4478
    @rickhuang4478 3 роки тому +2

    your video is very useful~ Thanks~ I like this series application~

  • @ahmadnader8586
    @ahmadnader8586 2 роки тому +1

    i have this error :
    LabVIEW: (Hex 0x0) Error connecting to GPIB driver or device. The NI-488.2 driver may not be installed.
    could you help me

  • @Atomique13
    @Atomique13 4 роки тому +1

    Hello, I could connect 2 arduino with 2 Transceiver nRF24L01 2.4 GHz for each, like 1 arduino with 1 transceiver connected to the PC and the other one somewhere else in the room, and use labview to communicate (receive and send data) between them or I should get and ESP module? It's for a project. Thank you and have a nice day :D

    • @SINConsulting
      @SINConsulting  4 роки тому +1

      I know the Bluetooth modules work with LINX easily, maybe the RF modules would work also but I haven't tried them. It would be less work than using the ESP module that's for sure ! But it depends on your requirements ultimately.

  • @rajasgaikwad3825
    @rajasgaikwad3825 2 роки тому

    Hi SINC. Thanks for this tutorial. I am trying to make the TCPSocket Server from your other video to program Arduino Uno.
    Just wondering if you could help me with this error
    esptool.UnsupportedCommandError: Invalid (unsupported) command 0x8
    I am following your tutorial with an Arduino Uno board. For momentary switch, I'm connecting a jumper wire from GPIO-0 to Arduino's GND for a few seconds from the moment I plug in the USB cable.
    I noticed in your case you have an extra COM port shown up. However for me it just shows two COM ports: "COM3 (Arduino Uno)" and "COM1". The later I feel is default for my PC. I suspect if this is the cause of the error. Did you experience something like this?
    Your help is greatly appreciated.
    Many thanks,
    Raj

    • @rajasgaikwad3825
      @rajasgaikwad3825 2 роки тому

      For some reason, it worked perfectly now. Many thanks.