-
When I was developing the driver code for my touch sensor, I would occasionally receive the error: `OSError: [Errno 5] Input/output error` in the MU Editor serial monitor.
I could either wait for t…
-
Hi,
I followed the tutorial regarding circuit python with FONA
https://learn.adafruit.com/cellular-data-for-circuitpython-with-fona/usage
Unfortunately, I have an error : memory allocation fai…
-
There are couple of places where asserts are being used to check values. Suggest changing those to an appropriate exception along with a informative message.
ex:
```python
assert 0
-
* https://cdn-learn.adafruit.com/downloads/pdf/adafruit-feather-m0-radio-with-lora-radio-module.pdf
* https://learn.adafruit.com/adafruit-feather-m0-radio-with-lora-radio-module/using-the-rfm-9x-radi…
-
I'm running an Ethernet Feather Wing and the m4 Express Feather. I'm running the current version of adafruit_minimqtt and adafruit_minimqtt with CircuitPython 6.1.0.
After connecting to a local Mos…
-
I am trying to run the loadFromSD demo sketch with an ESP8266 connected to as ST7920 LCD and an Sd card.
I have the display on pins D5 (CLK), D7 (MOSI) and D10 (CS) with the following constructor:
…
-
I want to use pyscenic CLI for auc-matrix and regulon generation and to use R for downstream analysis.
I know how to generate auc-matrix (just run 'pyscenic aucell') but **I only have a vague ide…
-
Hello Steve,
Was incredibly excited when I saw this repo -- I'm working on a project that involves LoRa. Do you know if this code will work on either the Adafruit [32u4 LoRa 900Mhz feather](https:/…
-
I am trying to build a project using this FreeRTOS library for an Adafruit Metro Express M0 board. I am getting an error I don't understand:
```
--------------------------------------------------…
-
Hello and sorry in advance if this question ist quite foolish.
I am continously running into this error-message:
`Traceback (most recent call last):
File "code.py", line 27, in
File "adafru…