I am using a Pico W with the latest Beta release of 8.0 release 4. I was working through a Adafruit learn exercise
"Quick-Start the Pico W WiFi with CircuitPython" https://learn.adafruit.com/pico-w-wifi- ... dafruit-io . The second to last one uses Adafruit IO. When I try to setup my device it does not have the Pico W as a device selection. Will this device get setup there?
Pico W with Adafruit IO
Moderators: adafruit_support_bill, adafruit
Please be positive and constructive with your questions and comments.
- mikeysklar
- Posts: 10732
- Joined: Mon Aug 01, 2016 8:10 pm
Re: Pico W with Adafruit IO
You should not need to select your device based on the guide link you dropped.
Can you post a screen shot and the direct guide section link? This should be a matter of setting up the code.py / lib folder and .env file on the Pico W directly.
Can you post a screen shot and the direct guide section link? This should be a matter of setting up the code.py / lib folder and .env file on the Pico W directly.
- kenidowa
- Posts: 57
- Joined: Wed Nov 07, 2012 7:50 pm
Re: Pico W with Adafruit IO
On the Adafruit IO site it asks you to select your device. https://io.adafruit.com/kenidowa/wippersnapper/new/
There are 17 devices non are the Pico W. All of them seemed to be ESP32's. So was thinking this one would need to be setup.
There are 17 devices non are the Pico W. All of them seemed to be ESP32's. So was thinking this one would need to be setup.
- tannewt
- Posts: 3104
- Joined: Thu Oct 06, 2016 8:48 pm
Re: Pico W with Adafruit IO
WipperSnapper is separate from CircuitPython. I don't believe it has Pico W support yet.
- kenidowa
- Posts: 57
- Joined: Wed Nov 07, 2012 7:50 pm
Re: Pico W with Adafruit IO
I understand that Whippersnapper is separate from Circuitpython but I started posting here because the Adafruit Learn https://learn.adafruit.com/pico-w-wifi- ... dafruit-io was for CircuitPython on a Pico W. I was using it to try out the lastest 8.0 Beta of CircuitPython and got to this second to last step/exercise and I couldn't complete it because the the Adafruit IO doesn't support Pico W. But it is part of this learn exercise and I thought someone might want to know. Just trying to be constructive and positive.
Thanks,
Ken
Thanks,
Ken
- tannewt
- Posts: 3104
- Joined: Thu Oct 06, 2016 8:48 pm
Re: Pico W with Adafruit IO
What step exactly? "On Adafruit IO, you can add the feeds to your dashboard to view your data over time." ? That could be better explained.
I think you clicked "New Device". Instead, try clicking "Feeds" and you should see "pitemp" and "pihumid" listed.
I think you clicked "New Device". Instead, try clicking "Feeds" and you should see "pitemp" and "pihumid" listed.
Please be positive and constructive with your questions and comments.