Recent content by drjeseuss

  1. D

    pulsout help

    Is it possible to use pulsout with a variable? Specifically: for b0 = 0 to 7 pulseout b0,1 next b0 How about using pulsout with a mask? For example: pulseout %00001101,1 If not, does anyone know an effective way to get the same result as either/both of the above?
  2. D

    Custom LCD controller using I2C/Serial

    I'm working on a custom LCD controller and having some trouble figuring out the best way to get all working. My design goals are: - Standalone controller taking input from another picaxe - Selectable I2C or serial input from "master" picaxe - Ability to connect up to 3 LCDs, each up to 2x40 or...
  3. D

    FRM010 availability in US

    Just wondering if anyone knows of a reputable source of the FRM010 in the US. I've checked the auth. distributors but no luck. Even braved ebay just to see, but again no luck. Is this chip even being offered anymore? How about a decent and cost effective stand-in? I've considered using...
  4. D

    OWIN and variable usage/conservation

    Hello. I'm trying to use and understand OWIN properly. I have a DS1922E which stores temperature readings to memory. With an appropriate OWOUT request, the DS1922 will respond with data from an address, then the next byte, then the next until it reaches EndOfPage or until reset. This would...
  5. D

    OWOUT and incramenting HEX addresses

    Hello, I am trying to write a bit of code that will send out via OWOUT a request for data, then grab the incoming data in 16 bytes, then incrament the address by 16 and repeat. The overall goal is to request data in blocks of 16 bytes from address 0x1000 to 0x2FFF Here's a bit that will do...
  6. D

    Need time help on Axe033 with DS1307

    When I set the time on my Axe033, then call the time, it displays 06/06/22 5:02 EVERY time. The minutes don't increase ever. For the details, I'm using serial mode for the LCD. I can correctly use any/all features of the Axe033 including saving custom messages, etc. I have removed the DS1307...
Top