Recent content by zorgloub

  1. Z

    Write and read the Eeprom ?

    Perfect, it's all very clear. Thank you to all of you.
  2. Z

    Write and read the Eeprom ?

    But it remains of course that the other values written during the execution of the program (with the WRITE command) will also be preserved and usable, in addition to the "preloaded" values thanks to the DATA command, at the next start of the program, even after the power cut?
  3. Z

    Write and read the Eeprom ?

    Hello Picaxer Community. What is the difference between DATA / READ and WRITE / READ commands? Can the DATA or WRITE commands be used indiscriminately to write to the Eeprom with an identical result? (As for the PEEK/POKE commands, they only allow writing/reading in RAM, with loss of this data...
  4. Z

    Convert our PICAXE .bas programs to .hex or .pbp file to program PICs?

    Hi Hippy. In fact, I already usually converted my usual Picaxe programs to PBP code to then program them in a Pic which, in fact, has the advantage of performing certain operations a little faster, since it does not require an interpreter . My principle being to develop the prototype on Picaxe...
  5. Z

    Convert our PICAXE .bas programs to .hex or .pbp file to program PICs?

    Hello everyone. What would be the easiest and fastest way to program a .bas program that runs on a Picaxe 08M2 to a PIC12F675, for example? Or is there a "converter" from our .bas programs to a .hex file compatible with the aforementioned PIC or others? If I understood correctly (?), it seems to...
  6. Z

    GOSUB procedure indexed ?

    Hi Alan, Thank you for that. Indeed the index starts well at 0.
  7. Z

    GOSUB procedure indexed ?

    Thank you for your contributions to my request. For an optimization of my program, I preferred to avoid conditional sorting and the select case which I had also thought of. In fact, the ON...GOSUB command therefore seems to fully satisfy my needs. Thanks again everyone !
  8. Z

    GOSUB procedure indexed ?

    Hello to the Forum, What would be the syntax of a command to call “indexed procedures”? Let me explain : Consider an index variable ranging from 1 to 3, for example. And three routines that would be called depending on the value of this index. An “GOSUB Routine &1” style command to call...
  9. Z

    "Servopos" Command : servo jerks! :((

    I think that controlling one or more servos with the ServoPos command which uses an internal timer is not a good solution especially if this command is included in a processing loop performing other tasks. Which is usually the case... Indeed, the management of these additional tasks seems to...
  10. Z

    "Servopos" Command : servo jerks! :((

    Good evening Community. I have just modified with Hippy's routine and I get a perfect stability. The code is short, simple, clean and efficient. Thanks ;) For my documentation I will also look at MickeyBoo's solution but this process seems to me more complicated with no guarantee that it is...
  11. Z

    axe134Y

    Hello, I have published on my site some programs related to this display and its multiple possibilities (not always indicated in the manual): creation of graphic characters, access to the four internal character banks, ... --> http://www.alpmn.byethost32.com/serial_lcd.htm Enjoy ...
  12. Z

    "Servopos" Command : servo jerks! :((

    Hello to the Community. I have just completed a program using the "Servopos" command. It is a system that positions a servo to two programmable positions, depending on the logic state of a control input. ("ON/OFF Servo") Unfortunately, I am experiencing instability in the servo positions. Is...
  13. Z

    Serial LCD display for PIC projects ?

    @hippy. Thank you. In fact since the beginning of this discussion, I say that I use an AXE133. (And I'm also using an AXE134 with a 4x20# OLED). These are great products! I had made such a display with a Picaxe 20X2. If interested, see my site at...
  14. Z

    Serial LCD display for PIC projects ?

    @hippy In fact it was the FRM010 (https://www.gotronic.fr/pj-867.pdf) marketed by Rev.Ed. A programmed Pic. Do you plan to sell it again?
  15. Z

    Serial LCD display for PIC projects ?

    Hi Hippy, Didn't Rev Ed (Picaxe_Store) market such a serial LCD driver with a PIC programmed without interpreter for more speed ? I can't find it on your site. Could it be the small AXE131 but also driven by an 18M2?
Top