Search results

  1. J

    OLED 20x4 Vs OLED 16x2 Issue

    Hi all, Any thoughts on the following? I have built an RFID reader to be used in cross country races. The device saves RFID tag numbers with a timestamp into a CSV file on a VDrive2. I developed it using the serial OLED 20x4 screen available on the picaxe store and it worked fine. It was...
  2. J

    Resetting Thyristors Picaxe

    I am using a Thyristor to monitor an input. When the input goes high the thyristor goes on and the Picaxe increases the variable. I can't use an interrupt because most of the program is using COUNT and it doesn't register the momentary high of the switch during the COUNT function. I obviously...
  3. J

    Increasing variables. Am I being really stupid??

    Hi all, I am receiving a string of text via Serin and saving it into variables b0,b1,b2,b3,b4....b31 I want to then write these variables to eeprom using Write 0,b0, Write 1,b1 and so on Is there a way I can loop this to get the variable to automatically increase each time to save using 31...
  4. J

    VMUSIC3 and Darlington Issue

    Hi, So I have built a weather station that monitors the wind speed, gusts, wind range, temperature, rainfall and cloudbase. You call it up via telephone, it answers the call, tells you the information by putting together sound clips stored on the VMUSIC3 and then hangs up on you. It is solar...
Top