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.com/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.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
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:
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.