Search results

  1. I

    I2C BASIC HELP PLEASE

    belay that request, got it sorted!!! thanks ian
  2. I

    I2C BASIC HELP PLEASE

    thanks, that worked!!!, now ive substituted the pot for an ir sensor tsop4838, ran the program, it displayed varying data which changed when i pressed the sony remote buttons, so i assumed its working ok, so i changed the adc command to irin to try to show the code of the pressed button, but the...
  3. I

    I2C BASIC HELP PLEASE

    Thanks Alan, where can i learn these things, is there a picaxe for dummies i haven't found, with examples?, im and old dog trying to learn new tricks!!! Cheers Ian
  4. I

    I2C BASIC HELP PLEASE

    thanks, ive taken your google translate advice and converted it to english, then i've modified the code (within the ;=====) to try to display a pot% reading on the lcd, but the second line only displays 4 blocks, what am i doing wrong? Regards Ian code as follows... ;Use expander PCF8574 with...
  5. I

    I2C BASIC HELP PLEASE

    Neil, please find attached my axe033.pdf with the page 6 titled 'i2c programming details'
  6. I

    I2C BASIC HELP PLEASE

    thanks all, the the french code worked as is!!! (pity i cant speak french!) has anybody developed any subroutines to handle lcds, eg: displayinit: , would setup the display then perhaps let message="hello world", then gosub displaydata:, would output the message to the lcd? cheers ian
  7. I

    I2C BASIC HELP PLEASE

    awesome help, thanks alan
  8. I

    I2C BASIC HELP PLEASE

    i've been an electronics tinkerer for 40 years, but just started with picaxe, and this is my first forum so please bear with me. a couple of questions please. 1. i'm confused because the code i posted at the beginning of this thread came straight out of the axe033.pdf, on page 6 titled 'i2c...
  9. I

    I2C BASIC HELP PLEASE

    thanks mate, where do i start?
  10. I

    I2C BASIC HELP PLEASE

    thank you for your quick response Alan. please correct me if i'm wrong, it has 4 pins, gnd, vcc, sda, and scl, i've connected them to the correct picaxe pin, isn't it just a matter of running that code and it should work? , its an ebay generic, yes it has a piggyback pcb , here is the link...
  11. I

    I2C BASIC HELP PLEASE

    thank you for your quick response Alan. please correct me if i'm wrong, it has 4 pins, gnd, vcc, sda, and scl, i've connected them to the correct picaxe pin, isn't it just a matter of running that code and it should work?
  12. I

    I2C BASIC HELP PLEASE

    can somebody please head me in the right direction, got a i2c lcd, tried all i can think of, it only displays the initial turn on blocks, no text, code as follows... #PICAXE 08M2 'Identify the Picaxe being used. PAUSE 500 ; WAIT FOR LCD TO INTIIALIZE hi2csetup...
Top