Internet on pixl.js #4350
Replies: 1 comment
-
Posted at 2024-10-02 by @gfwilliams The easiest is probably to wire an ESP8266 to the Pixl.js and connect to the WiFi directly? https://www.espruino.com/arduino-esp8266 Websockets may be possible too (https://www.espruino.com/ws) - I'm not sure if I've tried that on a Pixl, but I'm pretty sure you won't be able to get HTTPS, just HTTP Posted at 2024-10-02 by matjazz ESP8266 looks good. Posted at 2024-10-02 by @gfwilliams I think either should be ok - maybe give the websocket example on that page a try first and see how it works? Posted at 2024-10-21 by matjazz So I got mention Arduino ESP8266 board. Any additional info and pictures would be much appreciated. Posted at 2024-10-22 by @gfwilliams All the information you need for connection, including pictures, is on https://www.espruino.com/arduino-esp8266
From https://www.espruino.com/arduino-esp8266#using-as-is
It's not possible I'm afraid. A CR2032 doesn't provide enough voltage or power for the ESP8266. You'd need to use at minimum a Lithium Ion battery, but maybe the easiest is just to use a USB power bank? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2024-10-01 by matjazz
I am presenting at the fair and I would like to include Pixl.js.
I need bidirectional communication/websocket between pixl and the web app.
I have Android phone with mobile data (wifi, BT, BLE).
I can also use RaspPi 4 using EspruinoHub (BT)? Or ESP32 dev board (serial or BT)?
What would be the easiest option?
Beta Was this translation helpful? Give feedback.
All reactions