-
-
@navas thanks, but wasn't me. A couple of pull requests have improved it - authors mentioned in the credits.
Great to hear it's better though. Still fairly small at 1.45kb too :)
-
-
-
-
I thought that too, but apparently it's coming in the next firmware release. You can get a travis build now with it included. @MaBe has more info
-
Nice @MaBe. Share the files!
Edit: I should have scanned up the thread a bit - they are there!
-
-
-
That ```setIP()``` function shouldn't be in the docs - it isn't implemented. Your module not found message is not unusual. To test loaded, load the above code in the IDE from right hand side. Then in left hand side key:
wifi.getStatus();```
You should get a return from that to indicate module was found and loaded and then can proceed to connect and subsequently save your wifi settings for easy connect at boot.
-
-
-
Are you using the wifi module or serial to test. If the module ensure the correct one, there are a couple, since internals have changed to accommodate firmware revisions. If no joy try AT calls using serial to test.
Also is capacitor big enough, docs use 47uf and I used 100uf i think.
It's a while back but in my case think I had duff firmware, and flashing resolved.
-
-
-
-
IFTTT maker channel needs HTTP requests, so you'll need a proxy of some description between your Puck and the IFTTT service. There's an Espruino hub that's designed to run on Raspberry Pi 3. It offers a HTTP Proxy option. You could use Web Bluetooth but you'd need to script it. I started down this road with this project, but haven't so far go to the proxy piece, and maybe won't.
It's also worth evaluating if you need a Puck for your use case. If you want to communicate over the Internet maybe Espruino Wifi or Espruino on ESP8266 would be a more natural fit.
-
-
-
-
-
-
-
Was going to test @Robin, but that link to travis/master is holding 1.87 builds when I go look.
Are all custom builds still using this FTP resource I wonder.
Edit: Yes, they are :/
@Robin if you can link to the firmware version, be happy to test.