rpi-pico-micropython-esp8266-lib icon indicating copy to clipboard operation
rpi-pico-micropython-esp8266-lib copied to clipboard

This is a Micropython Library from Raspberry Pi Pico to communicate with ESP8266 using AT command over serial UART.

Results 5 rpi-pico-micropython-esp8266-lib issues
Sort by recently updated
recently updated
newest added

There was some syntax error that was causing issues, so here is the fix.

Fix order on the function call on example file too

The user_agent argument has a default value when subsequent arguments have no defaults. This gives a syntax error ... Traceback (most recent call last): File "", line 2, in File...

The response of get call looks like this: `{"key": "value}'` As you can see there is an apostrophe at the end. This comes because of the wrong conversion of byte...