Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: Felch; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    53
    Views
    66,235

    Hi! No, this project uses wiegand but circuit...

    Hi!
    No, this project uses wiegand but circuit was from another code, that read magnetic stripe format. Actually i think it is possible to make the code autodetecting but...never tried it. Yet...
  2. Replies
    53
    Views
    66,235

    What does your scope show on inputs? When using a...

    What does your scope show on inputs? When using a digital storage scope, connect on channel to dat0 and another to dat1. Use single cycle (freezing picture after signal ends) mode. Show card to...
  3. Replies
    53
    Views
    66,235

    Yes, this is correct pin-out. Pin 6 should be...

    Yes, this is correct pin-out. Pin 6 should be connected to +5 via some resistor (say, 1k). If grounded, output will be disabled.
    Note that this code only handles 26-bit wiegand format. As much as i...
  4. Replies
    53
    Views
    66,235

    Hi! Understood you wrong. Yes, proximity...

    Hi!
    Understood you wrong.
    Yes, proximity reader is a stand-alone device. Here's the complete project (MPLAB).
  5. Replies
    53
    Views
    66,235

    Linkworks but may-be there are problems in some...

    Linkworks but may-be there are problems in some servers. Anyway here it is attached.
    I can't give hex file, this is not a complete project but only fragment of a larger one.
    About reading...
  6. Replies
    2
    Views
    6,725

    Hi! Checked, link works OK. could be some server...

    Hi!
    Checked, link works OK. could be some server problem,so i uploaded the code to forum directly. Have fun!
    /Felch
  7. Replies
    3
    Views
    5,559

    Thanks! Actually it was a fun-project for the...

    Thanks!
    Actually it was a fun-project for the annual electronics-hobbyists and -engineers meeting (hold in Tallinn, Estonia every august), nothing more.
    You could imagine the roar of laugh when,...
  8. Replies
    10
    Views
    14,373

    I see biggest problem in...the LCD screen itself....

    I see biggest problem in...the LCD screen itself. In car it must have enough contrast at daylight and it must be easily readable (but not disturbing!) at night.
    Everything else is a question of...
  9. Replies
    2
    Views
    6,725

    PIC18F452 bootloader from MMC-card

    Hi!
    I needed such code for one project but..net was full of "usual" serial bootloaders. So i was forced to write it. Hope, this example will help somebody!
    Code (source in assembly and .hex file)...
  10. Replies
    10
    Views
    14,373

    Hi! I do not know, if it helps you but just in...

    Hi!
    I do not know, if it helps you but just in case..
    I developed a PIC-"filter" of NMEA-messages. Pic12f629 (INTRCIO mode) monitors GPS (Falcom JP7 but this should not be important) output stream...
  11. Replies
    53
    Views
    66,235

    Yes, i guess that the code could be adapted. You...

    Yes, i guess that the code could be adapted. You only have to write a routine for storing numbers in EEPROM. Only thing that might get disturbing is PIC's oscillator frequency deviation due to...
  12. Thread: RS232 to weigand

    by Felch
    Replies
    4
    Views
    4,725

    I do not know exact PICBasic syntax but i guess...

    I do not know exact PICBasic syntax but i guess that it is PulseOut. Anyway, you have to set D0 low for some time to send a zero nd D1 low for the same time to send one.
    Both data lines must not be...
  13. Replies
    3
    Views
    5,559

    PS/2. Forgot circuit...

    PS/2. Forgot circuit...
  14. Thread: RS232 to weigand

    by Felch
    Replies
    4
    Views
    4,725

    Actually...what is wiegand after all? I have seen...

    Actually...what is wiegand after all? I have seen RFID-card readers with very different timings but they all claim to output wiegand...
    Anyway, may-be this helps (look at page 2).
    /Felch
  15. Replies
    3
    Views
    5,559

    Rotary phone with PIC

    Hi!
    After noticing a similar project at sparkfun page i decided to write my own code. It emulates old phone with rotary dial and it also makes an attempt to ring a little bit. Works with Ericsson...
  16. Replies
    53
    Views
    66,235

    Hi! This piece of code sends contence of databuf...

    Hi!
    This piece of code sends contence of databuf to PIC's pins in pseudowiegand format. Hope it helps. (Comments translated to english, i do not expect you to understand estonian....)...
  17. Replies
    53
    Views
    66,235

    A copy of my reply to somebody who asked...

    A copy of my reply to somebody who asked questions like yours. Hope it helps you .
    --------------
    Hi!
    Wiegand timing is a difficult question. I found one doc (...
  18. Replies
    7
    Views
    7,081

    Can't read it directly because ia wanted to have...

    Can't read it directly because ia wanted to have an industrial reader (nice look etc, you know). One option is of course replacing industrial readers electronics with mine (i developed code that...
  19. Replies
    53
    Views
    66,235

    What do you mean with options? WDT, OSC? If so,...

    What do you mean with options? WDT, OSC? If so, they are processors config options, correct values should be read from the .HEX file. Anyway, switch WDT off, OSC to INTRCIO and MCLR off.
    I use a...
  20. Replies
    53
    Views
    66,235

    Yep. That's correct.

    Yep. That's correct.
  21. Replies
    53
    Views
    66,235

    PIC16F628 has 16 i/o pins which are divided into...

    PIC16F628 has 16 i/o pins which are divided into 2 groups - ports. They are PORTA and PORTB. naturally they have different pin numbers! Powerful PICs have more ports (18f452 up to PORTE). PIC12F629...
  22. Replies
    53
    Views
    66,235

    GPIO1 must be connected to +5V, preferably via 1k...

    GPIO1 must be connected to +5V, preferably via 1k resistor. Since there is an internal pull-up resistor in PIC, you may also leave this pin floating. You can comment checking this pin out from code...
  23. Replies
    53
    Views
    66,235

    Hi! Serial string "ID xxxxxx" is output on...

    Hi!

    Serial string "ID xxxxxx" is output on GPIO0 if GPIO1 is at high level (enable pin). Taking GPIO1 low will disable output. Output speed is 4800 bd.
    If you mix up D0 and D1, data will still...
  24. Replies
    53
    Views
    66,235

    Hi! It must be a PIC12F629, not 16f628! That's...

    Hi!
    It must be a PIC12F629, not 16f628! That's first. Then, After powering up the chip has no tasks, nor does it output anything. Only after you have presented a card (wiegand data arrives from...
  25. Replies
    53
    Views
    66,235

    Hi! Sure i could send you preprogrammed chip but...

    Hi!
    Sure i could send you preprogrammed chip but is this really what you want? It could cost a lot...
    Wouldn't it be easier to fix your programmer? What device are you using and what errors does it...
Results 1 to 25 of 42
Page 1 of 2 1 2