Search results

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. Z

    Serial LCD display for PIC projects ?

    Greetings to the Community. Would you have a serial display to propose to me, compatible with PIC projects (Kit, schematic or website). In fact, also user of MCU Basic picaxe I have the serial displays AXE 133 and 134 (2x16 and 4 x 20 OLED display), driven by a Picaxe. But these do not display...
  6. Z

    Buffer driver, non-inverting, for 8 servos?

    Hello, What integrated Buffer driver(s) would you recommend to drive directly 8 servos at the output of the Picaxe, without inversion of the output signal? Thanks
  7. Z

    Control of several independent servos ?

    Just a small question of principle relating to the control of several servos. My project (Radio control application) is to read 9 pulses (8 + 1), separated by 22msec, on an input of the Picaxe and position "firmly" 8 servos according to the values read. The ninth pulse (of a predefined and...
  8. Z

    Pilotage de plusieurs servos indépendants ?

    Bonjour à la Communauté. Juste une petite question de principe relative à la possibilité de piloter plusieurs servos. Mon projet (Application radio-commande) est de lire 9 impulsions (8 + 1), séparées de 22msec, sur une entrée du Picaxe et positionner « solidement » 8 servos en fonction des...
  9. Z

    IF command error.

    Hello to the Team, I'm confused... ! After a period of programming hiatus, I'm back at it. I don't understand the error in my simple IF command!?? Thanks #Picaxe 08M2 ; __ __ ; Vcc o| U |o Gnd ; C.5 x|Rx Tx|x C.0 ; _Set C.4 >|...
  10. Z

    Constraints of Picaxe ICSP Programming?

    Hi Everybody, Generally speaking, I would like to place an ICSP connector (jack2.5mm or Molex 3pin + the two usual resistances of 22K and 10K)) on my boards using a Picaxe. This is to avoid having to remove the picaxe each time in the event of (re) programming. Has there ever been a discussion...
  11. Z

    18M2 Reset pin or no ?

    Hello to the Picaxor's community ;) Just to be sure : is the 18M2 pin4/C.5 a Reset pin? Indeed, I see in various documentations that the 18M1 and 18X2, fully compatible pin to pin, have a pin4/C.5 Reset. Thank you to all of you.
  12. Z

    Fixed-term LOOP ?

    Good evening to all of you, I am looking to make a LOOP of a determined duration and 1) EXIT this loop as soon as a button has been activated or 2) light a red led if this button has not been activated during the determined time ... and continue the rest of the program. This would be the...
  13. Z

    Pulsin display on 4 7-segment LED displays

    hi everyone, I would like to display the result of a pulsin measurement with an 08M2 picaxe (0.8 to 2.2 msec) on a 4-digit 7-segment red led display. The display would therefore be 800 to 2200 (the first zero from 800 to 999 not lighting up). Which driver for 4 7-segment led displays would you...
  14. Z

    PWMOUT Wizard Bug ??

    Greetings to all. I am trying to understand the values of the parameters to be introduced in the PwmOut command. In view of the formulas, the frequency of the MCU obviously influences these values. While testing the PwmOut Wizard, I am surprised to get the same values at 16Mhz as for 4Mhz and...
  15. Z

    ADS1115 (A/D converter) Problem

    Hello to the Community I am experiencing the wonderful, complete and cheap Analog/Digital Converter ADS1115-16bits-4channels-i2c. However, I have a strange problem that I can't explain. I have configured the register for normal reading on input AIN0 and between GND and I am measuring a voltage...
  16. Z

    SetINT - Pin restrictions ?

    Hello all, Today, I am looking into the possibilities of INTerruption of the Picaxe. The instruction book indicates some pin restrictions depending on the type of Picaxe. So I translated into a Excel file attached, which I understood ... (remove .txt extension) Does this recap seem correct to...
  17. Z

    Picaxe Home Zone Alarm?

    Good evening to the Community, Would there have been a post about a Picaxe alarm system? This system would have a timer to arm the system when leaving the zone and another timer to disarm it when an authorized person enters the protected area? I saw this link which is already a very good base...
  18. Z

    Bug in the AXE134 Serial OLED interface ?

    Good evening everyone, Is there a bug in the AXE134 Series interface program? When I try to control the outputs C0, C1 and C2 (by playing the 3 lower bits of an output byte) the outputs are not conform to the command. Example of recommended command: Serout Display, Baud, (255,% 00000010)...
  19. Z

    Caractères Perso créés par le programme Maître ?

    Bien le Bonjour à la Communauté, Est-il possible, au besoin, de créer de nouveaux caractères graphiques personnalisés (dans la CGRAM) par le code se trouvant dans le programme principal, et sans faire appel aux données se trouvant dans l'EEPROM qui, elle, a été programmée (et ne serait pas...
  20. Z

    Custom character by the master program ?

    Hi Everybody, Is it possible to create, on the fly, new custom graphic characters (CGRAM) by the master program? I try this code but it does not work: 'Custom Graphic Character in CG6 Serout Display,Baud,(254,70) 'Addressing CGRAM CG 6 (CG Address + 64) Serout...
Top