Avatar for yona75

yona75

Member since Dec 2015 • Last active Jan 2016
  • 0 conversations
  • 2 comments

Most recent activity

  • in News
    Avatar for yona75

    Hi Gordon

    Unfortunately even from SD card I am getting -0x7f00.

     1v84 Copyright 2015 G.Williams
    >echo(0);
    =undefined
    Connecting to WiFi
    Connected
    192.168.15.68
    Connecting with TLS...
    Loading the CA root certificate...
    Loading certificate file: "certs/rootCA.pem"
    Loading the Client certificate...
    Loading certificate file: "certs/cert.pem"
    Loading the Client Key...
    Loading certificate file: "certs/key.pem"
    ERROR: Failed! mbedtls_ssl_setup returned -0x7f00
    ERROR: Unable to create socket
    > 
    

    Are you planning to release a board with more RAM ? It is amazing what you can do with this little board.
    Also do you thing the memory requirements to work with CC3000 is less than ESP8266? Should I try CC3000?

  • in News
    Avatar for yona75

    Is AWS IoT example works with WIZnet ethernet adapter only ?
    I am trying to use it with ESP8266 attached to Pico and always stuck on the TLS phase

    I tried even to provision Elliptic Curve keys and certificate (that are smaller), but still with no success. I don't think it is even attempting to initiate TLS connection with given CA, cert, and key options.

    >echo(0);
    =undefined
    Connecting to WiFi
    Connected
    192.168.15.68
    >Connecting with TLS...
    Loading the CA root certificate...
    Loading the Client certificate...
    Loading the Client Key...
    ERROR: Failed! mbedtls_ssl_setup returned -0x7f00
    ERROR: Unable to create socket
    
Actions