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 mabusoe

  1. M

    Help me identify a transistor: SOT-523 Package

    Re: Identifying a transistor Thank you for the help. The web site has helped. The transistor is a FET 2n7002. I even tested the replacement. Thank you
  2. M

    Help me identify a transistor: SOT-523 Package

    Identifying a transistor Hello there, I have a transistor that I am trying to identify. Unfortunately it is not clear from the markings what exactly it is. This is what I know about it: SOT-523 Package Writing 702, on the side V I I What could it be? Does anyone know? Can anyone help...
  3. M

    Are there any programmers detecting PIC automatically?

    Hmm, too far. I am in Canada. Another thing I would look for is the date of manufacture. Some PICs did not exist before certain time. Also on the device you removed it your CPU from, see where the clock inputs are, that will narrow it down. In the end there could be about 10 pics that could...
  4. M

    Are there any programmers detecting PIC automatically?

    Picprog V3 from Telesystems Where are you located? Mabusoe
  5. M

    Are there any programmers detecting PIC automatically?

    Hmmm, my programmer reads some ID from the CPU before it programs, I would try to read a different one until the programmer could detect it. Mabusoe
  6. M

    PIC (16f84 or other) based PS2 Mouse

    Could you please point me to thin instan mouse IC on the systran web site? I can not seem to find it. Mabusoe
  7. M

    PIC (16f84 or other) based PS2 Mouse

    This is for a commercial project. I just needed to study it a little bit. I looked at the Agilent optical mouse, it uses one cyprus microcontroller. I just do not want to spend too much time learning a new architecture. Time is money. :-) If there is something out there I could learn faster...
  8. M

    PIC (16f84 or other) based PS2 Mouse

    PS2 Mouse Has anyone come accross a PIC (16f84 or other) based mouse project? Mabusoe
  9. M

    IEEE 754 floating numbers from Visual Basic to PIC microcont

    vb ieee 754 This is for C: union FloatToChar { double fr; // 4 bytes as a long 32 bits. unsigned char br[4]; // 4 bytes as 4 chars }; union FloatToChar y; Very nifty, luckily VB and the C compiler for the microcontroller use the same format for the 32bit floating point numbers
  10. M

    IEEE 754 floating numbers from Visual Basic to PIC microcont

    visual basic convert double ieee binary This is what I figured out for VB: Private Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" (pDst As Any, pSrc As Any, ByVal ByteLen As Long) Private Sub SingleToIEEE754() Dim bBytes(0 To 3) As Byte Dim rMyNumber As Single Dim i As Integer...
  11. M

    IEEE 754 floating numbers from Visual Basic to PIC microcont

    ieee 754 vb6 I am trying to send a floating point number from VB to my C program runing on 16f876. In C I converted the IEE754 to a 4byte array, yet the Visual Basic does not have the same functions (UNION) is there some solution to transfer floating point number in byte format that is better...
  12. M

    Microcontroller & overclock

    Here is a good article about why not to overclock. :smile: http://www.piclist.com/techref/overclock.htm Mabusoe
  13. M

    Need frequency counter schematic

    site:www.edaboard.com frequency counter These PIC based Frequency Meters do not depend on the speed of the MPU too much. It has mainly to do with the speed of the gate at the input of the counter. So a 20Mhz device will not give you any more than the 4MHz component. Here is one that is...
  14. M

    Help me build a GALBlast programmer

    galblast site If you follow the links to the geocity site you will fine GalBlast 1.6. I also spoke to the kosto guy in Czech republic and he says that he will have a new batch of the boards ready in about two to three weeks. He want 350Kc which is about $10. Not bad at all. I will let you know...
  15. M

    Help me build a GALBlast programmer

    galblast I am looking at it too, There is a better version of the circuit board for this at: **broken link removed** Does anyone have the isp Synario 2.1 / 2.3 Starter? Latice stoped carying it. :sad:

Part and Inventory Search

Back
Top