Recent content by Axel87

  1. A

    Looking for Programming Tutor

    Hello all again. I am hoping to get back into working on my picaxe projects. But, I always seem to struggle with the coding part of the projects. I am reaching out here for anyone that has extensive programming/hardware experience that would be willing to train and teach. Look, I know there is...
  2. A

    DHT11 w/ Axe033

    Hello again guys! Working on this DHT11 again, and would like to add my Axe033 display module to it. I have been following along in this thread for the DHT11 code and circuit- http://www.picaxeforum.co.uk/showthread.php?22382-DHT11-DHT22-on-a-PICAXE-Solved-in-software&highlight=dht11 And also-...
  3. A

    Simulation speed adjust

    Suggesting that the simulation speed delay bar also be placed in the actual simulation window. Would be nice to be able to adjust speed live in a simulation. Either that or being able to stop simulation and adjust, without having to go through 4 windows to get to the option to change. Add to...
  4. A

    Input switch/count to ground

    Hey guys, Working on a basic project with an 08m2. I have worked with counting high pulses, but this is my first low and dont want to burn anything up. My input(C.3) is a button that switches to ground momentarily. I would like to count 3 pushes of that button to activate a simple program...
  5. A

    RF Remote FS1000a With Picaxe

    Hello all, Working on another project. 12V actuators that I would like to activate with this RF module. The circuit idea I have in my head consists of a 08m2, 5 or 12v relay?, FS1000a RF module Did a search on the forum and didnt pull up anything with solid data to help. Does anyone have...
  6. A

    Flasher Circuit Help

    Attached is a very...very.. unprofessional example of the circuit. I apologize for the delay, and the turn out. I have been thinking on how I can best represent this, without the tools to provide you with a real schematic. Since I have been learning VSM, to both churn out a schematic and...
  7. A

    Mystery Stepper with Axe117

    Hello all, Have a mystery stepper motor that I am attempting to use. Should be noted that this is my first attempt to date using steppers with Picaxe. The information I can provide on the motor- (Google wasent friendly to me on this, I couldent find anything on this) Printed on back-...
  8. A

    Flasher Circuit Help

    Working on my first VSM circuit. Looking for a little help as how to get this properly laid out, and the circuit isnt working as expected. The simulation file should give you a good idea how this is supposed to work. Upon 3 pushes of the horn, the flasher should engage. A 12V supply, with the...
  9. A

    AXE113 code tutorial?

    init: pause 500 ; wait for screen to initiate main: serout C.0,N2400,(254,128) ; move to start of first line serout c.0, N2400,(254,1) pause 30 serout c.0, N2400,("Hello WORLD!!!") wait 5 serout c.0, N2400,(254,1) pause 30 pause 100 serout c.0, N2400,(254,128) serout c.0...
  10. A

    Helpfull Links!!

    I am still new on this forum but would like to try to contribute! So in my browsing on the net Ive found a couple great sites I thought I should share, hopefully not a redundant post! This site has a bunch of projects this guy has done with Picaxe. Complete with code, pictures, and schemos...
  11. A

    Digispark LCD W Picaxe?

    And is it just me or does it seem like a major pita to add photos to this forum? :)
  12. A

    Digispark LCD W Picaxe?

    Here's a couple pics of the LCD. Anyone have some basic start ideas on this? How to connect and "hello world"?
  13. A

    Digispark LCD W Picaxe?

    Bought this kit and this is my first experimentation with LCD's. Will this screen work with PICAXE? If so, has anyone made any documentation working with it? Ive done some looking on the forums here but havent had any luck thus far. The screen is a 16x2 I2c LCD display. Thanks guys!
  14. A

    12 to 6V regulator 15A??

    I know this maybe out of context, because I will not need a picaxe for this project. But I thought maybe I could get some help- Working on converting a old truck from 6V to 12V. I dont know what the amperage draw is from the blower motor. The truck is at a remote location. so I was looking at...
Top