Research and document the exact models of WiFi co-processor boards we can support #5
Replies: 3 comments
-
In order to ensure our crate remains useful outside of only supporting the Pimoroni Pico Wireless pack, we also want to make sure that we understand what it means to support others like the Adafruit Airlift or the Adafruit HUZZAH32. Some questions to research and answer that will influence the design/layout of our crate: Do the Pimoroni and Adafruit WiFi co-processor boards both run the exact same firmware on their ESP32-WROOM modules? I found one interesting discussion, attached it as HTML since the original post was rendering the HTML page as TXT, so if you view this locally on your web browser it'll render as actual HTML. |
Beta Was this translation helpful? Give feedback.
-
We are planning on experimenting with adafruit's Adafruit AirLift – ESP32 WiFi Co-Processor Breakout Board Design Decisions:
Resources: |
Beta Was this translation helpful? Give feedback.
-
I was able to get the Airlift working locally without a single change to our esp32-pico-wifi PoC project. There was some difference in behavior but I believe that's because of two reasons:
Here's an image of the Airlift attached to my second Pico setup next to the Pimoroni. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions