Search results

  1. N

    ESP8266 WiFi serial module

    I have used php to collect data from the esp01. if you go to php.net you will see stuff related to UDP sockets and you can send bytes of data that way and process it. for example // UDP SEGMENT if(!($sock = socket_create(AF_INET, SOCK_DGRAM, 0))) { $errorcode = socket_last_error()...
  2. N

    ESP8266 BASIC

    I think the fact that picaxe and esp01s can work together is great this gives people the flexibility to create what they want. Saying they are not going to get help here is silly like saying all the other devices they are trying to connect to they are not going to get help with. My goodness when...
  3. N

    Communication Between 2 Picaxe 20X2's Using I2C

    Well I'll be some fine folk have posted recently here and I have been working on this i2c method with my two 2 picaxe 28x2s How refreshing. Thanks for the code peoples it's really helpful.
Top