Recent content by djsoftlayer

  1. D

    Smaller picaxe to store 1kb comming from the serial port

    Hi guys!, I have a very simple protocol, is just a serial line where I need to connect some picaxes, in this serial bus some time a 1kbit word is send from a computer (they are always 1kbit fixed), from this 1000 bits of data the first 8 are the address of the microcontroller who needs to save...
  2. D

    Driver interface (fast and cheap) for a high power led

    Hi guys, im very new at this, so, i guess this question will be easy to answer. I have a picaxe who outputs a very simple rectangular wave from one out pin. This wave have this times: Ton: 0,01 s. Toff: 0,3 s. As you can see, its a wave for strobo applications. I have a power led that i want...
  3. D

    Mesuring currents on residentials conexions with my PICAXE

    Hi, what hardware do you recomend to get current values from my house conexion in order to bring this data to my PIC? PS: Of course a serial resistor its not an option because the current average of my house is 25 Amps. It will be nice a solution without breaking the cable, something by...
  4. D

    Precision of picaxe

    Hello, whatever takes maximum to the picaxe at 4mhz to execute a command? What would be a maximum time for the common commandos? It is the function PAUSE precise in small values? , I am executing the command PAUSE 2, and I suspect that the pause is smaller than 2ms, is that possible? Note: I...
  5. D

    Responding to incomming commands

    When you send a command with a serial interface from the picaxe to an other device, like a modem for example, all the time you recive a response, for example sending the command ATDnumber it retourn CONNECT or NO DIALTOME etc... somobody can recomend me a set of instruction to recive this answer...
  6. D

    Sending AT commands

    Hi what do you recomend me to send AT command with the picaxe 18X, i mean, using the programing port of the picaxe or other, how to emulate the structure of an AT command because i read that they need an structure: "The attention or “AT” prefix is required prior to entering any command. All...
  7. D

    Serial Speeds

    HI! Thanks a lot for the response in my last question... Now i have another problem, that is, how i can send serial data whith major speed than 2200bps... what picaxe i need to use? what r the commands? how i configure the micro to have this speeds.... Thanks...
  8. D

    Serial Controled circuit with picaxe

    How to build a circuit controlled with a serial interface???... HI! i want to build a circuit with a picaxe and i want send to the circuit bytes commmands from my pc across the serial port to it... The idea of the proyect is to build a dialler, i want to dial a number using a visual basic...
Top