-
_**copied from comment on closed issued https://github.com/adafruit/adafruit-beaglebone-io-python/issues/269#issuecomment-610604001**_
@krupal756 wrote:
>
> This is my first time on github
>
> I …
-
### CircuitPython version
```python
Adafruit CircuitPython 7.0.0-alpha.5-716-gd2d08fc94-dirty on 2022-05-13; Adafruit QT Py RP2040 with rp2040
```
### Code/REPL
```python
import time, gc
import b…
-
# Summary
Seeing weird devious when initializing an `SDCard` object. I've observed this on CP 6.2 and 7.0 Alpha 1 on PyCubed boards with J19 + MRAM and J20 + Flash.
```python
spi = busio.SPI(boar…
-
Not sure if this is the right place to put this, but:
There seems to be some evidence that querying the *BOOT drives (and however that's exposed by firmware) for SMART responses hangs them up?
-…
-
Hello, I have a DS-D6 device I'm trying to update. As per the micropython instructions I flashed the [patched Desay bootloader](https://github.com/fanoush/ds-d6/blob/master/fwdump/DS-D6-desay-bootload…
-
This is a todo to add UART mode support to the library. See section 4.7 of the datasheet for the details, it's just a simple I2C framing protocol over a serial connection. This is really handy to ha…
-
This innocent looking constructor in a sub-class of `Advertisement`:
```
def __init__(self, enc_data=None, round=0):
super().__init__()
if enc_data is not None:
…
-
Uploading to an ATTiny167 fails with "Could not find USBtiny device (0x1781/0xc9f)". It doesn't prompt for a device connect.
`
Processing attiny167 (platform: atmelavr; board: attiny167; framewo…
-
Hello @RCmags
I am rewriting the code to assemble it under the `stm32f411ceu6` or [BlackPill](https://stm32-base.org/boards/STM32F411CEU6-WeAct-Black-Pill-V2.0.html) in the `Arduino` ecosystem.
![s…
-
I am having issues with getting the webserver to function correctly. I have tried all three methods outlined in the tutorial. I have reverted back to method one legacy image as most of the responses i…