Skip to content
Shop

ESP32 Wi-Fi Kit Getting Started Guide

Set up with your favorite AI

Gemini & other AI

Copy the setup prompt into your AI. Work through each step together, from checking your kit to getting it running.

Open Gemini

Copy the prompt, then paste it into Gemini’s message box.

View prompt

The ESP32 Wi-Fi Kit is a development kit with the ESP32-WROOM-32 with built-in Wi-Fi and Bluetooth LE, which can be powered by batteries or lithium batteries.

It's easy to send touch sensor values to your smartphone or computer via Wi-Fi.

The ESP32 Wi-Fi Kit comes with this program written and ready to use right out of the box.

These leaves are shared by ESP32 Wi-Fi Kit and Kit 2.

5 types of leaves. Select a photo or name for specifications and pin assignments.

AP02 ESP32 MCU

Runs programs and exchanges data over Wi-Fi or Bluetooth LE.
Qty: 1 Discontinued

AV04 2V~4.5V

Connects a battery holder to supply power to leaves.
Qty: 1 Discontinued

AZ02 RTC&microSD

Keeps time and stores data on a microSD card.
Qty: 1 Discontinued

AX07 Back to back

Connects leaves back to back.
Qty: 1 Discontinued

AX08 29pin header

Connects leaf signals to a pin header.
Qty: 1 Discontinued

Accessories such as battery holders differ between kits. Check the complete contents list for your ESP32 Wi-Fi Kit (Japanese) or ESP32 Wi-Fi Kit 2 (Japanese).

  • ESP32 Wi-Fi Kit
  • A Wi-Fi-enabled PC, smartphone or tablet
  • Your preferred web browser
  1. Insert three AAA batteries into the ESP32 Wi-Fi Kit and turn on the power switch.
    assemble
  2. Use your PC, smartphone or tablet to search for Wi-Fi in the area and connect to the Wi-Fi of the following SSID.
    • SSID: Leafony_ESP32-AP
    • Password: password
  3. Copy the following URL, open your preferred web browser and paste it into the address bar.
http://192.168.4.1
  1. Pins 7, 9, 22, 24, 26 and 28 of the 29pin header are assigned to the touch sensor.
    Touching the pins increases the capacitance and decreases the value. If the value falls below the threshold of 20, "Touch detected" is displayed.
    (Pin 24 is hidden in the sample sketch due to interference with the RTC & microSD. The detection threshold can be changed in the sketch. In the picture below, I am touching pin 26 with my fingertip.)


  1. When the 26-pin is touched, your web browser will change its display as shown below. 


  1. There is a magnet on the Nut Plate part of the ESP32 Wi-Fi Kit. Let's install it on a metal wall.


  1. The sample app we used this time is "Wi-Fi Touchsensor". The source code and how it works can be found here.