Home Elements Boards Recipes

TTGO Koala Board

The TTGO T-Koala ESP32 board offers an good breadboard for development of ESP32 based solutions with battery powering.

There is a version of the board available that is based on the ESP32-WROOM-32 module. The difference is the PSRAM that is not available in the WROOM module

This board is equipped with:

There is a 3-pin connector to add a power switch. This allows for swithing a battery powered device on/off without detaching the LiPo.

To use the connector the nearby 0-Ohm resistor must be desoldered.

LEDs

There are 3 LEDs on the board.

(Noch nicht ganz sicher) * 25 Nicht nutzbar wegen PSRam 16/17

SDA/SCL 21/22

alt text

LEDs

IO5 : GREEN LED

Blue LED: LiPo charge chip TP4054

RED LED: 3.3V Power

Example env.json Device Configuration

{
  "device": {
    "0": {
      "name": "tkoala",
      "title": "T-Koala",
      "description": "LilyGO TTGO T-Koala",
      "safemode": "false",
      "homepage": "/index.htm",
      "cache": "etag"
    }
  },
  "ota": {
    "0": {}
  },
  "diag": {
    "0": {}
  },
  "digitalout": {
    "led": {
      "title": "green led",
      "description": "onboard green led",
      "loglevel": "0",
      "pin": "5",
      "value": "0"
    }
  }
}
{
  "switch": {
    "led": {
      "onvalue": "digitalout/led?value=$v",
      "title": "switch/led"
    }
  }
}

See also

Tags

Board Wip