You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is how to get the T-PicoC3 (or any other Raspberry Pico board) working on PIO.
This makes use of the same 'earlephilhower arduino-pico core' that is available in Arduino IDE, however this core is not fully supported (yet) on PlatformIO and is waiting for this pull request: platformio/platform-raspberrypi#36
To connect to the T-PicoC3 via UART for Wifi I am using this excellent library (installed by PIO GUI): https://github.com/khoih-prog/ESP_AT_Lib
Note that there is a workaround required to access Serial2 and TX-8, RX-9 on the T-Pico device. It's explained here: khoih-prog/ESP_AT_Lib#4
The text was updated successfully, but these errors were encountered:
This is how to get the T-PicoC3 (or any other Raspberry Pico board) working on PIO.
This makes use of the same 'earlephilhower arduino-pico core' that is available in Arduino IDE, however this core is not fully supported (yet) on PlatformIO and is waiting for this pull request: platformio/platform-raspberrypi#36
In the meantime here are the steps to create your project: https://github.com/earlephilhower/arduino-pico/blob/master/docs/platformio.rst
Here is my platformio.ini file:
To connect to the T-PicoC3 via UART for Wifi I am using this excellent library (installed by PIO GUI): https://github.com/khoih-prog/ESP_AT_Lib
Note that there is a workaround required to access Serial2 and TX-8, RX-9 on the T-Pico device. It's explained here: khoih-prog/ESP_AT_Lib#4
The text was updated successfully, but these errors were encountered: