
We can then have a simple loop for posting data to Adafruit IO without having to deal
with connecting or initializing the hardware!
Take a look at your test feed on Adafruit.io and you'll see the value increase each
time the CircuitPython board posts data to it!
OLD - CircuitPython WiFi
It's easy to use the Adafruit AirLift breakout with CircuitPython and the
(https://adafru.it/DWV)
module. This module allows you to
easily add WiFi to your project.
You need plenty of RAM for CircuitPython/requests/json, so the ItsyBitsy M0 will not
work! Please use an Itsy with at least 100KB of RAM, like the ItsyBitsy M4!
CircuitPython Microcontroller Pinout
Since all CircuitPython-running ItsyBitsies follow the same pinout, you do not need to
change any of the pins listed below.
To use the ESP32's pins, copy the following lines into your code:
esp32_cs = DigitalInOut(board.D13)
esp32_reset = DigitalInOut(board.D12)
esp32_ready = DigitalInOut(board.D11)
©Adafruit Industries
Page 27 of 54
Содержание Airlift Bitsy Add-On
Страница 4: ...Adafruit Industries Page 4 of 54...
Страница 7: ...Pinouts Adafruit Industries Page 7 of 54...
Страница 42: ...Adafruit Industries Page 42 of 54...
Страница 54: ...Fab Print Adafruit Industries Page 54 of 54...