Search results

  1. H

    chronograph help

    Hi all A little help if possible I searched the forum for any thing to do with air gun chronograph and found this post by JoePage2008x2, http://www.picaxeforum.co.uk/showthread.php?t=12263&highlight=chronograph In post 14 Womai suggested a circuit and gave a schematic, which I have used...
  2. H

    SuperDVR4 & Picaxe

    Description, Swann SuperDVR4.net pci card & Picaxe This is for any one who wants to use the DVR4 with there own pan&tilt cameras. Commercial PTZ’s are expensive - way above my hobby budget, This is the link to the SuperDVR’s manual...
  3. H

    RS485 to picaxe

    Hi, I have a four camera DVR card on my PC and it has pan/tilt capability, Pan/tilt cameras are very expensive so I have built my own with two servos and a picaxe its connected to the DVR and I can control it with two push switches and it works ok, however it would nice to be able to control it...
  4. H

    simulation help

    Hi, How do I get this test program to run through the simulation? It waits at the serin for data entry but regardless of what is entered it ether pops up again or says try again – illegal serin data entry. Any help appreciated. main: serin 7,t2400,($55,$55),b0,b1 debug test_ldr: if b0...
  5. H

    portc

    Hi, How do I assign a variable to a portc pin b0 = portc pin0 gives a syntax error in this line, any help appreciated Ted.
  6. H

    EEPROM help

    Hi Having a problem reading back from a external eeprom 24lc254, I’m using Keyin to write to an lcd and save in the eeprom and then read them back to the terminal, Which works fine if I use keyvalue to jump to the code to read it back, However I want to remove the keypad, So as the...
  7. H

    AXE110 Data Logger

    Hi. I am using the AXE110 Data logger to log temp/light in my glasshouse If I set logging period to pause command it works ok, But setting it to DS1307 RTC it will not record the readings, Am using the Wizard to set the mission, I do have the DS1307 chip in place and the backup battery, Have...
  8. H

    Help please

    Hi, I have an 18x connected to the LCD using the Serial LCD firmware and 24lC16B EEPROM I am trying to write the letters A-Z and 0-9 to the EEPROM and then read then back alphabetically To spell out a name on the LCD, I want to use a push switch to move through the alphabet until I find the...
  9. H

    Picaxe project

    Hi all, I would like to use a picaxe as the hart of a project, I want to store a list of about 2000 plants in an external memory chip say a 24lc256 I want to recall numerous individual plants to an lcd and add some numbers then save to the internal memory and then send this to a pc at a later...
  10. H

    DS2415/17

    Hi have been trying to locate the DS2415 or DS2417 timer chips on the online shop with no look can someone point me in the right direction or is it unavailable? They do have a data sheet on the Rev Ed CD. Thanks. Hazeleb.
  11. H

    Help with code

    Hi can anyone see why this code will not run it’s an experiment from David Lincolns Book programming and customizing the picaxe Microcontroller any help will be appreciated 'picaxe-18x quad temperaturelogger 'options picaxe-18x 4 mhz 16x gosubs symbol lcdlatch = 2 symbol lcddata = 1...
  12. H

    Serial download question

    Hi Having a problem downloading to a picaxe 18x with a 5v regulated supply. I keep getting an Error-EEPROM verification failed. However it works if I reduce the supply to 3.5v. My question is if I used the enhanced serial download circuit will this solve the problem? Regards Hazeleb
  13. H

    Failed picaxe 18A

    Hi technical I have three picaxe 18A`s which will not respond to the program editor they will not respond to a download or a firmware check it just returns error hardware not found on COM 5, And they will not respond to a hard reset, The first one failed after a planed clear hardware memory...
  14. H

    ds18b20 to lcd

    Hi There My project for three ADC inputs LDR for day & night & two pot`s for day & night temp using the ds18b20. I used the FRM010 serial LCD firmware to send the temp reading out to the display and I have that all working. However I have now connected the LCD direct to the picaxe...
Top