Search results

  1. G

    Convert BASIC to Assembler…

    I’m having prblems with the BAS800 S/USB programmer. I can´t convert Basic programs to assembler… The following messages appear: Error: 53 File not found. And after that, the following message: The following compiler path is invalid… C:/program files (x86)/programming editos/picprog/wstamp16.exe...
  2. G

    100 Hz

    How can I produce frequency(100HZ) using PICAXE? Is that possible?
  3. G

    Code for driving APR6008/6016 with Picaxe

    Hi there, Has anybody code for driving APR6008/6016 with Picaxe? The APR6008/6016 offers Multi-Level Flash memory storage of voice and is accomplished through standard SPI interface that allows a microcontroller to manage message recording and playback. I want to be able to record and play...
  4. G

    AXE027

    Hi there, I’m having problems installing the driver of the AXE027 USB. I followed the instructions of the AXE027 manual: I downloaded the AXE027 drivers files, then I selected Install from a list or specified location and then Browsed to the driver folder within the temporary folder...
  5. G

    Sine wave generator

    Hi all, I need a circuit that can create a sine wave generator. The function that I need to get is v(t) = 0.5 sine(t) +1. Where: V = Voltage and t=seconds. I need a circuit that can create other sine wave forms similar to this one. I was wandering if Picaxe can do it easily without using opamps...
  6. G

    DAQ

    How can I make a DAQ(data acquisition) using a Picaxe? Can I use the Datalink Utility?
  7. G

    Sound meter

    Hi there, any of you guys know how to make a sound meter using a picaxe? Regards
  8. G

    Change the size of letters

    Hi there, I am printing through a Thermal Receipt Printer, and I want to change the size for the letters(bigger) and make them bold (darker) Currently this is the command that I use to print “Hello” serout 0,N4800,("Hello",13,10) serout 0,N4800,("",13,10) can you please suggest to me...
  9. G

    if pin1 =0 then do_it

    Hi there, I’m using the “if pin1 =0 then do_it” function to make a pin high when I press a push button. Nevertheless I’ve found that if I press the push button too fast the pin doesn’t go high. Should I add a multivibrator/one shot to make the low state last? Thank in advance for your help
  10. G

    Error: Values greater than 65535 are not supported!

    Hi there, I wrote a program few weeks ago and it was working just fine, but now I can’t run it because I get the following message: “Compile Error…Error: Values greater than 65535 are not supported!” As I mentioned before it was working just fine and I didn’t make any change in the program. Do...
  11. G

    Picaxe 28X2

    Hi, Any of you guys know when the Picaxe-28X2 is going to be available for sale? Regards
  12. G

    UM-FPU V2

    Hi there. Any of you guys have interfaced a uM-FPU V2 floating point coprocessor with the PICAXE micro controller using an I2C?. I’ve tried without getting any result. I don’t know how to make the opcodes given in the “uM-FPU V2 Datasheet” can be recognized by the...
  13. G

    graphical flowcharts

    Hi there, The version 5 of the Programming Editor is easy to use and all, nevertheless I find problems with the generation of programs via graphical flowcharts. Is there any other software of Programming Editor option?
  14. G

    Printer + Picaxe

    Hi there, I’m trying to connect a Picaxe 18X with a kiosk printer NP-211. At first, I tried to use the serial printer FRM015 which is designed to allow printing on most parallel interface printers via PICAXE micro controllers but it didn’t work since the NP-211 uses the RS232C data...
  15. G

    Interfacing Picaxe 18X to printer.

    Hi there. I just can't get the picaxe 18x interfaced to a printer. I've already used the serial Printer Firmware Chip(FRM015) and… nada! I’d appreciate any kind of idea about it!
  16. G

    Connection to a printer.

    Hi there, Any of you guys know how the serial printer firmware(FRM015) must be connected to a DB9 printer cable? Or where can I get information about interfaces of picaxe chips and kiosk printers ? Thanks in advance- Gildardo
  17. G

    Have any of you guys worket with the MTC-S20401ARGNN LCD display?

    Hi there. I have a Picaxe18 connected to an LCD(MTC-S20401ARGNN) display using the serial LCD firmware(FRM010). Nevertheless it’s does not display anything at all. So far the programming is going fine. If I get the same Picaxe 18 connected to the serial LCD and clock module(AXE 033) it...
  18. G

    Analog signal amplified.

    Hi there. I’m working with a strain gage which gives no more than 10 mV. Given that the Picaxe analog input receives voltage around [0-5v]. I need to get a small this signal amplified from [0-10mV] to [0-5v] I don’t want to use transistor configurations because the amount of...
  19. G

    Can the Picaxe 18X be connected with a printer?

    Hi there, Any of you guys have any idea of how the Picaxe 18X can be connected with a serial kiosk printer(NP-211) or any other kind of printer? I know that the serial printer module(Order Code: BAS120) allows the Stamp to print directly via the serout command- but I don’t know if this...
Top