Search results

  1. L

    quick question on gosubs

    i have been reading the manual on go subs, but getting erroneous results. if i execute a gosub from another subroutine will it return to main: or will it return to where it was executed from. i.e main: gosub displaytime 'stuff goto main displaytime: gosub converttime 'more stuff return...
  2. L

    split a 2 digit number into seperate digits

    if i have a number say 23, how can i make it say b0=2 and b1=3 i am trying to make this: http://www.thinkgeek.com/interests/giftsforhim/59e0/ i already have a picaxe binary clock up and running, but not sure how to split the digits. Thanks Guys.
  3. L

    How do i let an output pin equal a variable

    Hi, currently im making a binary clock as a proof of concept for a bigger clock project(gps time update,elaborate display etc etc) currently i am reading the time in from a ds1307 and converting the values to binary. once binary i can display the minutes with let pins = minutes but the hours...
  4. L

    Gps With Picaxe

    Im building quite a complex clock, and thought i might as well include a gps chip in it, to keep the time correct. there are many many many choices of gps modules, just trying to find out the right one. The EM-406A seems a popular choice. but wants the difference between it and the EM-408 or...
  5. L

    Picaxe Supplier Melbourne, Australia

    Hi, Just wondering if there is a supplier of picaxe's in melbourne. Altronics DO sell them, but they dont have the 40x2 which is what i want. thanks. Lachlan
  6. L

    Picaxe 40x1 > ds1307, All values hashed

    Hi guys i have a picaxe 40x1, and just bought a ds1307 chip from dontronics today, i put it in my breadboard, inserted the crystal between pins 1 and 2, put in a cr2032 battery on pin 3, gnd on pin 4, vcc on pin 5, and led with a resistor to vcc on pin6, slc on pic 7, sda on pin 8. i tried the...
  7. L

    Gprs/gsm

    Hey Guys, Im intersted in getting a picaxe to retrieve information from a website, i.e a http post or get. is this possible simply with a GPRS/GSM module ? have tried googling with limited success. Regards Lachlan
Top