Search results

  1. A

    Picaxe Compatible video!

    So I was poking around sparkfun electronics website and found these new NTSC/PAL modules (well..new to them). This first one: <A href='http://www.sparkfun.com/commerce/product_info.php?products_id=749' Target=_Blank>External Web Link</a> Is $33.95 US, will display 6 lines of 16 characters...
  2. A

    DIY Par. Port Logic Analyzer

    Someone posted this in another forum I frequent and I just thought I'd pass it on here as it it seems kinda cool. It's not the fastest thing in the world, but seems well suited to picaxe speeds. <A href='http://www.xs4all.nl/~jwasys/old/diy2.html' Target=_Blank>External Web Link</a> You could...
  3. A

    How much insterst woudl there be for....

    Ok, so. I've been playing around with a design for a doohickey I've been working on, and decided that an external interface for MMC cards was prudent. My question ot you guys: How muhc interest would there be if I tailored a version to fit with picaxes? It would be UART interfaced, and...
  4. A

    Gosub...return or goto, which is "bigger"

    In the thread entitled &quot;toggle question&quot;, the replies by YLP and beaniebots got me thinking... Which would use less program space? Setting gosubs to 16, then not using them, or using gosubs. Like this: start: Goto othersub othersub: goto start OR........ Start: Gosub othersub...
  5. A

    My picaxes love IGBT's!

    I always see alot of talk of MOSFETS and drivers and all kindsa things on the boards here, and wanted to share an experience I had/am having. I was never one ot really buy into Insulated Gate Bipolar Transistors because Iw as content with power mosfets and drivers, etc. I recently came into...
  6. A

    Picaxe 18X ADC stability?

    Ok, I'm at odds here. I'm building a radio telescope (a few different ones for different purposes actually) and I'm going to use an 18X to do most of the controlling. The high speed readings are going to be done over a parallel interface not involving the picaxe, but for slower (much slower)...
  7. A

    Interesting for TI calc owners

    I was toying with the idea of making a picaxe talk to my TI graphing calc, and found this on the web. Interesting to anyone who has thought of this before... <A href='http://www.ticalc.org/archives/files/fileinfo/366/36697.html' Target=_Blank>External Web Link</a> --Andy P
  8. A

    PWM and Peltier Junctions?

    Not entirely picaxe related, but the PWM would come from one so... Has anyone, or does anyone just plain know, used a PWM signal to control the temperature of a peltier junction? My radio telescope DC processor (If I ever finish it! It's in redesign number 7) needs temperature control. The...
  9. A

    I updated my website AGAIN for those interested

    Sheesh. I hope this isn't considered spam considering the number of times I keep posting updates. I'll try to keep em all in this thread from now on I hope... Added an article on starting from scratch with the picaxe, and one for SPI itnerfacing with a picaxe. They're both linked ot the main...
  10. A

    Over/Under clocking I2C webpage up

    For those interested, I wrote up a webpage on my findings related to overclocking and underclocking the I2C bus with Picaxe's. You can get a direct link here: <A href='http://research.plistin.com/picaxe/overclocki2c.html' Target=_Blank>External Web Link</a> or to the main page here: <A...
  11. A

    To hippy, stan, and peter anderson, and anyone else with a picaxe website

    Just as a heads up, I linked to your guys pages from my newly created main picaxe page, located here: <A href='http://research.plistin.com/picaxe/' Target=_Blank>External Web Link</a> If it's not OK, let me know and I'll remove the links. Also, to anyone else with a picaxe based...
  12. A

    Say no to MCP23016, YES to MCCP23017!!

    There has been alot going around on the board lately about the MCP23016 and other IO expanders. A note to anyone who is, or desires to use microchips MCP23016 IO expanders... Dont bother. Not for new designs anyways. As I said in my previous post about overclocking the I2C, I've been playing...
  13. A

    Yes, you can overclock i2c =D

    Sorry for the little ascii emoticon in the title, but I coudln't help myself. Two things first: My O-scope is out of calibration, but for this instance it doens't matter as I dont technically need it for anything other than a relative reference. I dont know if my picaxe is actually running at...
  14. A

    6 24xx512 eeproms on same bus, only address 0 works

    As the title says, I'm only getting the first chip (address 0) to work in a string of 6 24xx512 eeproms (3 are 24AA512 and 3 are 24LC512). I've used up to two before without any problems, but now that I've got all 6 together I can only access address 0 (10100000). I can write and read fine...
  15. A

    overclocking and 1meg i2c

    I have a few 24fc512 i2c eeproms from microchip that are capable of 1mhz communication speed. I was thinkin that if I was running at 8 mhz instead of 4, and dind't use the appropriate i2cslave speed keyword, would it in essence overclock the i2c comms as well? I.E. using just i2cfast instead...
  16. A

    Tons of IO project is comming together

    I've finished one of the digital IO boards for my project and have posted it on my website if anyone is interested. It's got 64 bidirectional IO's interfaced through I2C. <A href='http://www.plistin.com/research/picaxe/Digitalio.html' Target=_Blank>External Web Link</a> I've also finished one...
  17. A

    My new picaxe is faster than my first computer...

    I was just chatting about &quot;the old days&quot; of computing with the wife, and realized my new 40X can be run faster than my first computer. (and can probably be made just as functional!) Just a musing really. This post honestly has no purpose. The good ole Tandy SXsomethinorother was...
  18. A

    More flexible I2C syntax maybe?

    how tough would it be to implement separate commands like 12c start, 12cwrite, and 12c stop. I do alot of stuff with AVR's and BascomAVR, and there are separate commands in there like the above. I'd figure that youd have to have routines in the interpreter for the start and stop commands...
  19. A

    Oil the gears and fire up those brains....

    Update! Three things. 1) all the below still holds true. 2)I dind't really mention it was an 18X I was gonna use, but it's inconsequential because 3) I will soon have a 40X to use isntead. ================================================ Ok, I need input. Origionally I was jsut designing a...
  20. A

    Programming through MAX232 equivalent

    I'm rpetty sure Iv'e seen it mentioned before in the forums, but for the life of me cant find it in a search, and dont remember.. Is it possible to program a picaxe through a max232 or equivalent chip? My ever evolving project which never has the same end goal for more than a few days anymore...
Top