Recent content by IronJungle

  1. I

    Power recommendation question (12VDC)

    Just a quick follow up to my current draw post. Here is the rig in 'action'. No PICAXE control here. I am prototyping the rig with simple 3VDC motors until I get things coded 'somewhat' correctly, then scale up.
  2. I

    Power recommendation question (12VDC)

    I am building an outdoor robot that has two 12/24VDC motors (see pic). When completed the robot will wander around the back yard to do the evil bidding of my choosing. The motors are geared down pretty good and very very strong. Forward motion is a slow ~33 feet/minute; which is about the...
  3. I

    Unexplained Variable

    The memory map I was referring to is attached. I use the excellent westaust55 one as well. This one is more 'bare bones' for understanding bytes and word memory. I got this chart from the forum. I did not create it, but thanks to whoever did!
  4. I

    40x2 minimum circuit

    Behold... I have a 40x2 that was given to me (lucky me!!!) Looking at the documentation of my AXE091 Dev Board I see the min circuit for 28 pin devices, but not the 40x2. A quick look seems to suggest they should be different due to the external resonator. Am I missing something? Is there...
  5. I

    The "Hand of PI": Raspberry PI and PICAXE 18M2 Robot Hand Controlled via Tweeter

    The "Hand of PI": Raspberry PI and PICAXE 18M2 Robot Hand Controlled via Tweeter Build page is at: whiskeytangohotel.com/handofpi Try it!!
  6. I

    Analog Clock turned Voltmeter

    I felt sorry for all the clocks that were left out as more and more people turn voltmeters into clocks. This is my revenge: http://whiskeytangohotel.com/clockvm
  7. I

    PICAXE with Electric Imp

    http://electricimp.com/ Their tag line is "WiFi to everything" and that sounds interesting (and cheap). Has anybody experimented with the Electric Imp and a PICAXE?
  8. I

    Senior Member

    I just noticed on my profile that I have the honor of being a Senior Member. I'm honored and plan to uphold all the responsibilities of the title, but is this just because I have asked enough stupid questions (such as this one) to get my post count past a certain number?
  9. I

    PICAXE 18M2 Four Letter Word Clock

    Build details at: http://ijprojects.blogspot.com/2012/08/four-letter-word-clock-via-uc.html
  10. I

    DS1307 RTC and 24LC156 EERPOM Work Separately but not together

    Four Letter Word Clock; current result:
  11. I

    DS1307 RTC and 24LC156 EERPOM Work Separately but not together

    Using the LKM1638 discussed here with a: - PICAXE 18M2 - DS1307 RTC - 24LC156 EERPOM The objective is to display the time of day (from the 1307 RTC) on the LEFT four 7 segments and display a four letter words from the 24LC156 EERPOM on the RIGHT four segments. Separately every thing works...
  12. I

    Fixed amplitude PWM 14M2

    As mentioned, the P-P voltage should stay the same. Video shown below is from the PWM routine of: pwmout C.2,99,400 'start PWM on Port C Pin 2 @ 100% main: for w1 = 0 to 400 ' pwmduty needs a (W)ord var, not a (B)yte var pwmduty C.2, w1 'adjust PWM Duty from 0% to 100% pause 2 next w1...
  13. I

    DealExtreme 7 Segment (plus) Display

    Project update from the OP: Early status. Short vid below. I have time displayed on the LEFT segments. One of >1,000 four letter words on the RIGHT segments. I am storing the >1,000 four letter words in a 24LC256 EEPROM.
  14. I

    DealExtreme 7 Segment (plus) Display

    Update..... (Bad values in my lookup table). Result:
Top