Search results

  1. T

    How to use serial commands for chip-chip communication?

    So I am used to using the rfin/rfout commands for wireless communication using ask transmitters. But they are too unreliable and weak for the project I am working on now. I am attempting to use serial transmitter modules but I cannot seem to figure out how to use the serin,serout. When I attempt...
  2. T

    Picaxe 232 communication HELP!

    I am using the serial output command which is specified to work with 232 interfacing. I am attempting to use an sv652 transmitter module in order to send the signal Transmitter: http://nicerf.com/product_148_58.html For some reason when I send serial data into the rx pin of the module it does...
  3. T

    How to read and write data onto an SD card module?

    I have seen someone on youtube use an SD card module like the cheap onse you can buy on ebay from china But i cannot find anywhere how to hook it up or use it, does anyone know how to use one completely?
  4. T

    how to have a 14m2 read from a 12 button hex keypad

    So I am making a combination garage door opener and the program was perfect, but I had it set up to use a 12 button keypad with 13pins (a common) so clicking a button would make a 14m2 button high, nice and simple! But I can not find a 13pin keypad ANYWHERE at least nowhere where I don't have to...
  5. T

    Can I use picaxe to convert a l2c signal to rca serial data?

    I am relatively new at picaxe and programing all together but can get my way around. I want to know if I can use a camera module like one of these...
  6. T

    reading voltage level to indicate low or full voltage.

    I am making a small mobile sound system and I want to add an 08m2 to read the voltage off of one of my 3x4.2v batteries, I understand what I want it to do and everything I just need to know what command I can use to do this and how to use it as far up to as labeling a variable with the voltage...
  7. T

    Robot random decisions

    I have a robot that simply changes direction when the ir sensor or preasure switches are hit, meaning it has found an obsticle, I want to know how I can have it do random things. I need to be able to give a random value to a variable, then set a few if statments such as If b0< 10 turn right If...
  8. T

    how can I run multiple programs at once?

    I have read that m2 parts can do multiple programs at once but I cannot find out how to do this. So is it possible (for example) to have 2 seperate programs running at once like haveing 2 LEDs blinking on b.0 and b.1, bothe at different speeds? Main: High b.0 Pause 1000 Low b.0 Pause 1000 Goto...
  9. T

    I can't even get it to program.

    I have the programing editor. and the entire simple circuit for the chip. but when I hit program it shows an error message like my cord is in use or somthing. I am useing the serial axe026 with a female serial to male usb adaptor. I have downloaded like ALL the drivers. any ideas?
Top