Posts

Showing posts from 2023

Video Editing software

Image
How to do video editing? Go to Google search and type video editing software, you will get much software of video editing . After download the video editing software save it and install the video editing software. If you take video from mobile or camera store memory and import into video editing software. Video editing software image-1 See the screen shot of video editing software application such as part one capture video have import video, import pictures and import audio or music. Part two Edit Movie have shown collections, view video effects, view video transitions, make titles or credits and make an AutoMovie. Last third one is Finish Movie have saved to my computer and send to DV camera. Video editing software image-2 From screen shot you can import video from your computer desktop hard disk data storage. After importing video then drag into the timeline format or frame. Before editing video take nice videos from your mobile or DSLR camera means digital single-lens reflex ca...

Home automation with TV remote

Image
How to do home automation light and fan with TV remote? Embedded system microcontroller 8052 series making home automation light and fan operate with any TV remote .   Mainly use Keil c coding program can making operate between input and output pins of microcontroller 8052.   First take microcontroller at89s52 40 pin, tsop1738 sensor, microcontroller development board, 5v DC power supply and remote rc5. Embedded system micro controller 8052 development board Keil C coding #include <reg52.H> #define SWPort P1 // port definition sbit IR = P3^0; // pin's definitions sbit SW1 = P1^0; sbit SW2 = P1^1; sbit SW3 = P1^2; sbit SW4 = P1^3; sbit SW5 = P1^4; sbit SW6 = P1^5; sbit SW7 = P1^6; sbit SW8 = P1^7; void delay_3024ms(); // delay function for 3.024ms void delay_1728ms(); void delay_4752ms(); // delay function for 4.752ms void ReadAddr(void); // Read Address void ReadCmd(void); // Read Command bit ReadBit(void); // Read Bit unsigned char temp,addr,cmd; // result in the ...

Motherboard connection

Image
How to give connection to Motherboard or Main board? Motherboard or Main board has buses travelled through wires like as 32-bit or 64-bit processor have. There are several components such as capacitors, resistors, transformers, pins, power supply pins, IDE cables for CD ROM drivers, Hard disk IDE cables or SATA HDD and so on. On motherboard have PCI slot for external devices to use for other task or application, through PCI slot we use LAN card for internet purpose or TV tuners for television purpose. Some have Graphic chord is use for display resolutions to adjust with settings, monitor which resolutions are perfect through Graphic drivers. You need to install graphic drivers through CD. Cabin has Led’s such as Power LED, HDD LED, USB, Power button, reset button wires already had in cabinet, here you need to fix mother board or main board and processor fan wires 4 pins, power supply 24 pins and 2 pins for processor side. Give connect from cabinet to mother board or main boar...