pico-w-webserver-example icon indicating copy to clipboard operation
pico-w-webserver-example copied to clipboard

Results 9 pico-w-webserver-example issues
Sort by recently updated
recently updated
newest added

Hi krzmaz, I converted the perl script that generates the fsdata.c into a python script that doesn't rely on *nix shell commands. I also modified the cmakelists file slightly so...

Let's add linters to express and enforce the projects preferred coding style

Not to depend on serial port communication to obtain IP address, let's use [mDNS](https://www.nongnu.org/lwip/2_0_x/mdns_8h.html)

When the board enters setup mode, an Access Point needs to be created to allow connecting from another device to an configuration endpoint for now hosting a blank "hello world"...

The configuration endpoint needs to have a form containing WiFi SSID and password, and allow easy addition of new fields

Similar to the [pico_bootsel_via_double_reset](https://github.com/raspberrypi/pico-sdk/blob/master/src/rp2_common/pico_bootsel_via_double_reset/pico_bootsel_via_double_reset.c), the code will enter AP mode when the board is reset twice within a certain amount of time. For now, the setup mode can be mocked...

Useful resource: https://www.makermatrix.com/blog/read-and-write-data-with-the-pi-pico-onboard-flash/ Due to the wear considerations (flash having the lifetime of 1000-10000 write-erase cycles), best would be to start with https://github.com/littlefs-project/littlefs as CMake external project dependency. If that's...

Thanks, your example is very good and unique. I'm working with pi pico with C and Windows 10 (Spanish version). I have problems with the file "**my_fsdata.c**" the the content...