Search results

  1. A

    Using s_w0 as General Variable - Get Error

    I'm confused .... so what's new .... ??? In the never ending quest for more variables, and trying to avoid the old swap to storage memory trick, I thought that the ability to use the system variables s_w0-s_w4 on the 40x1 would make life easier and faster. ( need 5 extra word variables for the...
  2. A

    Data Entry Keypad

    I needed a quick and dirty Keypad for a 40x Logger to do the setup menu and did not have a 16 button keypad available to do the classic (4)OUTs/(4)INs Polled Keypad. INFRAIN2 gives a nice way to do that entry with a TV Remote but it locks up the Picaxe. Why not waste an 08m for the INFRAIN2...
  3. A

    Test Format

    Edited by - AXE_GRINDER323 on 18/02/2007 18:55:56
  4. A

    Isolating the i2c bus

    Finally back to working on my environmental monitoring project. I am looking for a suggestion for isolating the i2c bus to prevent possible problems. The concern is coupling static discharge / longitudinal induced voltage from lightning strikes into the wiring (Cat5e) that will be used to...
  5. A

    SerTxd SerOut problem

    Greetings Gurus Found a little problem that has a work around but I wonder if anyone else has noticed it ( Beta 5.0.4 Editor but it may be true of 4.n.n ). If you output a SerTxd data cluster followed by a SerOut data cluster, it all goes to the SerTxd - put a pause 50 in between and it works...
  6. A

    PICAXE 08m - INFRAIN2 vs RCA RCU410ms Remote

    Just ran all the permutations for Infrain2 on an 08m using an RCA RCU410 Universal Remote ( Sony Modes ) that is available thru RadioShack in the US. Thought that the information might be useful, so decided to post it. Hope it formats ok - cut and paste as rems in your code for ref. FWIW (...
  7. A

    MAX6633 i2c problems on the 28x

    Has anyone had any luck with the MAX6633 Temp Chip (i2c) on the 28x? I cannot seem to get a proper return reading (High Byte always 0 / Low byte incorrect). ' address vvvvvvv /don't care - R/W set by Picaxe I2CSLAVE %10000000, I2CSlow, I2CBYTE 'select active device WriteI2C 1...
Top