Results 1 to 4 of 4

Thread: Hardware - Timer Questions

  1. #1
    Newbie
    Join Date
    Aug 2008
    Location
    Decatur Illinois
    Posts
    41

    Hardware - Timer Questions

    Hi all! Couple of questions

    I am building an input board to condition my inputs to conform to the 0-5 volt requirement. I am incorporating zener protection for all the inputs. I am using a 1,000 ohm resister and 5.1 volt zener to shunt any accidental over-voltage through the zener to ground. Will the 5.1 zener be OK or must I use only 5.0 volt (or less)? I can't seem to find an exact 5.0 volt zener.

    Second, exactly what kind of connectors are used for the input/outputs? I want to wire my own and don't know what to ask for.

    And last, is there an explaination of just what the four timer do? One thing I want to do is have different sample rates on different inputs, mainly to keep the CPU on my tablet only working as little as possible. Most things I only need data a few times a second.

    Thanks for the help!

    Fred Worrell

  2. #2
    Fusion Brain Creator 2k1Toaster's Avatar
    Join Date
    Mar 2006
    Location
    Colorado, but Canadian!
    Posts
    10,028
    5.1 should be ok, just dont rely on it try not to pump overvoltage down it. Anything above 5v can damage the PIC, but it should be able to cope with this little extra. best solution is get a zener less than 5v. doesnt have to be exact, but under is better than over always.

    0.1" standard connectors as used on almost all mobos. keep in mind we sell bare wires or femaleconnectors to female for the connections.

    the timers split the program into 4 sections. However IO is 1 timer. every time the Brain is polled the full packet is sent back and forth. so only evaluating 1 input of the bunch is a waste.
    Fusion Brain Version 6 Released!
    1.9in x 2.9in -- 47mm x 73mm
    30 Digital Outputs -- Directly drive a relay
    15 Analogue Inputs -- Read sensors like temperature, light, distance, acceleration, and more
    Buy now in the MP3Car.com Store

  3. #3
    Low Bitrate GadgetBandit's Avatar
    Join Date
    Oct 2008
    Posts
    100
    2K,
    "the timers split the program into 4 sections."

    Can you point to threads that explain the timers?

    GadgetBanit

  4. #4
    Fusion Brain Creator 2k1Toaster's Avatar
    Join Date
    Mar 2006
    Location
    Colorado, but Canadian!
    Posts
    10,028
    4 externally seen timers: input. output, logic, gui.

    3 Internal timers that relate to this: I/O, logic, gui

    Because the FB requires info to be sent and received each time, inputs and outputs get informmation at the fastest of the 2 timers set by the user. The data isnt available until the external timer says for each input output. So some info will be wasted depending on how they are set. Analogue values and Digital values are updated internally at that speed. Only that.

    Logic: Every if statement defaults to using the logic timer. this evaluates whatever you tell it to such as changing a variable, or turning on an output from logic or anything. Logic can be done on any timer though. For instance you may want to update variables on the input if used for other logic since usually thats the fastest or if the variable is for a text box, doing it only on the gui will save resources.

    GUI: all it does is draw the gui and check button, states. if your buttons arent responsive your gui timer value is too high (slow).
    Fusion Brain Version 6 Released!
    1.9in x 2.9in -- 47mm x 73mm
    30 Digital Outputs -- Directly drive a relay
    15 Analogue Inputs -- Read sensors like temperature, light, distance, acceleration, and more
    Buy now in the MP3Car.com Store

Similar Threads

  1. Replies: 0
    Last Post: 11-10-2008, 04:33 PM
  2. Hardware Compatibility List - 800x480 Video Cards
    By alfabob in forum LCD/Display
    Replies: 13
    Last Post: 10-10-2006, 08:54 PM
  3. Replies: 6
    Last Post: 05-25-2005, 11:53 AM
  4. Newbie Questions for a 2nd Time!
    By Sound of Silenc in forum Newbie
    Replies: 6
    Last Post: 03-10-2005, 03:37 PM
  5. Few MP3car questions
    By HunterC47 in forum General Hardware Discussion
    Replies: 0
    Last Post: 07-25-2000, 08:48 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •