Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    12
    Views
    9,577

    Thank you all for the good ideas. I'll try to...

    Thank you all for the good ideas.
    I'll try to find the best one from them.

    bye
    Lotondo
  2. Replies
    12
    Views
    9,577

    Mister_e, I also thought to use the + wire...

    Mister_e,

    I also thought to use the + wire from the ignition key lock but
    it would not be so easy to get it and it's not always located
    at the same place.
    I thought it should be something like...
  3. Replies
    12
    Views
    9,577

    Movement sensor

    Hi all,
    for my pic project I need a movement sensor (no P.I.R)
    to be placed in a car.
    It will turn on the pic as soon as the car moves.
    I tried to search it with google but nothing good came out....
  4. Replies
    2
    Views
    7,133

    @ Degorio Just type 3310 Nokia into the Search...

    @ Degorio
    Just type 3310 Nokia into the Search option in this forum and
    see the amazing result.
    Bye
  5. Thread: Reading eeprom

    by Lotondo
    Replies
    1
    Views
    2,766

    Reading eeprom

    Hi everybody,
    I've done a simple project pic + 24c16 + dallas 1wire temperature sensor.
    Every hour the temperature is saved into the 24c16.
    At the moment I remove the eeprom and I read the temp....
  6. Thread: Pic18F452

    by Lotondo
    Replies
    22
    Views
    14,942

    Thanks Mister_E, your explanation is well done...

    Thanks Mister_E,
    your explanation is well done but it's not easy to get it into
    my head (hard).
    I'll try to make some practical tests.
    I'll take also a look to your prg.
    Regards

    Lotondo
  7. Thread: Pic18F452

    by Lotondo
    Replies
    22
    Views
    14,942

    Thanks Mr E clear enough. I believe it's not...

    Thanks Mr E
    clear enough.
    I believe it's not possible to set the pins like I said :)
    Could you pls. tell me something more about ADCOM0.
    Datasheets are useful but something they are a little
    too...
  8. Thread: Pic18F452

    by Lotondo
    Replies
    22
    Views
    14,942

    Thanks for the clear explanation ! As you said...

    Thanks for the clear explanation !
    As you said this will turn all 8 pins into digital.
    Would it be possible to get AN0 and AN1 digital and all the others (AN2 to AN7) analog ?
    It's still unclear...
  9. Replies
    10
    Views
    5,094

    Great ! It's working now. I made for sure a...

    Great !
    It's working now.
    I made for sure a mistake, cause I did again what Mister_e said
    and now it's ok.

    Thanks
    Lotondo
  10. Replies
    10
    Views
    5,094

    Here i am again ! I partialy solved my problem...

    Here i am again !
    I partialy solved my problem but I believe it's possibile in a better way.
    As I said i'm getting a string : $HOLD,-xrt4qw5101*A
    Mister_e told me to use:
    LATDEC var word
    SerIn2...
  11. Replies
    10
    Views
    5,094

    Thanks, I'll try like you said. I'll come back...

    Thanks,
    I'll try like you said.
    I'll come back to you in case of any other trouble.

    Bye
    Lotondo
  12. Replies
    10
    Views
    5,094

    Mr_e thanks for yr reply. Now, if I set: ...

    Mr_e thanks for yr reply.
    Now, if I set:

    Latfin var byte ------------------> Latfin is Always < 100
    Latfin = (Latdec /60)
    Lcdout Latfin

    Do you think I'll get 98.23 display ?
    How to get...
  13. Replies
    10
    Views
    5,094

    The code here below is working ok but it shows...

    The code here below is working ok but it shows
    the number not divided. (ex. 5894)
    I tried several ways to divided (ex. /60) this number and
    showing the result (Interger or with decimal) but no...
  14. Replies
    10
    Views
    5,094

    Math problem with string result

    Hi,
    I got lost in something that should be very simple !
    Through the cmd serin 2 i get a 4 characters (numbers) Str long\4
    example 5894
    Then I display it with the cmd LcdOut str long\4
    Now it...
  15. Replies
    3
    Views
    3,748

    Well Sayzer, I'm not for sure a genius but I use...

    Well Sayzer,
    I'm not for sure a genius but I use PBP.
    Have a look at my few posts.

    >First, "Delayms = Pauseus" ?
    >Are you sure about this?

    It could be also Pause that's why I'm searching for...
  16. Replies
    3
    Views
    3,748

    Proton Commands & statements

    Hi everybody,
    I just received a program written using Proton Pic Basic.
    Same statements are easy to understand and to 'translate'
    into Pic Basic Pro (ex.: Delayms = Pauseus) but some are
    not.
    I...
  17. Thread: SerIn & wait

    by Lotondo
    Replies
    4
    Views
    4,243

    Thanks for your replies. I believe i was not...

    Thanks for your replies.
    I believe i was not clear enough with my explanation.
    I receive a serial string : wers-ABC,897-00587
    now this string does not contain ABC and 123 so in this
    case serin2...
  18. Thread: SerIn & wait

    by Lotondo
    Replies
    4
    Views
    4,243

    SerIn & wait

    Hi guys,
    i was wondering if it's possible to use 'and' and 'or' into SerIn instruction.
    For example:
    Serin2 Porta.1,188,3000,[wait("ABC") and ("123"), ................
    I tried some possible ways...
  19. Replies
    7
    Views
    8,476

    Nice to read that my link maybe helpful. By the...

    Nice to read that my link maybe helpful.
    By the way, I have trouble using ds18S20 with temperature below 0° celsius
    if you see some code regarding how to use it, pls link it to me.
    Thanks
    Bye
  20. Replies
    7
    Views
    8,476

    Shozo, here I found a well done prg. for 18B20...

    Shozo,
    here I found a well done prg. for 18B20 that maybe can help you.
    http://www.rentron.com/PicBasic/one-wire3.htm

    bye
  21. Replies
    0
    Views
    2,397

    Ds1820S & onewire.bas

    Hi everybody,
    I compiled the onewire.bas example and i get on lcd the temperature of
    16.18° C. (I believe it's correct).
    Now i would like to understand how it works. I downloaded ds1820s datasheet...
  22. Replies
    8
    Views
    6,017

    @ BigWumpus Yes you are right. I saw...

    @ BigWumpus

    Yes you are right. I saw (datasheet) that Page Write mode allows up to 32
    bytes per writing cycle.
    Now let's see how to 'cheat' the 24c64 !

    @ Melanie

    Thanks for the code....
  23. Replies
    8
    Views
    6,017

    Hi again, I feel this is might be a stupid...

    Hi again,
    I feel this is might be a stupid question !
    It's enough (too easy) Pause 90 instead of Pause 10 ?
    Otherwise how can i make a 10ms pause after each byte ?
    Thanks again
  24. Replies
    8
    Views
    6,017

    Melanie, thanks for yr reply. The eeprom is...

    Melanie, thanks for yr reply.
    The eeprom is manufactured by ST. I checked the datasheet http://www.tranzistoare.ro/datasheets/400/227040_DS.pdf and according
    to the table nr. 16 the waiting time is...
  25. Replies
    8
    Views
    6,017

    Jump into eeprom address

    Hi all,
    i'm receiving through a max232 a string (ex. XYTest Com1).
    With Serin2 I'm waiting for a string and if it has XY I save the following
    9 characters into a string (long).
    I save 'long'...
Results 1 to 25 of 46
Page 1 of 2 1 2