![]() | ![]() | ![]() |
| | |||||||
| Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc. |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink) | |
| Quote:
| ||
| |
| | (permalink) |
| From what I have seen, the PIC16F877A is the PIC16F628A’s bigger brother with more I/O and uses the same instructions. If you are equipped to program a 16F84, you can probably use it on these chips. Go for it!
__________________ C:\WHUT ? Beware the asterisk * Last edited by ClydeCrashKop; 2nd December 2007 at 01:59 PM. | |
| |
| | (permalink) | |
| Quote:
| ||
| |
| | (permalink) | |
| Quote:
| ||
| |
| | (permalink) |
| Just so I don’t get you in trouble if you are using these bit patterns. Some of those IR103X chips use active low logic so you need to invert the bit patterns that I posted earlier. Turn on the low side for each phase first, then for PWM, alternate between low side only and both low and high. Inverted for active low logic. -------- Low only ---------- both low and high Phase 1 111011 ---------- 111001 Phase 2 101111 ---------- 101101 Phase 3 101111 ---------- 100111 Phase 4 111110 ---------- 110110 Phase 5 111110 ---------- 011110 Phase 6 111011 ---------- 011011 (I had to put the dashes in to keep the columns formatted.) I used Nigel’s second tutorial on LEDs at a template. It doesn’t take much modification to drive a 3 phase motor. Use the LEDs to confirm that it is doing what you want it to before using a IR103X chip. His Main board 3 is for the 16F877. You might actually do this in a week if you can get parts that fast.
__________________ C:\WHUT ? Beware the asterisk * Last edited by ClydeCrashKop; 4th December 2007 at 01:35 PM. | |
| |
| | (permalink) | |
| Quote:
| ||
| |
| | (permalink) |
| If you just use the PIC, then you have to make your own boot strap circuits to drive the 3 high side, N channel MOSFETs. I did it. That is why the positive logic on the first bit patterns. But it will take more than a week.
__________________ C:\WHUT ? Beware the asterisk * | |
| |
| | (permalink) | |
| Quote:
I wonder if there is any example code similar to the project of soft start SCR gate trigger? As I think it will be easier if I have some sample code to learn from. | ||
| |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
| | ||||
| Title | Starter | Forum | Replies | Latest |
| Motor microcontroller | NoamL | Robotics Chat | 3 | 24th November 2003 04:48 PM |
| converting 3 phase motor to single phase | norberto fines | Electronic Projects Design/Ideas/Reviews | 6 | 2nd September 2003 11:21 PM |
| Speed control for a 3 phase motor? | ed sparks | General Electronics Chat | 1 | 2nd May 2003 05:22 AM |
| How Do I change the direction of an AC single phase motor? | eqbilly | Electronic Projects Design/Ideas/Reviews | 5 | 28th April 2003 09:09 PM |
| Motor run caps | Prof.Insane | General Electronics Chat | 9 | 29th March 2003 07:35 PM |