Category: Tutorials

Smart Programmable WiFi Controller Module

free arduino projects

Free Arduino Projects: WiFi Microphone, WiFi Camera…

From today we have decided to release the schematic plans, PCB plans and the source codes of most of our projects for free for a while. The following free arduino projects are available in our website: ESP8266 WiFi Microphone Free Arduino Project Source Code (ESP12, NodeMcu…) With this source code, an ESP8266 and a standard…
Read more

infrared receiver

8 Channels Infrared Receiver (Code Learner) With Arduino UNO

The IR receivers typically work in 37 KHz frequency. The “8 Channels Infrared Receiver” project receives the IR signal via HS0038A2 (or similar modules), which the module filters the 37 KHz signal and sends the data in 1 Kbps speed to the ArduinoUNO board. The Project’s Download Link: Infrared Receiver Source Code For Arduino UNO…
Read more

electronics programming project

Doing Online Electronics (Digital, Analogue And WiFi) And Programming (Software, Web And App) Projects

We also do project for your company and/or your business. Our experienced and powerful design team at WiCardTech would like to help you to reach to your goals. We do project regarding circuit and PCB design, weather analogue or digital and computer, web and app programming online-ly. We’re specialize at the following fields: Electronics Digital…
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

Make Your Own WiCard On A Breadboard

Like “Arduino”, you can make your own WiCard on a breadboard. If you want to make WiCard on a breadboard before making the PCB, all you need is some resistors and capacitors, a breadboard, wires, an ATMega8a (DIP), an ESP8266 module (with a 32 Megabit flash memory).   The Schematic Here’s the connections guide:  …
Read more

wicard timer 1

WiCard Timer (+Tutorial Video)

WiCard 32 Bit Timer 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 the current revision is limited. So the real time unit is 1000 uS. That means the…
Read more

wicard adc

WiCard ADC (+Tutorial Video)

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 Bit Analogue to Digital Converter A01 VCC 3.3v A02 Ground A03 0 A04 1 A05 2…
Read more

wicard pcint feedback

WiCard PCInt (+Tutorial Video)

WiCard PCInt (Pin Change Interrupt) There are 22 lines of the pins available for the user to program. You can set 20 of these lines as logical input (GPI) and interrupt (PCInt). Also you can set 19 of them as logical output (GPIO). PIN PortBit Rising Edge Interrupt Falling Edge Interrupt A01 VCC 3.3v A02…
Read more

wicard gpio toggle

WiCard GPIO (+Tutorial Video)

WiCard GPIO (General Purpose Input Output) There are 22 lines of the pins available for the user to program. 20 of these lines can be set as logical input (GPI) and interrupt (PCInt). Furthermore 19 of them can be set as logical output (GPIO). PIN Port Bit Input Output A01 VCC 3.3v A02 Ground A03…
Read more

WiCard Configuration And Settings (+Tutorial Video)

WiCard Configuration, Settings and Internal Page Every WiCard has an internal page for settings, program and configuring the module. The default page address is 192.168.4.1. In this article we talked about how to configure your WiCard module. Also watch the tutorial video.   First Configuration To turning the WiCard on, plug both VCCs (A1,B15) to…
Read more