Category: Plans-Schematics

Electronics and Programming tutorials and projects

wifi ecg oximeter

WiFi ECG Monitor (Oximerer and Heart-Rate Diagram) with ESP8266 and ESP32

WiFi ECG Monitor calculate and shows the blood’s oxygen saturation and the heartbeat-rate with the diagram.“ESP8266” is a programmable WiFi module which is the main processor of the project and communicates with the oximeter module via I2C and the user interface via WiFi. “MAX30100 Pulse Oximeter” is a module with two RED and Infrared LEDs…
Read more

max30100 pulse oximeter

MAX30100 Pulse Oximetere With Arduino UNO and Keypad LCD Shield

MAX30100 Pulse Oximeter is a module which can help to calculate oxygen saturation percent in the human’s blood with two RED and Infrared LEDs.The output data form MAX30100 is so many samples in a second which contains LEDs reflection ADC value. This project (Oximeter with MAX30100, Arduino UNO and LCD Shield) contains a folder UNOPulseOximeter…
Read more

alarm clock calendar

Alarm Clock, Calendar and Temperature Meter With AVR ATmega8A

ATmega8A is an AVR 8 bit microcontroller which has 28 pins. The “Alarm Clock And Calendar with AVR ATmega8a” project uses this microcontroller as its main processor and a standard 16×2 Character LCD without using any additional module. There’s a source code folder in this project which contains the CodeVision program files (C) and pre-compiled…
Read more

wifi esp8266 microphone arduino

ESP8266 Microphone (WiFi) With Arduino – Updated

The “Ai Thinker ESP12” module (ESP8266MOD) has an ACD pin (works in range of 0V to 3.3V) with 10 bits resolution (0-1023). The pin is between RST and EN. In the WiFi ESP8266 Microphone project, we have used this channel as the audio signal input. The ESP8266 Microphone and ESP32 Microphone Audio Stream Page This…
Read more

ir remote

Programmable IR Remote With Code Learn (ATTiny13A), Source Code, PCB and Schematics Plans

This project is a “Programmable and Code Learn IR Remote (InfraRed) With ATTiny13A”. ATTiny13A is a low-cost AVR microcontroller with 8 pins (6 I/O) and 1KB memory.There are two folders in this project, “PCB-SCH-BOM” and CodeVision Source.Also In the source code folder there is a pre-compiled file in the “HEX” folder. To re-compile or check…
Read more

auto irrigation

Automatic Irrigation Circuit with ATTiny13A (PCB, Schematic, BOM)

ATTiny13A is a low-cost and tiny AVR microcontroller with 1KB memory. The PCB file of auto irrigation system has been made by “Altium”, also there is a “PDF” and “DipTrace” revision of the schematic and PCB in the project files. Auto Irrigation system has a day counter for the time interval between the watering. The…
Read more

wifi microphone

ESP8266/ESP32 Arduino WiFi Microphone Source Code

The “Ai Thinker ESP12” module has an ACD pin which works in range of 0V to 3.3V with 10 bits resolution (0-1023). The pin is between RST and EN. In the “WiFi Microphone” project, we have used this channel as the audio signal input. This project is available as ESP8266 WiFi Microphone and ESP32 WiFi…
Read more

wifi oscilloscope

ESP8266 and ESP32 Arduino WiFi Oscilloscope Source Code

The “Ai Thinker ESP12” module has an ACD pin which works in range of 0V to 3.3V with 10 bits resolution (0-1023). The pin is between RST and EN. This pin is the input of WiFi Oscilloscope. This project is available as ESP8266 WiFi Oscilloscope and ESP32 WiFi Oscilloscope. The source code contains 4 files:…
Read more

esp32 cam cctv ip camera

Arduino ESP32-CAM CCTV, IP Camera Source Code

ESP32-CAM module contains a 2MP Camera, some I/O pins and one MicroSD slot to store the images and videos. With its tiny size and 240MHz CPU is able to provide a fair quality images. This project is a source code which lets you to handle the camera and use the module’s special features. You can…
Read more

wifi autoconnect

WiFi Autoconnect with Arduino and ESP8266/ESP32

WiFi Autoconnect and Web application builder project contains Arduino ESP32 WiFi autoconnect and Arduino ESP12/ESP8266 WiFi autoconnect The source code contains 3 files: First open one of the files with Arduino program, then set the settings as the following image (Board, CPU Frequency And Flash Frequency) Then put the ESP32 module on the “download mode”…
Read more