Raspberry Pi Pico W - AWS IoT Python SDK v2 #381
-
Hi, Given the current supply shortage of Raspberry Pi Zero, many developers are evaluating Raspberry Pi Pico for their IoT use cases. I have an application using AWS IoT Python SDK v2 running on Raspberry Pi Zero W. Is it possible to run the SDK on a Raspberry Pi Pico W? I think that would mean compatibility with MicroPython or CircuitPython libraries as that is what runs on the Pico. https://www.raspberrypi.com/documentation/microcontrollers/raspberry-pi-pico.html Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
I don't think this sdk will work with MicroPython or CircuitPython. They are both based on Python3.4 and the minimum requirements for this sdk is Python3.7. |
Beta Was this translation helpful? Give feedback.
-
@jmklix I talked to Adafruit about compatibility of the IoT Python v2 SDK with their CircuitPython library on Raspberry Pi Pico. Their library is compatible with V1 of the IoT Python SDK. Here is what they said:
adafruit/Adafruit_CircuitPython_AWS_IOT#20 Just thought I would mention this in case there is some interest. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
@jmklix I talked to Adafruit about compatibility of the IoT Python v2 SDK with their CircuitPython library on Raspberry Pi Pico. Their library is compatible with V1 of the IoT Python SDK. Here is what they said:
adafruit/Adafruit_CircuitPython_AWS_IOT#20
Just thought I would mention this in case there is some interest.