ESP Series

Electronic work

Illuminance Sensor Investigation (Electronic work) [Which one should I use? ]

When using ESP32, we investigated which illuminance sensor is good. I understand the structure of the illuminance sensor, circuit diagrams, electronic work, and programming. We are confirming whether it can be used for lux measurement using ESP32 and how it can be used for illuminance.
Electronic work

Motion Sensor Investigation (Electronic work) [What is the first place? ]

We investigated the motion sensors on the market. We will check the specifications of each sensor from the mechanism of the motion sensor, program it, and use it by electronic work. When using the ESP32 for electronic work, we test in enviable environments such as cold objects, small objects, outdoors, and indoors, and evaluate which sensor is the easiest to use and has the best performance.
Electronic work

Humidity Sensor Investigation (Electronic work) [What is the first place? ]

When using ESP32, I investigated which humidity sensor is good. It is a continuation investigation from the temperature sensor. I understand the basic specifications and programming of I2C. We investigated four temperature sensors priced from 350 yen to 480 yen and considered what would be the best overall temperature/humidity sensor.
Electronic work

Temperature Sensor Investigation (Electronic work)
[What is the first place? ]

When actually using ESP32, investigate which temperature sensor is good. We investigated 11 temperature sensors with prices ranging from 40 yen to 480 yen.
Arduino

Add Camera to Refrigerator with M5Stack-TimerCamera (Saved on GoogleDrive)

Use M5Stack-TimerCamera to add a camera function to your refrigerator. The captured image is saved in GoogleDrive, and you can check the image in the refrigerator even when you are away from home. Using ReedSwitch, image acquisition and GoogleDrive storage are performed with the opening and closing of the door as a trigger.
Arduino

M5Stack-TimerCamera saves images to Google Drive on a regular basis and on time

Using M5Stack-TimerCamera, acquire images with the camera at regular intervals or on time and save them to Google Drive. TimerCamera of M5Stack is a product that uses a microcomputer ESP32 and camera OV3660. Create a program that synchronizes time using NTP and performs periodic and scheduled startup.
Arduino

Post image to LINE with ESP32 [M5Stack-TimerCamera]

We will do electronic work to post the image taken with the camera to LINE. The product to be used is M5Stack's TimerCamera (ESP32 built-in). Implement HTTPS (TLS) client and LINE posting function in this product.
Arduino

Watch videos on your smartphone [M5Stack TimerCamera]

We will do electronic work to watch the video taken by the camera on the web browser of the smartphone. The product to be used is TimerCamera of M5Stack. This product implements a web server and distribution server to realize video distribution.
Arduino

Smart Remote Controller (smartphone from outdoors, AI speaker cooperation)

We are making smart remote controls. This is the final of the 7 sessions, and we will be able to operate home appliances from the outside using a smartphone and link with an AI speaker. Any home appliance that can be controlled by a normal remote control, such as lighting, TVs, and air conditioners, can be used. For development, we will use Arduino and ESP32 to realize it.
Arduino

Home appliance remote control with smartphone

We will make a home appliance remote control that can be operated from a smartphone. Any home appliance that can be controlled by a normal remote control, such as lighting, TVs, and air conditioners, can be used. For development, we will use Arduino and ESP32 to realize it.