• Thx @Abhinav for the hint to echoshim.io this will be perfect for testing.
    But i have to get UDP working first on my EspruinoWifi.
    For testing the current version of the alexa module try this:

    let Wifi = require('Wifi'),
        Alexa = require('https://raw.githubusercontent.c­om/PaddeK/espruino-alexa/master/alexa.js­');
    
    let alexa = new Alexa(Wifi, {
      wifi: {
        ssid: 'your-wifi-ssid',
        password: 'your-wifi-password'
      }
    });
    

    The used Wifi module is a copy of the EspruinoWifi with some fixes i added. If you have a ESP board you should be fine.. if you use EspruinoWifi you will get an error in getIP without the fixed
    version.

About

Avatar for PaddeK @PaddeK started