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 cubeusk

  1. C

    help needed with a counter

    Is impossible to sense the direction with that hall effect latched sensor. Since is latched only the presence of the magnetic element is detected but the approaching side. You may sense it with two of these sensor, detecting which is the first changing his state.
  2. C

    help needed with a counter

    If this is you issue then post what hall sensor you want to use (the model or the datasheet). Logic 0 is 0V and logic 1 is V+ of the 7000as. Have you think about using encoders? You could use a differential encoder.
  3. C

    help needed with a counter

    Direction sense is done through pin 2. If you want to add you have to apply a logic 1 (that is your V+). But if you want to subtract you have to apply a logic 0 (that is 0V). Now I hope your issue is solved. But if not, let me know.
  4. C

    about how to prove 1=2 algebraically

    See this way: if a-b = x lim x -> 0 => x/x = 1 Now there is no indetermination, using infinitesimal calculus. ;-)
  5. C

    need help to make biped robot using arduino

    What more? You should ask more precisely. In Google you can find out a lot of examples of robots made with Arduino.
  6. C

    about how to prove 1=2 algebraically

    All the lines are 0 = 0 since is an equation. ;-)
  7. C

    about how to prove 1=2 algebraically

    Yes, we can prove it. Let's see: a = b a^2 = ab a^2 - b^2 = ab - b^2 (a+b)(a-b) = b (a-b) (a+b) = b 2b = b 2 = 1 There you have it. Enjoy! ;-)
  8. C

    [SOLVED] Comparing a generic PIC with an generic AVR

    pin compatible atmega8 microchip I had begun in the world of microcontrollers with the old 8051, later I had learnt ATMEGA16 and in the end I learnt PIC16 obligatory at the University. And my opinion about the PIC's is that they are a bungle. They function well if you desing in a state machine...
  9. C

    PLC PWM help needed!!

    plc pmw You can make a PWM without any special module. You can do it with the timers of the automaton.Yo can use something like this: A I 1.0 AN T 2 L S5T#10ms SD T 1 A T 1 = Q 4.0 A T 1 L S5T#5ms SD T 2 To change the values use the times defined with S5T#.
  10. C

    I need servo source code to control 2 motors for pic 16F877a

    servo source code needed Is easy. Initialize a timer and with it control the high level time and low level time. The servo goes to a fixed angle depending on the relation between this two times.
  11. C

    Help me with a circuit:transistor can't switch off the diode

    help 8051 led port 0 I don't understand your problem. Is the problem that after 5-10 minutes of blinking the transistor can't switch off the diode??
  12. C

    [SOLVED] Thermometer with AT89S2051

    at89s2051 I'm designing an environmental thermometer so I need an accurate sensor. I was looking for it but I didn't found it. I wanna a sensor with almost 0.5% of accuracy of full scale (the scale goes from -20ºC to 60ºC). If you know anyone please tell me. Thanks
  13. C

    Program in 8051 to trigger a Thyristor

    and don't forget to use a driver between the uC and the thyristor because probably the uC will not give enough current to the thyristor's gate.
  14. C

    LED Scroll Message Display without Computer Control

    Maybe he or she means a PLD controlled display. But what kind of LED display?? Dot matrix, 7 seg.??
  15. C

    advanatages of at89c2051

    Look in: www.farnell.com In EU it costs 2.01 €.

Part and Inventory Search

Back
Top