Navigation

    LILYGO

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    T18_3.0 - How to start ?

    Product information
    3
    5
    1434
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Y
      yakuzja last edited by

      The product seems to be good, but instructions on how to start programming are missing. I found drivers for Window 10, but I don't know how to get the first C / C ++ Code in. Can I program it with Arduino IDE ? How to do it ? No download available.

      L 2 Replies Last reply Reply Quote 0
      • L
        Lilygo @yakuzja last edited by

        @yakuzja Yes, this product uses the ESP32 main chip, and most of the sample programs under the Arduino ESP32 framework can be used.f7e0626e-e470-4e2f-9adb-d25f45827bf2-image.png

        1 Reply Last reply Reply Quote 0
        • L
          Lilygo @yakuzja last edited by

          @yakuzja If you want to use the OLED function, just add this library https://github.com/ThingPulse/esp8266-oled-ssd1306. There are also many sample programs. The OLED I2C pin of the product is SDA: 21, SCL: 22

          1 Reply Last reply Reply Quote 0
          • Y
            yakuzja last edited by yakuzja

            Thx.

            I have not add:

            https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json
            https://dl.espressif.com/dl/package_esp32_index.json
            http://arduino.esp8266.com/stable/package_esp8266com_index.json

            Not go to >>> Tools >>> Board: >>> Boards Manager... and then to install esp32 by Espressif System packet. T18_3.0 20190410 ESP32-WROVER-B ESPRESSIF

            1 Reply Last reply Reply Quote 0
            • M
              Micky last edited by

              @yakuzja There are two ways to get started quickly

              1. Use the Arduino IDE and install the ESP32 support package.
              2. Use the VSCODE PIO plug-in, this plug-in can automatically configure the environment for you, the compilation speed is relatively fast, and it also supports Arduino functions and libraries
              1 Reply Last reply Reply Quote 0
              • First post
                Last post
              Powered by NodeBB | Contributors