Recent content by procfanousek

  1. P

    IRIN and PWM for dimming the LED

    Edited post #11.
  2. P

    IRIN and PWM for dimming the LED

    I put together this code: #rem remote VIVANCO UR 82 setting for SONY code 107 Up = 24 (start) Down = 25 (stop all) Left = 27 (red brightness down) Right = 26 (red brightness up) CH+ = 16 (blue brightness up) CH- = 17 (blue brightness down) VOL+ = 18 (green brightness up) VOL- = 19 (green...
  3. P

    IRIN and PWM for dimming the LED

    Thank you to all of you.
  4. P

    IRIN and PWM for dimming the LED

    I would like to control RGB led with IR remote and 08M2. So that I could set brightness of each color independently and mix colors. The red led is at the pin c.1, the green led at the pin c.2 and the blue one at the pin c.4.
  5. P

    IRIN and PWM for dimming the LED

    Hello everybody, I wonder if it is possible to dim the LED with irin and pwm (not pwmout). I can't figure out a code. Could anybody help me? Thank you for an advice.
  6. P

    20m2 and SR04 sensor

    The pulsout command can also be used. http://www.picaxe.com/BASIC-Commands/Digital-InputOutput/pulsout/
  7. P

    Picaxe Class

    This is wonderfull.
  8. P

    PICAXE 08M2 - basic connections handouts

    Thank you for your comments inglewoodpete and Pongo. I fixed the handout accordingly.
  9. P

    PICAXE 08M2 - basic connections handouts

    Handout no.2 - LED is out. Comments are welcomed. EDIT: handout fixed - see comments below
  10. P

    PICAXE 08M2 - basic connections handouts

    I changed the sentences, I wanted to write "Do not leave out the plug J1 and the resistors ..." My fault that I did not noticed leaving out "out".
  11. P

    PICAXE 08M2 - basic connections handouts

    Thank you for your comments. Because it is intended for complete beginners I prefer "better safe than sorry". I would like to know what you think about it. If it is worth to note down much more details and explanations - I do not want the beginners to be confused and overloaded with information...
  12. P

    PICAXE 08M2 - basic connections handouts

    Hello everybody, I help my friends to know PICAXE and I got an idea to make a serie of handouts with basic connections for 08M2. Maybe it comes handy for everybody else. I will add more of them in this thread, but the progress will be slow depending on my free time. Here is the first one. I hope...
  13. P

    Right sony Remote

    I think that the wiring diagram is drawn in Fritzing. I looked into database of Fritzing 0.9.2b.32.pc and among PICAXEs there is only 20M. This is perhaps the reason why Otvinta used it. Also Picaxe Manual 2-BASIC commands does not say that irin is possible on 20M, only on 20M2. Do you have...
  14. P

    Right sony Remote

    Isn´t wirng wrong? As for IR sensor I use with PICAXE TSOP34836 and it is wired exactly as here: http://www.picaxe.com/Circuit-Creator/Sensors/Infra-red-Sensor/ I noticed that there is pull-up 330R and capacitor 100n at Otvinta. Should be 4k7 and 4,7uF according to the circuit at picaxe.com
  15. P

    Right sony Remote

    I have programmable remote Vivanco UR 82 that can send Sony codes. As far as I remember, not every Sony code worked with PICAXE. I had to find the right one.
Top