Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by Frikkie

  1. F

    How to take inputs from D0 - D8 of printer port ?

    Re: Use of Data pins of LPT Sorry here is the pin layout: 1 -strobe 2-9 D0-7 10 -Ack 11 Busy 12 PE 13 Select 14 -Auto Feed XT 15 -Error 16 -Init 17 -Select in 18-25 GND (mostly shielding) :sm35:
  2. F

    How to take inputs from D0 - D8 of printer port ?

    Re: Use of Data pins of LPT Just like on a PIC or so. Use the address 278 LPT2 or 378 LPT1 to access the ports. Depending on the program that you use. But the law stays the same. Access the address then read from or write to the address. Always watch the size of the data you send. Just make...
  3. F

    How can I start to learn C to write code for PIC?

    Re: how can i start Another could place that shares C is microchip. It is the same as on a PC just using a bigger "PIC / Microcontroller". It is a lot of fun using C than ASM. But you need to learn ASM in order to under stand the devices regesters, stacts, est... Enjoy and good luck. :sm35:
  4. F

    what is difference between MALLOC & NEW, FREE & DELE

    Re: what is difference between MALLOC & NEW, FREE & Malloc => Use a current variable and asign a diffrent size memory allocation for it. New => Create a completely new memory allocation for that varible. Delete => Delete the current memory allocation and variable index. (This destroys the...
  5. F

    How to control the brightness of a LED using PWM?

    Re: Designing led with PWM That is right. The faster the switching the more brighter the LED become. The slower the less brighter it becomes. But if to slow then youre LED will show a flash. For access turn the port line on and off. |_|-----|_| long |_|-|_| short. The short should be the...
  6. F

    How to shift 2 rotated images to the same angle ?(VC++)

    Re: 2 rotated images Did you load them on the Canvas or into a image box. If on the Canvas you can write a little roteen that can rotate the image. Else do the image in Paint shop or so and reload. Do you want to rotate the image in run time?? :sm35:
  7. F

    Problem with a RC Notch Filter in a circuit

    Re: RC Notch Filter Doubt Agreed. If youre simulatar has the option make sure you fed it the real values in for each component. On some of my simulators I got diffrend results. That is why I prefer to see before passing a cicuit on.
  8. F

    Relation of track impedance to other characteristics

    Re: Relation of Track Z0 ? You will get but you will need a big track in H*W*L before you notice.
  9. F

    How to implement GPS module in a robot?

    Re: gps in a robot? I don't know your exact application. But if you are in a set area you can use a RF, sonar or so system to tell the robot in which part of the grid he is in. GPS has a lot of IC that requires it to work. So it can become costly. I will look and see if I cant find a cheap...
  10. F

    detecting 2switchs and sending output to 2LEDs ona PIC

    Another option is to got to the Microchip website. They got tons of examples and application notes about PIC. Enjoy :twisted:
  11. F

    Problem with rectifier connected to an anodizing cube

    Re: Big Problem!! Sorry had to wait for the picture to come trhugh. Try a parrallel resistor of equel size. That should devide the voltage in half. But if the bath has resistance you will need to lower it. epp already stateted that. Lets say the bath has a 10E resistance than place a 90E at...
  12. F

    Problem with rectifier connected to an anodizing cube

    Re: Big Problem!! I think you forgot to add a comment to the file. Can't see it. I agree with epp. You need a resistor to limit your current. Do you know how much current you circuit requires? If you to you can work out the total resistance to get the value for the limit resistor. But...
  13. F

    PCB Track widths and spacing

    Re: PCB Track widths Sorry forgot the attachment 8O
  14. F

    PCB Track widths and spacing

    Re: PCB Track widths Here is a page that I use that is usefull.
  15. F

    Using ground pour to connect to the GND track

    Re: Ground plane akouz Thank you for the reply. Do you know where I could find out more about the groud pour rules then. Or can I just connect the pour to the GND track.

Part and Inventory Search

Back
Top