Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: J. Mark Wolf; Keyword(s):

Page 1 of 4 1 2 3 4

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    25,309

    Re: SDFS3 SD Card File System Errors

    Been there, done that! :)
  2. Replies
    9
    Views
    25,309

    Re: SDFS3 SD Card File System Errors

    I don't know if you're aware of the uMMC from Rogue Robotics (see link below). They're kinda pricey but they might save your hair.

    https://roguerobotics.com/products/ummc

    Also, check out the...
  3. Replies
    16
    Views
    10,170

    Re: Automotive sensor display system

    I started a project some time ago with the following features.

    1. Battery voltage monitoring
    2. 4 EGT thermocouple channels
    3. 4 CHT thermocouple channels
    4. Electric water pump current...
  4. Re: How to generate data to follow a sinusoidal trend

    I used a DAC (digital to analog converter) formed with an R2R ladder on a PIC port, to generate a near perfect sine wave.

    Generate the values you need with a spreadsheet using the Excel SIN...
  5. Replies
    9
    Views
    5,726

    Re: 18f4550 running slow?

    Which fuse made the difference to your problem?
  6. Replies
    9
    Views
    5,726

    Re: 18f4550 running slow?

    I experienced something similar to what you describe awhile back.

    In my case, the OSCin and OSCout pins were not configured properly in the Config fuses, so the ceramic resonator was failing to...
  7. Replies
    5
    Views
    3,959

    Re: A new challenge (I'm in trouble again)

    I didn't fully evaluate how your'e doing it, but it sounds suspiciously similar to a circuit I designed several years back, and has worked well ever since.

    It should do what you need.

    The...
  8. Replies
    7
    Views
    5,935

    Re: Misbehaving HPWM on 16F1827

    16F1827 code below will allow only 2 of the available 4 PWM channels to run simultaneously. Need 3 Simultaneous PWM channels, all at different frequencies.

    Channel 1 & 3 will work provided channel...
  9. Replies
    23
    Views
    29,356

    Re: T6963 / RA6963 LCD controller with PBP

    Hi Henrik

    Thanks for the info.

    SCI = TTL level RS232, or asynchronous serial right out of a uart. Can't remember what the acronym stands for, maybe Serial Control Interface???
  10. Replies
    23
    Views
    29,356

    Re: T6963 / RA6963 LCD controller with PBP

    Hi Henrik

    I am considering the purchase of this same LCD and am wondering how "you two" are getting along. It seems like quite a bargain.

    I have a lot of T6963 controller experience, and want...
  11. Thread: ICSP Pins

    by J. Mark Wolf
    Replies
    4
    Views
    2,856

    Re: ICSP Pins

    Not entirely sure what your asking but thought I would comment:

    The MCLR pin on some PIC devices have a max voltage of 9 volts, 16F1527 for instance, but some device programmers can generate...
  12. Replies
    20
    Views
    18,646

    Re: Mechanical question

    The common punches for doing DB-9 openings, and others, are made by Greenlee. Google them and I'm sure you'll be aghast at the prices. I once saw a knockoff DB-9 puch that was similar, and cheaper,...
  13. Replies
    2
    Views
    14,909

    Re: PIC18 connect to USB thumb drive

    Check out the Vdrive. More easily transportable than the SD card.

    http://www.ftdichip.com/Support/Documents/DataSheets/Modules/DS_VDRIVE2.pdf
  14. Replies
    18
    Views
    11,270

    Re: 16F1827 table not behaving as expected

    Hi Bruce

    I was trying to implement something like that earlier as part of trying to fix the table issue. Now that the tables are fixed it'll be nice to loose all the leading zeroes!

    This...
  15. Replies
    18
    Views
    11,270

    Re: 16F1827 table not behaving as expected

    Hi Bruce

    Yup, that's what ended up working.

    Thanks.
  16. Replies
    18
    Views
    11,270

    Re: 16F1827 table not behaving as expected

    Exactly right Mark! I was forgetting to offset the Measurement variable back to zero relative to each table.

    The Page Boundary errors went away too!

    Thanks for the tips. I've been working on...
  17. Replies
    18
    Views
    11,270

    Re: 16F1827 table not behaving as expected

    Exactly right Mark! I was forgetting to offset the Measurement variable back to zero relative to each table.

    The Page Boundary errors went away too!

    Thanks for looking!
  18. Replies
    18
    Views
    11,270

    Re: 16F1827 table not behaving as expected

    I tried breaking up my 254-element table into four 64-element tables as mark_s suggested in another thread, but it's giving more trouble and now "Crossing Page Bounday errors".

    It behave as though...
  19. Replies
    18
    Views
    11,270

    Re: 16F1827 table not behaving as expected

    Hi Bruce

    I thought the same thing driving home from work.

    I tried it and it does indeed go "off in the weeds" after reading 85 elements.

    So I take it that mere mortals cannot tweak the...
  20. Re: Make an acceleration/deceleration ramp : any ideas?

    My approach would be to generate the "points" you need for the line equation, given your slope and time parameters, in Excel. Then print a CSV file of the results, then copy the CSV file into your...
  21. Replies
    18
    Views
    11,270

    Re: 16F1827 table not behaving as expected

    Hi Bruce

    The compiler was not balking at the table size, and I confirmed with Darrel that the table size limit has been expanded, and that the manual has not yet been updated to reflect this.
  22. Replies
    18
    Views
    11,270

    Re: 16F1827 table not behaving as expected

    Hi Darrel

    You're correct, I mispoke, 254 items in the table.

    Thanks for looking.

    Table below:

    '
    '*******************************************************************************
  23. Replies
    18
    Views
    11,270

    16F1827 table not behaving as expected

    I have a table populated with 254 word-size dwell parameters.

    My 16F1827 is generating the proper range of vectors (0 - 254) to get into the table, but it's coming back with nonsense.

    Screen...
  24. Re: What's the maximum number of elements in a table?

    I posed the question to tech support.

    According to Darrel, the limit for LOOKUP2 and 16F parts has been bumped to 256 elements.

    That's good news for my application!
  25. Re: What's the maximum number of elements in a table?

    I saw that also, after creating my LOOKUP2 table, but I'm using the new 16F1827, and the compiler didn't start balking until I got over 255 or 256 words (can't remember which).

    I whittled the...
Results 1 to 25 of 91
Page 1 of 4 1 2 3 4