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
1. From the [latest release](https://github.com/MrGreensWorkshop/arduinoPico_RasPiPicoW_AlexaEnabledSmartDevices/releases/latest), download the "examples.zip" under the Assets, and Unzip.
67
+
1. From the [latest release](https://github.com/MrGreensWorkshop/arduinoPico_RasPiPicoW_AlexaEnabledSmartDevices/releases/latest), download the "examples.zip" under the Assets, and unzip.
62
68
1. Open one of the examples in Arduino IDE.
63
69
1. Select the board from, `Menu > Tools > Board > Raspberry Pi RP2040 boards > Raspberry Pi Pico W`.
64
70
1. Select your Wifi region from, `Menu > Tools > WiFi Region`.
65
-
1. To compile and get the binary, click "Export compiled Binary" from, `Menu > Sketch > WiFi Region` and your binary will be exported to currently opened example folder.
71
+
1. To compile and get the binary, click `Menu > Sketch > Export compiled Binary` and your binary will be exported to opened example folder.
66
72
67
73
### Running
68
74
69
-
1. Get the binary
75
+
1. Build this test circuit for Raspberry Pi Pico W
76
+
77
+
<imgsrc="/docs/CircuitSketchForRaspberryPiPicoW.jpg"height="300"alt="Amazon Alexa enabled smart device test circuit for Raspberry Pi Pico W">
78
+
79
+
2. Get the binary
70
80
- You can compile examples and get the binary as explained above.
71
-
- Or you can use precompiled binary files inside of each example folder.
81
+
- Or you can use precompiled binary files inside of each example folder if applicable.
72
82
1. Put the Raspberry Pi Pico W into bootloader mode by pushing bootsel button, while plugging to your computer.
73
83
1. Copy the ".uf2" file to your Raspberry Pi Pico W's storage.
0 commit comments