Category: Tutorials

Electronics and Programming tutorials and projects

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 wifi module

Programmable WiCard WiFi Module

In the ESP8266 WiFi Module article, I introduced the ESP8266 module and a sample circuit with this module and ATmega8a which is called WiCard. The WiCard WiFi Module Description The WiCard WiFi module has two cores, one of the cores controls WiFi connections between the module and server/user application. Also this core parses the user program…
Read more

WiCard

Toggling an LED with WiCard

For toggling an LED with ESP8266 WiFi controller module, you can either use the Web Application project or the WiCard module. This video introduces the WiCard WiFi controller module and will show you how simply you can turn an LED on/off with your cell phone: The Schematic of the circuit in the video: The simple…
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

electronic WiCard WiFi Module 1

Electronic Engineering Tutorials

There are multiple useful tutorial posts about electronics and electronic engineering in my website. Here are some of the tutorials: Advantages and disadvantages of connecting resistors in series and parallelOperational Amplifier IC (OP-AMP)Transistor amplifierElectrical, magnetic and electromagnetic fieldsCapacitor applications in the circuit designCircuit design and constructionTransistor and how to use it in the circuitCapacitor and…
Read more