Recent content by grovesd

  1. G

    I currently post values to Thingspeak using a Picaxe 08M2 and ESP 0866 and would like

    Sample Code which is similar code which I successfully use with Thingspeak main: readtemp C.1, temp_now 'Read temperature from DS18B20, and store it in b1. bintoascii temp_now,b11,b12,b13 'Convert current temperature from binary to ASCII. serout C.4,baud,("AT",13,10) 'Send attention...
  2. G

    How to Post a trigger event to IFTTT using ESP and PICAXE 08M2

    I currently post values to Thingspeak using a Picaxe 08M2 and ESP 0866 and would like to do the same to IFTTT but the same code does not appear to work. Can anyone offer assistance? Thanks Dave
Top