Recent content by trinity

  1. T

    8 bit binary output from 14M2 - a binary timer??

    After years of being happy with my binary timer I suddenly had a need to re-use the code. I'm hoping to control an 8 bit RF attenuator based on this board https://www.ebay.co.uk/itm/195699736917. I've cut out all the surplus code and am just reading the A/D and outputting the data as above. But...
  2. T

    Multiple PWMs

    Hi, anyone know if any of the picaxes can produce different pwms on different pins AT THE SAME TIME. I want to be able to 'dim' RGB leds so that they can produce the whole spectrum of light. Thanks Gareth
  3. T

    Wearing out a variable

    In my GPS program I'm using B0 to ignore the unwanted data, about 100 times a second, for multiples of 6 hours. So, I reckon every 6 hours I use b0 360,000 times. I have read somewhere that 1 million r/w cycles is a limit. As I don;t actually WANT the contents of B0 I don't mind if it does not...
  4. T

    datalogger circuit Axe110

    Anyone confirm or deny this....I think the scl and sda lines are crossed over on the diagram - they certainly do not agree with the PCB (which works) AND the memory expansion addresses look as if they are displaced by one, Pin 1 chip 1 is A0, on the actual baord it is tied to +ve as you would...
  5. T

    Wierd variable problem

    Hi, I'm writing code to stash variables in a modified 18x datalogger. The sample prog below counts up b12 and b13 so that they are clearly different, then sticks them into a pair of 512's. The LCD shows the number I expect but when I pull them out again the B12 is the same as B13?? What's going...
  6. T

    Using bigger memory on a datalogger

    We are now trying to use a single 24LC1025 as memory for our data logger. From reading the data sheet it looks as if we have to include the bank address in the initial address call from the picaxe as well as the conventional A0,A1 address, I suspect this is buried in the various i2c...
  7. T

    GPS into picaxe

    Hi, I'm having a tough job getting this to work, so if any of you out there are using a picaxe connect and a GPS moduule, read on. I want speed over ground in KPH and Altitude. I wrote the code below but it just sits there and waits, so it is not reading the data. I have looked with a scope...
  8. T

    GPS into a picaxe

    Hi, I'm having a tough job getting this to work, so if any of you out there are using a picaxe connect and a GPS moduule, read on. I want speed over ground in KPH and Altitude. I wrote the code below but it just sits there and waits, so it is not reading the data. I have looked with a scope...
Top