Tag: esp8266

Electronics and Programming tutorials and projects

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

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

ota update 1

Over The Air Update

Introduction Of The Over The Air Update (OTA Update) This article discusses about how to update a microcontroller’s program/chip firmware over the air (OTA Update). With increasing the source code lines and the firmware/program size, probability of errors will increase. So the application of OTA update is usually in smart circuits with larger firmware size.…
Read more

wicard breadboard

ESP8266 WiFi Module

ESP8266 is a WiFi module which is able to be programmed by Arduino IDE software. This module has an ESP8266EX chip and usually a 32 Megabit flash memory for uploading the firmware. This module has different types such as ESP12, NodeMCU etc. Also have designed a module with ESP8266 and ATmega8a a while ago for…
Read more

wicard timer 1

WiCard Timer (+Tutorial Video)

WiCard 32 Bit Timer With help of my project, ESP8266 and ATmega8a (WiCard) module, you can build this timer project. There’s a 32 bit timer counter in WiCard WiFi module. The timer calls its handler function whenever its counter reaches to 0. The unit of the timer counter is micro second (uS). This feature in…
Read more

wicard adc

WiCard ADC (+Tutorial Video)

With help of my project, ESP8266 and ATmega8a (WiCard) module, you can build this adc project. WiCard ADC (Analogue to Digital Converter) There are 22 lines of the pins available for the user to program in WiCard WiFi module. 8 of these lines can be set as “Analogue to Digital Converter” (ADC) input. PIN Port…
Read more

wicard pwm slider

PWM Amplifier

This project is a PWM amplifier suitable for the arduino boards. In the project files, there’s its schematic plan and its PCB plan. also there’s a manual file which helps you to build and use the project. You can use this amplifier project as the RGB Driver project amplifier. PWM Amplifier Circuit Specifications The amplifier…
Read more

esp webapp programmable wifi module

Programmable WiFi Module, ESP8266 and ESP32

ESP8266 and ESP32 are two kinds of programmable WiFi module which connects to the user control panel or application via Wi-Fi. So It allows users to have access to its features over the air and wirelessly. We have a lot of projects based on these two useful module. Programmable WiFi Module Firmware and Flash Programming…
Read more

wicard-smart-house

WiCard Security System for Smart House

This is a package of 4 projects firmware for smart house to seeing and listening to what is happening. The package includes ESP8266 WiFi Microphone, ESP32 WiFi Microphone, ESP32-Cam IP Camera and ESP32-Cam SpyCam (Camera and Microphone). Also these projects have the chain network feature which lets the devices connect to each other and have…
Read more