Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. HIDMaker fs is AWESOME. Soft Detach with a total of 6 USB devices in one PIC18F4550

    A client came to me with an idea that was to good to pass up. But it involved knowing everything about USB and PIC's, and I mean everything. I started to investigate and did not like what I saw. OMG...
  2. Replies
    14
    Views
    9,311

    15 cent eeprom firmware update chip with encryption

    My goal here is almost exactly like your all talking about. I'm thinking of having an 8 pin dip socket on my new version of an on going production board. the goal would be to send a client a 15 cent...
  3. Thread: Protect the code

    by jason
    Replies
    23
    Views
    11,033

    programing port

    Ya that would be the most secure, if you fry the data pin for example. I heard of a guy who did that and never ruined a chip yet. But that prevents you from firmware updates and such. I am using the...
  4. Thread: Protect the code

    by jason
    Replies
    23
    Views
    11,033

    frying an IO for code protect

    I have almost finished a very complicated and time consuming project. Code protection is very important to me. But I do not feel I can trust the code protect feature in the pic. so now what ?

    ...
  5. Replies
    10
    Views
    7,378

    And the price goes up.......

    this is to be fabricated by the hundreds, price is an issue.

    What about the onboard "HLVD"

    But then again its all in ASM. It talks about these steps

    1. Write the value to the HLVDL3:HLVDL0...
  6. Replies
    10
    Views
    7,378

    I Believe my prob is.....

    The machine I am modifying sends a signal at power down not when powering up(I have a "pause 2000" when powering up). This signal is a glitch. And I do not want to record this signal. It is not...
  7. Replies
    10
    Views
    7,378

    Brown-out or somthing like that

    I have brown-out on and i have tried several settings, but it dosn't help. I believe I need to use WREN and write together. Heres a direct quote from the datasheet.

    "There are conditions when...
  8. Replies
    10
    Views
    7,378

    WRITE prob during power cycle 18f6722

    latest versions, 18f6722, pickit 2


    ok, heres the deal. Everything is hunky doory until you switch the machine off and on again, It somtimes will write to the eeprom when it shouldn't.

    So I...
  9. Replies
    12
    Views
    7,979

    same problem

    I have the same prob.

    But his solution dosn't work for me. heres my inc file for this device

    NOLIST
    ifdef PM_USED
    LIST
    "Error: PM does not support this device. ...
  10. Thread: Crystals

    by jason
    Replies
    10
    Views
    6,795

    Pic16f914-i/pt

    The PIC16F914-I/PT is a good price and it has a PLVD module which would save me $2. Just need to figure out how to use it :)

    It also talks about a "Precision" internal Oscillator. Is this good...
  11. Thread: Crystals

    by jason
    Replies
    10
    Views
    6,795

    Shoot !!!

    Yep I see it now. I went to PBP manual on 12bit core and It wont allow the serin2 command which I need and several other stuff.

    those last 2 chips you sugested, newark down here dosn't have...
  12. Thread: Crystals

    by jason
    Replies
    10
    Views
    6,795

    Spendy

    Ya there alot more spendy. I'm trying to keep the cost down to minimal. here in Mexico in Newark the current chip is $1.38 and the 18F4620 is $7.28

    However the PIC16F877A-I/PT is $5.70 and if I...
  13. Thread: Crystals

    by jason
    Replies
    10
    Views
    6,795

    Ok

    ok ya your right, on page 61. But WOW what a difference it draws between 4mhz and 20 mhz. If I go with 4mhz I would save alot even if I do only wake up once every 3 seconds or so.

    The reason I'm...
  14. Thread: Crystals

    by jason
    Replies
    10
    Views
    6,795

    Crystals

    Hello ya all

    I am trying to implement a battery backup and a low power mode when theres no power. I just need to detect a door opening and record the time and date to a serial eeprom.

    When I...
  15. Replies
    4
    Views
    5,592

    How?

    How do you convert assembly to pbp ???
  16. Newark

    I just did a search on Newark here in mexico on the PIC18F46K20 it costs $3.50. beside I just looked it up on the melabs picmicro selector guide thats how I came up with that.

    But I now found...
  17. nowa days

    We now have much faster pics then way back during most of the projects you see on the web for video. We now can go upto 80 mhz, but thats not picbasic pro compatible. I think the PIC18F46K20 is...
  18. Thank You

    I will go search now for a video overlay chip by Sanyo. Its not a pc but is a vga video signal. thanks
  19. VGA overlay (text only)

    Hi ya all, Thought I would bring up this subject.

    I have a need to overlay video (text only) onto a vga signal. I'm not looking forward to hacking into the sync signals or anything else, I would...
  20. Replies
    23
    Views
    12,449

    BigWumpus's was right !!!

    Yep that is my problem.

    if I take out the "write" it saves fine

    COINOUT100:
    PREMIOS=PREMIOS+1:if total > 0 then TOTAL=TOTAL-1
    :GOTO LOOP 'GOSUB WRITEIT

    So I did a little checking...
  21. Replies
    23
    Views
    12,449

    yep

    Hello skimask

    Yes Ive been working on your suggestion this whole time, But did get side tracked with one of those replys. so here is the conclusion if I take out "IF COINOUT = 1 THEN...
  22. Replies
    23
    Views
    12,449

    just an example,

    thank you for setting me straight, however that didnt answer my question. am i reading the data back to "total" correctly ?
  23. Replies
    23
    Views
    12,449

    uuuuuh ?????

    WOW

    I think that is my problem here. However I only understood a little bit of it.

    Why is this so complicated just to store a word ?

    OK, so I thought storing total.byte0 in location 0 and...
  24. Replies
    23
    Views
    12,449

    ok, I did it

    Thank you for your quick help on this

    Ok I did as you suggested

    I made a new file, and slowly added until I had a problem. I'm not sure if this is the problem with my "write" but I wouldn't...
  25. Replies
    23
    Views
    12,449

    reply

    Its the internal eeprom of the pic16f84a
Results 1 to 25 of 26
Page 1 of 2 1 2