Adafruit_Learning_System_Guides icon indicating copy to clipboard operation
Adafruit_Learning_System_Guides copied to clipboard

Programs and scripts to display "inline" in Adafruit Learning System guides

Results 54 Adafruit_Learning_System_Guides issues
Sort by recently updated
recently updated
newest added

There are several CircuitPython learning guides related to IR. When tested them, they produced "2's compliment" results. I discovered the transmit examples had reversed the values for a "0" vs...

https://forums.adafruit.com/viewtopic.php?p=995815&hilit=moon#p995815

In the learning guide for the Circuit Playground Express, IR CPX to CPX example, the code has the following: ``` encoder = adafruit_irremote.GenericTransmit(header=[9500, 4500], one=[550, 550], zero=[550, 1700], trail=0) ```...

The installation of the magic ai storybook software is quite complex and manual. Packaging the software allows to a) automatically download dependencies and b) create entry points to start the...

I have tried example code below on esp32-c3-s32 board: ``` https://learn.adafruit.com/cooperative-multitasking-in-circuitpython-with-asyncio/concurrent-tasks ``` and found it always blocked when async task running. Anyone knows whether this board is support or not...

These are the changes needed for changed displayio APIs in CircuitPython 9.0.0. I have not yet checked any of the learn pages themselves for non-embedded code or references that need...

Forum user [@galinawind provided a detailed word document of suggested improvements and some corrections](https://forums.adafruit.com/viewtopic.php?t=208693) for the WalkMP3rson guide. The document is attached here, but I let an AI summarize the...

enhancement

Please see forum discussion at: https://forums.adafruit.com/viewtopic.php?p=1004219#p1004219

line 23 of https://github.com/adafruit/Adafruit_Learning_System_Guides/blob/main/Pico_RP2040_Mech_Keyboard/code.py # list of pins to use (skipping GP15 on Pico because it's funky) It looks to me by discussion at https://github.com/adafruit/circuitpython/pull/4063 it should be okay to...

- List the steps to reproduce the problem below (if possible attach a sketch or copy the sketch code in too): **LIST REPRO STEPS BELOW** Follow [the guide](https://learn.adafruit.com/adafruit-eyelights-led-glasses-and-driver/music-reactive-lights), then you'll...