Recent content by Daniel.A

  1. D

    Picaxe 28X2 program slots

    I have finally utilised slot 1 in my picaxe 28X2 successfully. Having more program space helping me to add more features to my MagnoSenzHub sms device. http://magnosenz.wix.com/ovensafetydevice It is good to know the picaxe 28X2 comes with four internal program slots. The guys for making me...
  2. D

    The smart MagnoSenzHub sms device. http://magnosenz.wix.com/ovensafetydevice

    I have finally utilised slot 1 in my picaxe 28X2 successfuly. Having more program space helping me to add more features to my MagnoSenzHub sms device. It is good to know the picaxe 28X2 comes with four program slots.
  3. D

    Picaxe interrupt and program slots

    It seems when a program is running in a slot, it begins at the start of that program in that slot but not where the command run slot was first initiated. Not like gosub when it returns to where it was first called. My question is what happens when I have an interrupt in slot 0 but I am running...
  4. D

    What does it mean by the GOSUB can be nested up to 8 level deep?

    Does it mean I can call up to 8 GOSUB in a subroutine? for example Contacts: Gosub A Gosub B Gosub c Gosub d Gosub e Gosub f Gosub g Gosub h Return
  5. D

    Using Picaxe-28X2 to get a real time clock from TC35 GSM Module

    I have designed this safety sensor for domestic ovens using Picaxe-14M2 and a separate SMS device using both Picaxe-14M2 and a Picaxe-28X2. Is there a way to use the Picaxe-28X2 to get the real time clock from TC35 GSM Modem using software instead of hardware? A general picture of both the...
  6. D

    Using Picaxe-28X2 to get a real time clock from TC35 GSM Module

    I have designed this safety sensor for domestic ovens using Picaxe-14M2 and a separate SMS device using both Picaxe-14M2 and a Picaxe-28X2. Is there a way to use the Picaxe-28X2 to get the real time clock from the TC35 GSM Modem using software instead of hardware? A general picture of both...
Top