The Benefits Of Using WiCard
In this article I am going to write about the benefits of using WiCard. Also I am going to compare WiCard programmable WiFi controller module with the other programmable WiFi controller modules.
In this article I am going to write about the benefits of using WiCard. Also I am going to compare WiCard programmable WiFi controller module with the other programmable WiFi controller modules.
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
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 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 (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 (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 (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, 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
WiCard SSM (Square Signal Modulator) Square Signal Modulator or “SSM” is a function which generates square signal pulses with carrier signals. One of the most useful application of Square Signal Modulator is “Infrared Remote Controllers”. The WiCard has 19 lines which you can set as SSM channel. But only one channel can execute Square Signal…
Read more