Got mine up and running after updating firmware. Works perfectly. Great video, thanks.
What would be nice is some example http server code to compliment the client connect code.
Is there any on the site for the ESP8266? All the original examples are not for this new module and I am having a tough time trying to translate.
I am attempting to create a network of sensors controlled by a Raspberry Pi server. The Pi connects to the remote Pico's and issues commands to the listening pico's. These commands could be to retrieve values directly from the pins or to set pins to a state or call functions stored on the pico. Got a simple version working via the USB interface, but now I would like to wirelessly connect.
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.
Got mine up and running after updating firmware. Works perfectly. Great video, thanks.
What would be nice is some example http server code to compliment the client connect code.
Is there any on the site for the ESP8266? All the original examples are not for this new module and I am having a tough time trying to translate.
I am attempting to create a network of sensors controlled by a Raspberry Pi server. The Pi connects to the remote Pico's and issues commands to the listening pico's. These commands could be to retrieve values directly from the pins or to set pins to a state or call functions stored on the pico. Got a simple version working via the USB interface, but now I would like to wirelessly connect.
Any help will be useful.