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.
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.
Leaves included in the kit
Section titled “Leaves included in the kit”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.
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).
What to prepare
Section titled “What to prepare”- ESP32 Wi-Fi Kit
- A Wi-Fi-enabled PC, smartphone or tablet
- Your preferred web browser
- Insert three AAA batteries into the ESP32 Wi-Fi Kit and turn on the power switch.

- 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
- Copy the following URL, open your preferred web browser and paste it into the address bar.
http://192.168.4.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.)
-
When the 26-pin is touched, your web browser will change its display as shown below.

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

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