Recent content by eitan

  1. E

    use hw timer

    hello I am using picaxe 18m2 to implement ECG project. I use the READADC to read the ECG sample and compare to treshold. I need to tell how many pulses per minuts I detect. I need to know how to use the timer to open a window for 5 sec and count detects(adc bigger then treshold). Thanks Eitan
  2. E

    sample rate

    hello I need to sample my sensor 10-15 times in a second (sample and send via SEROUT(baud rate is TBD)). IS 18M2 or 08M2 running 4MHz can do that? - how to calc how many sample per sec I can get?\ another thing, what is the ADC input impedance for 08M2 or 18M2? BR Eitan
  3. E

    simulation

    hello is there any way to be connected to the chip and have the graphic simulations states follow the real chip? Eitan
  4. E

    reset on 18m2 chip

    Hello I am using the 18M2 for some days . I really think I have some problem with its reset. I can not see on DATASHEET where is the RESET leg. everytime I put my finger on it , it stops run. what pin is the reset on that chip? Thanks in advance, Eitan
  5. E

    moving from 18x to 18M2

    hello I just found a project that used 18X . I tried to program its code on 18M2( SUPPOSE TO BE ITS REPLACEMENT) BUT SEVERAL CODE PROBLEM. CAN YOU HELP PLEASE? I use the last programming editor. code is attached as file Thanks in advance Eitan
  6. E

    ultrasonic SF4 and PULSIN command

    hello 1)is there any way modify the ULTRA command to support 2 pins one for trig and one for echo without dealing with the BASIC? 2) how do I print a 16bit variable like W6 on the LCD? I tried :LCD with [W6] , but it does not work. 3) can the command PULSIN use 16 bit var to have the result? the...
  7. E

    parraller LCD

    HEllo I work with 28x2 chip. I need to connect parallel LCD to my controller but I see only serial LCD support. Please advice . what to do? Eitan
Top