Recent content by tesladude

  1. T

    How to use serial commands for chip-chip communication?

    Thank you for the response. Sadly I need to use serin/serout for this project. I took the modules out of the equation, I am sending b3 and b4 variables from one ic to the other by wire. I send: b3(126) and b4(0) yet I recieve b3(0) and b4(255). here is my code: Tx: let b3=126 let b4=0...
  2. 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...
  3. T

    Picaxe 232 communication HELP!

    ok If I understand correctly then I can not use a picaxe pin to send rs232 signals DIRECTLY to one of these rs232 modules because picaxe obviously runs >5v. The modules I am trying to use also come in a TTl compatible version so is this the one I need? what kind of picaxe output signal will be...
  4. T

    Picaxe 232 communication HELP!

    So I understand they are just different languages for comunication and I assume that ttl is the most basic, (basic being what I want out of this project) but how do I send data from a picaxe in TTL? Since there is no legit TTL command I am assuming it is just rfout/rfin which I have used on ASK...
  5. T

    Picaxe 232 communication HELP!

    Before I go ordering anything, is there any reason that you see which would not allow these modules to accept and transmit a 232 signal from my picaxe? https://www.aliexpress.com/item/2sets-500mW-3km-distance-radio-modem-SV652-rs232-wireless-data-transceiver-modules/2046537915.html I have never...
  6. T

    Picaxe 232 communication HELP!

    I figured it out. It turns out that I purchased the SV652-RS485. The description what somewhat misleading. So now would any of you suggest that I try returning the modules and get ones meant for 232? Or would it be easier to try using a 232 to 485 converter? Any luck with those?
  7. T

    Picaxe 232 communication HELP!

    I will go ahead and make a new post in the main forum but here is my code as well as the settings I have on my transmitter. Just to be clear when I say it is not working the module is not showing a ( signal sent) LED nor is it drawing the correct amount of current in order to be transmitting...
  8. 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...
  9. 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?
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. 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