Tag: video

WiCard - Smart Programmable WiFi Controller Module

wifi robot esp32-cam

WiFi Robot (3-Wheels) With ESP32-Cam and ATmega8A

This project is an “ESP32-Cam WiFi Robot” firmware arduino source code (.ino) and also can be used as a “Dome Camera”. This project is based on the “ESP32 WebApp Builder” and Arduino ESP32-CAM CCTV, WiFi IP Camera projects. The WiFi Robot project uses the “AI Thinker ESP32-CAM” module which has a 2MP Camera, 10 I/O…
Read more

spy camera esp32-cam

Spy Camera (Video, Audio & Network Stream) With ESP32-Cam

This project is an “ESP32 WiFi Camera Microphone (Spy Camera)” firmware arduino source code (.ino) with Chain Network feature which is based on the “ESP32 WebApp Builder” project. The “Chain Network” is a local network which the devices one by one are connected to the each other. The Spy Camera project uses the “AI Thinker…
Read more

spycam

SpyCam Project (Video and Audio Recorder) With Ai Thinker ESP32-Cam

The SpyCam project uses the “AI Thinker ESP32-CAM” module which has a 2MP Camera, 10 I/O pins, an on-chip LED and one MicroSD slot to store the images and videos. With its tiny sized camera and 240MHz CPU is able to provide a fair quality images and video frames. You can either use a “WaveShare…
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

wicard pwm slider

WiCard PWM (+Tutorial Video)

WiCard PWM (Pulse Width Modulator) The WiCard has 19 PWM lines which are able to be set at the same time. The following table shows which pins are able to be set as PWM: PIN PortBit Pulse Width Modulator Output A01 VCC 3.3v A02 Ground A03 0 * A04 1 * A05 2 * A06…
Read more

wicard ssm

WiCard SSM (Square Signal Modulator)

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