Owner: get amazed URL:http://ssecganesh.blogspot.com/ Join Date: Tue, 10 Jun 2008 00:17:10 -0500 Rating:0 Site Description: an interesting blog regarding electronics, circuit ideas, and pic microcontroller. provided many links for project ideas and new trends in technology. Site statistics:Click here
working of steering mirrors 2008-06-08 07:25:42 Steering mirror consist of a mirror(reflecting surface) and actuators. The actuators are used to tilt the mirror to required angle. It is of two typessingle axis : mirror can be tilted with single axis freedomtwo axis : mirror can be tilted with two axis freedomsince the mirror has to be tilted precisely, piezoelectric actuators are usually used. Piezoelectric actuators uses "inverse piezo effect" Read more:working
code for driving stepper motor in mikro c and ccs c compiler 2008-06-08 07:25:19 code in mikroc for wave drive, half step and high torque stepping//wave drive modemain(){ TRISB=0x00; PORTB=0x00; while(1) { Delay_ms(3); PORTB=0b00001000; Delay_ms(3); PORTB=0b00000100; Delay_ms(3); PORTB=0b00000010; Delay_ms(3); PORTB=0b00000001; }}//half step modemain(){TRISB=0x00; PORTB=0x00; while(1) { Delay_ms(2); PORTB=0b00001000; Delay_ms(2); PORTB=0b00001100; Delay_ms(2); P
Driving stepper motor using TIP122 2008-06-08 07:24:49 If your stepper motor has a high current rating then its better to use TIP120/TIP121/TIP122 for driving your stepper motor. (TIP122 is most commonly available in Ritchie street). The TIP122 is silicon epitaxial-Base NPN power transistor in monolithic Darlington configuration mounted in TO-220 plastic package. It intended for use in power linear and switching applications.About Darlington pair:Da Read more:Driving
Driving stepper motor using ULN2003 2008-06-08 07:24:22 The simplest way to drive stepper motor having lower current rating is using ULN2003. The ULN2003 contains seven darlington transistors. The ULN2003 can pass upto 500mA per channel and has an internal voltage drop of about 1V when on. It also contains internal clamp diodes to dissipate voltage spikes when driving inductive loads. The circuit for driving stepper motor using ULN2003 is shown below.F Read more:Driving
IC's and transistors used for driving stepper motor 2008-06-08 07:23:49 The IC's and transistors which are used for driving stepper motor is as follows, the selection of the IC's or transistors is based on the current requirement of the stepper motor. For the stepper motor which requires low current less than 500mA ULN2003 could be used. For the stepper motor which requires high current greater than 500mA transistors like TIP120, TIP 121 and TIP122 can be used.ULN2003
Identifying the leads of Unipolar stepper motor 2008-06-08 07:23:16 Unipolar stepper motors have four coils and either five, six or eight wires. No matter how many wires, unipolar stepper motors are interfaced in the same way. Five wires will go to the controller circuit. Four wires will be excited by pulses from the control circuit and the remaining wire(common) is given to the power supply. To identify the wires, you need a resistance meter.First, identify the c
Identifying stepper motors 2008-06-08 07:22:45 While buying a stepper motor you must note the following aspectsFirst, check for the number of wires coming out. If 5 or 6 or 8, that's good because you have a unipolar stepper. If 4, that's bad beacuse you have a bipolar stepper which requires two phase to drive. Confirm you have a stepper motor by turning the shaft. You should feel the little detents indicating each step. Most probably in ritch
Where to find stepper motors 2008-06-08 07:21:50 Stepper motors can be found in almost any piece of electro-mechanical equipment. It can be pulled from old electronic equipment such as floppy drives, dot-matrix printers. Most of the stepper motors in Ritchie street is pulled from printers and the most common step angle you could find is 1.8deg and 7.5deg which is of permanent magnet type. Look for "unipolar" or "4-coil" or "4-phase" motor (t
stepper motor - introduction 2008-06-08 07:21:22 A stepper motor is a electromechanical device which converts electrical pulses into discrete mechanical movements. The shaft or spindle of a stepper motor rotates in discrete step increments when electrical command pulses are applied to it in the proper sequence. Stepper motors enable precise positioning without needing sensors to measure motor position. AdvantagesThe rotation angle of the mo
Shops in ritchie street 2008-06-08 07:20:59 Hi guys new to Ritchie street ?don't worry i will guide you to some shops in Ritchie street--> Modi Electronics - #6, Ritchie street, 1st floor, chennai - 600 002. Ph - 91-44-2841 4140. Best shop to buy DC gear motors, stepper motors and LEGO kits, they also sell many projects which you must assemble yourself.--> Shri Gemini Kits and Spares - #22, Athipattan st, Mount Road, ch - 600 002. Ph
Features of PIC16F877A 2008-06-08 07:20:22 I started with PIC16F877A demo board for my projects. let us now see the features of PIC16F877A, the following image shows my PIC16F877A demo board.PIC16F877A demo boardFeatures of PIC16F877AHigh-performance RISC CPULead-free:RoHS-compliantOperating speed:20Mhz, 200ns instruction cycleOperating voltage:4.0-5.5voltsIndustrial temperature range(-40 to +85 degrees)15 Interrupt sources35 single wo
Features of PIC microcontroller 2008-06-08 07:19:40 New to PIC ?? Let us see the dynamic features of PIC which has made it a better choice than other microcontrollersFeatures of PIC microcontroller1.code efficiency - The PIC 8 bit microcontroller is based on Harvard architecture, which means there are separate internal buses for memory and data. The throughput rate is therefore increased due to simultaneous access to both data and program memory. I
about cheniston serial input software 2008-06-08 07:19:07 The cheniston serial input
software is used to control the movement of cursor in PC by giving serial input through the serial port. Serial Input is a windows based application to enable keyboard and mouse input via alternative input devices. It works by taking input from your device(via a serial port), and translating the received data into keyboard and mouse input for windows operating systems.Se
about microbrn 2008-06-08 07:08:04 microbrn is a software from ozitronics which is used for burning the hex code in PIC microcontrollers. It is also named as micropro, i used this software for dumping my hex code into PIC. It provides options of setting the fuses while burning the code into PIC, please be careful while setting the fuses, because even if your program works good but improper setting of the fuses will stop it from wor
about PIC simulator IDE 2008-06-08 07:07:36 Its a best simulator software for PIC microcontroller developed by oshonsoft to test your program, just browse and select the hex file which you have obtained after compiling the code, it also provides environment for testing your interfaces like LCD, stepper motor, LED board, and it also provides microcontroller view where you can provide inputs to the INPUT PORT pins and to check the output from
about ccs c compiler 2008-06-08 07:06:56 The CCS C compiler was developed exclusively for the PIC MCU - making it the most optimized compiler for Microchip parts. The compiler has a generous library of built-in functions, preprocessor commands, and ready-to-run example programs to quickly jump-start any project. Drivers for real-time clocks, LCD's, A/D converters and many more are innate features to the CCS C compiler.The compiler co
about mikroC 2008-06-08 07:06:19 mikroC is one of the powerful and easy to use software for programming PIC microcontrollers in embedded C. mikroC is a powerful, feature rich development tool for PICmicros. It is designed to provide the customer what the easiest possible solution for developing applications for embedded systems, without compromising performance or control. Applications can be developed quickly and easily using mi
VEHICLE NAVIGATION USING PIC MICROCONTROLLER 2008-06-08 07:05:49 The problem of handling materials in an industry must be done in an efficient way. Present system for handling materials in industry uses conveyor belts to displace the object from one place to another. The conveyor belt system occupies large amount of space even when there is no load to be transported and can accept load from a particular source and deliver it to a particular destination
POWER OF LOGIC GATES 2008-06-08 07:05:28 FOOTBALL ROBOT - SOCCERBOTINTRODUCTION : Most of them would have developed the football robot using a microcontroller or using any complex circuit. Here is a simple circuit to design a football robot using simple logic gates. The circuit involes the usage of one OR gate IC and a motor driver IC L293D. The diagram is shown below for your reference. CIRCUIT DESCRIPTION : The F,B,R,L in
principle of laser tracking system 2008-06-08 02:12:40 We have already seen about laser tracking system in my previous post, now let us see the working principle of laser tracking system. Here we are going to track the tip of the finger as shown in the figure below. The laser beam from the source is made to incident over the steering mirror. The steering mirror is tilted in such a way that the reflected beam falls on the finger tip. The laser beam wil
about laser tracking system 2008-06-08 01:36:20 why laser based tracking became famous? The tracking system at present, scans the entire background along with the object to be tracked and by using intense image processing it separates the object from its background. After separating the object, the motion of the object is detected. This method is complex and expensive. But in laser tracking system instead of scanning the entire background al
PIC microcontroller architecture 2008-05-30 00:55:34 Let us see about the architecture categories in PIC microcontrollerMicrochips 8 bit PIC microcontrollers fall into three product architecture categories providing a variety of option for any application requirementBaseline 8 bit architecture - 12 bit program wordMidrange 8 bit architecture - 14 bit program wordHigh performance 8 bit architecture - 16 bit program wordBaseline Architecture - The bas
Designing a gear box 2008-06-10 23:14:19 as seen in my previous post ,the gear reduction ratio (using spur gear) which we required was 128:1, and we achieved it through software and hardware. We made the 64:1 gear reduction box using three 4:1 gears, 4:1 gear reduction is achieved by using a 20 teeth and an 80 teeth gear. All the gears are cut using 1 module cutter. The basic formula involved in gear design is,OD = (N+2) x M Read more:Designing
types of gears 2008-06-10 07:06:20 In my previous post i have given details about the introduction to gears, now let us see the different types
of gears. Many different forms of gears are used and the types most commonly used are,Spur gear - Gears whose axes are parallel and whose teeth are parallel to the centerline of the gear are called spur gears. They are used to transmit power from one shaft or element to another in case wher
about gears 2008-06-10 06:33:31 New to gears.. let us see the introduction to gears, later on we will discuss about the type of gears and the machines used in manufacturing gears..Introduction : There was a need for us to develop a gear box with a speed reduction ratio of 128:1 for my project, but there was no one to guide us in designing a gear box. Later on, i sought the help of some teachers in a polytechnic college and com
social spark ameliorating bloggers 2008-06-13 00:26:04 Blog abbreviated version of "weblog" is a website which shares the ideas and thoughts of an individual to the world. Blogging now days has reached its peak because of its popularity. It has become a part of life for many people including myself. For most of the people blogging has given an opportunity to earn indeed of sharing their thoughts to the world. One such venture is Social Spark which he Read more:spark
, bloggers
About BLUETOOTH 2008-06-15 09:55:11 Bluetooth is an industrial specification fro wireless personal area networks (PANs). Bluetooth provides a way to connect and exchange information between devices such as mobile phones, laptops, PCs, printers, digital cameras, and video gameconsoleover a secure, globally unlicensed short-range radio frequency.Origin of the name Bluetooth was named after a late tenth century king, Harald Bluetooth,
Types of viruses 2008-06-15 09:14:10 System sector viruses : These infect control information on the disk itself. File viruses : These infect program (COM and EXE) files. Macro viruses : These infect files you might think of as data files. But, because they contain macro programs they can be infected. Companion viruses : A special type that adds files that run first to your disk. Cluster viruses : A special type that inf
Nokia secret codes 2008-06-15 07:21:42 Hi friends do you have a phone from NOKIA, then here are some secret codes. Note the information provided below is not verified fully so please be careful while trying these codes. On the main screen type : *#06# - for checking the IMEI (International Mobile Equipment Identity). *#7780# - reset to factory settings (don’t do this if you are not sure). *#67705646# - this will clear the LCD Read more:Nokia
Investment tips from George Divel 2008-06-27 04:11:25 ‘Inflation soars to double digit’, ‘Increase in price of edible items’, ‘Housing and car loans may become dearer’, ‘loss in share market’, are some of the common news now days, which makes the investors to worry a lot. To overcome it we have to plan our finances first to settle down in the future. Want to know about the various investment tips, then here is a site that will guide y Read more:George