Search results

  1. J

    BoB Jr.

    Hello everyone, Just wanted to share a picaxe project here. It's still a work in progress as I am still working on the programming, but I thought I'd share anyway. It's a Picaxe 20m2 powered biped, that is no taller than a AA battery. I have to thank erco for his sweet servo code I borrowed...
  2. J

    IF statement with multiple conditions

    I was pulling my hair out on a program I am working on. I have an IF a=b and c=d and e=f and g=h then xxx When it tests these conditions in simulation it jumps to xxx even when all of the tested variables are not equal. Then I realized maybe it's the simulator that is wrong because the program...
  3. J

    5x7 matrix issue

    Hello everyone, I have been working on a 5x7 led matrix project. I saw a neat necklace in Nuts and Volts & on Hack A Day, and I thought I'd give it a go with a picaxe 20m2. http://hackaday.com/2012/10/12/led-matrix-pendants/ Well I got it all built here are some pics... Freeform...
  4. J

    BEAM/Picaxe 20x2 - Tiny Solar Turbot

    A new bot, hot off my workbench: Info: http://geppettosworkbench.blogspot.com/2013/10/beampicaxe-20x2-turbot.html Here's the code. ' ====== Constants ====== symbol TestEyes = c.0 ' set pin low to read symbol Panels = c.1 ' adc9 symbol Eyes =...
  5. J

    [BEAM] SBSE v1 - 08m2 based Solar Engine

    After toasting my last 1381 voltage trigger for a 'miller' solar engine, I decided I wanted to try a new design. I decided to use a 08m2 to sample the storage capacitor's voltage and dump power (provide an enable low all systems go signal) to my other circuitry. It triggers only if the voltage...
Top