This project is an “ESP32 WiFi Camera Microphone (Spy Camera)” firmware arduino source code (.ino) with Chain Network feature which is based on the “ESP32 WebApp Builder” project. The “Chain Network” is a local network which the devices one by one are connected to the each other.
The Spy Camera project uses the “AI Thinker ESP32-CAM” module which has a 2MP Camera, 10 I/O pins, an on-chip LED and one MicroSD slot to store the images and videos. With its tiny sized camera and 240MHz CPU is able to provide a fair quality images and video frames and also a network online stream.
You can either use a “WaveShare Sound Sensor” (or similar) or the suggested circuit as the audio input.
The ADC input (for the audio circuit) is GPIO 33 which is originally connected to the red on-board LED.
This project contains three folders ESP32CamMicProgram (the Arduino source code) and PCB-SCH-BOM.
The project is available in the following links:
SpyCam Project (Video&Audio Recorder) Source Code, PCB and Schematic Plans (ESP32-Cam) – Rev 1.3
Arduino ESP32-CAM CCTV, WiFi IP Camera Source Code – Rev 1.3
First open one of the files with Arduino program, then set the settings as the following image (Board and Flash Frequency).
- The “Board” must be set on one of the ESP32 Modules before doing anything.
- The start-up CPU speed has been set to 160MHz.
- For the “download mode”, use a jumper for connecting “IO 0” to the GND.
Then turn on the ESP32 module in the “download mode” (GPIO0àGND) and upload the program with using an USB2Serial module.
ESP32 Spy Camera PCBAlso there are the PCB files in the PCB-SCH-BOM folder:
The “Chain Network” is a local network which the devices one by one are connected to the each other (Series). In the chain network, the first device is the master of network. The starter (either the master or the last joined module) is directly connected to the WebApp. It sends the command to the next device, and the next device sends it to the next one till the last device. The last device response will be sent to the first device and finally the WebApp via the middle devices.
You can join up to 8 camera, either with “ESP32 Spy Camera” firmware (Audio and Video recorder) rev 1.3 or “ESP32 IPCam” firmware (which has not the audio record feature) rev 1.3 in a chain network and see the online stream of the Cameras.
- In the current revision, the online stream is available for only 2 devices in the network, but the file access is available for all of the devices.
Plug the power and turn on the circuit and the module in “normal mode”.
Then the LED will blink once (in case of everything is ok). Then you’ll be able to see the module’s hot spot ssid via the WiFi networks in your PC or smart phone.
The default SSID is WiCardCamMic and the default password is 12345678. Connect and go to 192.168.4.1 with a PC or smart phone web browser (Chrome or Firefox).
Here’s the web UI:
Right after loading the page, the module starts recording and buffering automatically.
Currently the online stream is without audio, but this feature will be added in the future.
By tap on the video image, the image will scale to full with and original size.
There’s an audio signal scope under the screen which shows the received audio signal.
There are two buttons under the scope, with “CAPTURE”, the module will take and save a shot and with tap or click on the “LIGHT” button, the on-chip flash light will turn on and off.
In case of using the “Chain Network” feature, If you join multiple ESP32-Cams to the network, you’ll be able to see an online stream of all of the joined cameras at the same time.
Also you’ll be able to see an online video stream of all of the joined cameras in the “Streams” page:
By one click on each image, the “Capture” and “Light” buttons will appear and by double click on each images, you can enlarge and see the selected camera stream in higher quality.
By tap or click on the “menu button” (top-right), the menu items will be appeared:
- Do not open two pages at the same time. The module can handle only one page at a time.
- The WiFi signal strength takes effect on the module capability and the video streams.
- The ESP32 module is weak and the arduino ESP32 compiler (rev 1.0.6) still needs to be updated, so when the module’s access point (hotspot) is turned off (by connecting the module to a modem and turning the temporary hotspot button on in the settings page), the device has a better performance.
This web application is also compatible with cell phone and mobile device browsers:📷
The menusThe Web Application is divided to 3 menus. The menus can be selected by click on the menu button.
“Streams” refers to the “Online Stream” page, “Memory” refers to the file manager and “Settings” refers to the settings page.
The File ManagerIn the “Memory” page, you can see the saved images (.jpg format) and the recorded videos.
The videos save in “.jp5” format and in the current firmware revision, you can only play the videos in this page.
Also you can access to another device’s memory in this page with setting the “Target” device in the settings page.
There are 3 buttons under the image:
- File name (direct link) button.
- Next file button
- Remove button
The left button under the image (blue button) shows the file name and has the direct link of file (you can right click on it and copy the link).
The middle button shows the next file.
And the right button, removes the file.
You can download the images by tap or click on the image.
By click on the play button (middle of the JP5 file image), the video will be downloaded and played along with the audio and you can pause the video by tap or click on the image.
- Downloading the videos may take a while, it depends on the video data length and the WiFi signal strength.
The web application’s settings menu has been divided to 5 parts:
- Modem Configuration
- Device Hotspot Configuration
- Camera ConfigurationIn this section:* You can set the device’s network channel. The channel must be a number between 0-7 and the devices can’t have the same channel.* The “Quality” of online stream and recording which can be Low (320*240), Medium (640*480) or High (800*600).* The “Record Time” can be 10Sec, 30Sec, 1Min, 2Min or 4Minutes.* The “Motion Detector Sensitivity” is the internal image processing sensitivity for motion detecting and can be Off, Low, Medium or High.* The “PIR Input” switch enables and disables reading getting record command from “GPIO 3”.* The “Flash Light” switch turns on and off the on-chip power LED during the recording.The internal image processing sensitivity also depends on the scene light and objects.
- Local Network Configuration
- Local Network MapWith the target feature in this section, you can access to both of IPCams and Spy Camera (rev 1.3) memories and play the.JP4 and.JP5 videos.
The Spy Camera project is available in the following links:
SpyCam Project (Video&Audio Recorder) Source Code, PCB and Schematic Plans (ESP32-Cam) – Rev 1.3
Arduino ESP32-CAM CCTV, WiFi IP Camera Source Code – Rev 1.3
Comments