Search results

  1. H

    Net Server ?

    I downloaded Program Editor ver 6 today I can't find Vizards for Net Server Have we lost that ?? or is there a other way
  2. H

    PWM as input

    Is it possible to use Picaxe to work with PWM on the input from 800 pwm to 2000 PWM Plan is to work with the signal come from RC reviver
  3. H

    seriel input ??

    see a lot off POST with seriel ind "hardware not found" Is the seriel not a voltage divider to convert the (RS232 15 volt) to the input level as the PIC can handle 5v Taken from manual voltage divider 3/1 on input CAN this be used ????
  4. H

    Julian date ??

    Julian date is 7 char long exm 2453623 i can't have that in a word this come from eeprom as ascii char in 7 diff byte 2453623 JD is CE 2005 September 09 7 char off JD read from 24c08 byte 3f hex to 45 hex as the same time it have a another date 0605 also in ascii code 0605 is month 6...
  5. H

    read 24c02 send as hex to terminal Need someadvice

    I have a task which I have divided in proportion stepper since I do not know where the individual date elements are day, month & year and maybe kind of off checksum This chip uses as a time lock on a battery pack in a UPS system I want a change it.. after I change battery so it does not get...
  6. H

    Touch problem 08m2

    I can not find solution on this problem I've tried to describe the function of the 2 touch buttons my slave task "start2" look at the b1 to see if it change compare to b0 I need some advice Plz
  7. H

    2 Touch 4 Function Advice Needed

    all this base on PICAXE 08M2 C.1 should have 2 functions on and add power C.4 must hvae 2 Off functions and sub ​​power On and Off function must change C.0 power change is C.2 nogle PWMOUT 4 forskældig Level press C.1 if C.0 = 0 let C.0 = 1 if it's on the add power level Tryp in...
  8. H

    PWM led driver with step up power

    This is my new Pwn drive for Led Touch 1 and 2 shall be use for ON and OFF and Dimm up and Down NFET2 Is the ON/OFF on the LED Program not made yet Both the circuit it teste and work fine :) OUTPUT on the catode from D1 is 10volt my 3 LED take 3.3volt each so don't need a Resistor
  9. H

    recycling

    I see many want power supply for picaxe, I maybe can give advice I Recycling 1 off my old mobil charger 5.7 volt 500 ma the a diode in series give me 5v and it have work for me ½+ year with out problem
  10. H

    Fast ?? on PWMOUT command

    I want continue PWMOUT on my PIN2 shut the command then use as in main or can it be don as main 2 main: pwmout 2, 99, 40 goto main main2 pwmout 2, 99, 40 rest off the program
  11. H

    home base system design

    I want to make a picaxe network can work up to 25-30m how many is it possible to link together with a major chip and how many slave chip I will build a system to house control rainwater management heat Management Power control for wind turbine and solar cell Control Centre outsider Light...
  12. H

    Wind turbine controler

    I have plans to build a wind turbine but would like to see how the run 1st To volts 2nd the Amp 3rd RMP 4th the total effect over a week, month, it is possible to do with Picaxe or you must find another solution
  13. H

    End gosub before finish ??

    Hi I sit with a problem on a algorithm I want to some number in a buf and the number most nr most not be 1 off the 3 there have bin before The EEPROM is used as array for data The Big problem is how do I end that produce on the right way, without make stack overflow or other bad thing i...
  14. H

    Light Sensor ??

    I wan't to make a light sensor that i can place on my monitor it have to see light or black in a square 8 * 8 I only want to have in for if the is no light plan was to use a 08M so it can interrupt my 20x2 with high(NO light) the size off the check place is 10 pix high look for light...
  15. H

    timer interup in 20 X2

    How to make Interrup every 100 msec ? without have externe chips I use a 20x2 and want to make a counter that make interupt and add 1 to W1 every 20msec i need it to see if some off the function is finish how do i build the 100msec interrup after it have the interrup it need to returp...
  16. H

    Ramdom Sub call

    I want to make a total random function Shut this not work Random B5 B5 = B5 / 16 + 1 Select case B5 Case 1,8,11,13 Gosub Progerm5b Case 2,7,12,14 Gosub Progerm5c Case 3,6,10,15 Gosub Progerm5d Case 4,5,9,16 Gosub Progerm5e End Select
  17. H

    End For To next

    I want to end a for X to Y next X loop before X is Y if a special pin in high If B10 is 7 it shut make Counter B11 = max for the loop both it don't work My code CODE Program4: For B11 = 160 to 168 Read B11, B15 Gosub Send For B12 = 1 To 2 B15 = 32...
  18. H

    outpins c.0

    Hi I have try a lot, and can see how to do set 1 bit high and low on C.0 on a picaxe 20x2 rest of the C port is input this is not possible ========== outpinsC.0 =1 this is my I/O mask dirsB=%11111111 dirsC=%00000001
  19. H

    Setup the input and output on 20X2

    I work on a project where i use PICAXE 20 X 2 I need to specify input & output on easy way B port all the time use for 8 bit output together C.4 - C.7 is use for input C.1 - C.2 Is input from a PC keyboard for feature use C.0 is output as a clock to tell the system that there is date...
  20. H

    Gosub ??

    Any know how many Gosub i can use in the 20x2
Top