Recent content by Doogie

  1. D

    Is there a limit to how many Case statements you can have in a Select Case statement?

    Hey all, I'm reading audio levels with a 20x2 and a precision rectifier. Works Great. I'm using the Select Case command to vary a motors speed (PWM). Also works very well. ATM I have 19 Case statements in the Select Case section of the code. Is there a limit to how many Case statements...
  2. D

    Vmusic2 , Sound finished playing hack.

    Hey, In a couple of apps using the Vmusic2 I had to know when the module had finished playing a sound file. I couldn’t figure out how to do it through the firmware so I did it this way: - solder a wire from the indictor LED (the leg nearest the usb connector). - connect this wire directly...
  3. D

    Storage Variable Endurance

    Hey, I'm building a clock that logs daylight levels every 10 minutes from sun up to sun down and then "plays" back the daylight during the night (PWM a small lamp). Kind of a night light thing. I'm using a 24LC256 so I can store a years worth of light levels and play back a years worth of...
  4. D

    Infrain Variable Question

    Hello, (I'm a newbie) I want to grab the Infrain data and use it as a byte in my program. I'm using a 28X. I can debug the Infrain variable so my hardware is ok... but: let pins = infrain 'doesn't seem to work. let b1 = infrain let pins = b1 'doesn't seem to work. Could I...
Top