jcfain / TCodeESP32

This is am ESP32 fork of Tempests TCode sketch (repository doesnt exists yet). It adds Network capabilities and bluetooth.
MIT License
50 stars 12 forks source link

TCodeESP32

This is a fork of Tempests TCode sketch. It adds the following features:

Settings configuration Flashing binaries Serial tester Built in motion generator Voice support (Requires additional hardware)

INSTALLATION:

FROM BINARIES (RECOMMENDED for most users)

See the pdf in the latest release zip for flashing instructions https://github.com/jcfain/TCodeESP32/releases

FROM SOURCE

First You need to install the dev environment for the ESP32 and arduino. It's actually easier than you may think.

  1. Install VSCode
  2. Install the platformIO extension in VSCode
  3. Point VSCode to the directory containing platformio.ini
  4. Select the build you want from the bottom toolbar
  5. Select Upload button on the bottom toolbar. (Has an arrow pointing right)
  6. On the left side of VSCode, there should be an alien head. Select it and execute "Upload file system".
  7. Profit

    For more infor here are some good placees:

    TOOLS

    I used Visual studio code and PlatformIO for this project. I believe the sketch could be built in the Arduino IDE with the correct libraries but I have not tested.

    FILE SYSTEM

    Modify /SettingsHandler.h with your wifi ssid and password etc. (NOT RECOMMENDED) Flash the code and upload the filesystem image. Then start the monitor on the COM port to see the ip address if dynamic.

    You can also set the wifi settings via the web interface in AP mode or via the commands via serial monitoe on first boot.