Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Recent content by augustinetez

  1. A

    Help identifying the component?

    125 degrees celsius is just the temperature rating of the heatshrink tube, has nothing to do with the resistor.
  2. A

    Help identifying the component?

    Nothing special about it - it is a 0.33 ohm fusible resistor. If it is reading 0.4 ohms on your meter then it is OK.
  3. A

    Raise your hand if your car had one of these:

    There's a possibility I still have one hiding in the shed somewhere.
  4. A

    going out on a limb and praying the schematic is correct

    I had to do something vaguely similar to animate the lights on an old signalling panel for the local train museum - used a slightly different approach re pins 10 and 13 (MR & OE). Perhaps temporarily try the different connection set up and pump some data through them to see if anything happens.
  5. A

    10.1 Mhz Crystal

    10.1015 is likely the closest you'll get https://strykerradios.com/product/10-1015-mhz-crystal/
  6. A

    PICkit2 Lesson 5 error

    In the piece of code in your pic (post #1), you can remove those annoying 'Bank' messages by inserting the following just above the #include <p16F690.inc> line. Insert it after column 1, ie tab in from the edge errorlevel -302 ; Skip out of bank nuisance messages You can do this in all the...
  7. A

    Microchip math file FLO3232U

    What I'm trying to find out is what the difference is between the U and non-U versions and which include file that contains them is the newest one. So far, I can only find the include file that contains the non-U version and that is the code associated with AN575, which I have.
  8. A

    Microchip math file FLO3232U

    Yeh, that one deals with advanced math functions, AN575 is the basic add. subtract, multipy , divide one.
  9. A

    Microchip math file FLO3232U

    Well, their C17 compiler is ancient and that is the only reference I can find to it, so I would say that it is not recent. Unfortunately, I can't download the compiler (their website says no) to see if it is included as one of the files. Managed to find a pdf that lists the C17 libraries dated...
  10. A

    Microchip math file FLO3232U

    Anybody seen this file anywhere FLO3232U ? I have seen a reference to it relating to the Microchip C17 compiler and I can find FLO3232 (no U) as part of the Floating Point include file FP32.A16 from app note AN575 Came across it while messing with the Oshonsoft Pic Basic compiler as part of...
  11. A

    What is the name of this tool ?

    The one in your picture is listed as hydraulic cutting shears here in Oz, so cutting shears generally but likely to have different names in different countries.
  12. A

    Using the IDE simulator (Oshonsoft).

    I do actually have a project (asm coded) that I would like to add the I2C display to, so this is somewhat timely. My previous attempts at extracting the Oshonsoft assembler code and adding it in to an existing asm program have never been entirely successful for some reason.
  13. A

    Using the IDE simulator (Oshonsoft).

    I'm slowly going through the code to get the brain back in to Basic programming mode and hence a question re the above bit. I assume you intended to spit info out a serial interface at some stage, as it appears to do nothing regards the I2C interface?
  14. A

    Using the IDE simulator (Oshonsoft).

    Interestingly - in respect to the simulation - the 16F88 version seems to run much faster, although I didn't change any of the compiler/simulator configuration options as above for this one.

Latest threads

New Articles From Microcontroller Tips

Back
Top