Unexpected Maker

Results 16 issues of Unexpected Maker

I can't get bimpy to pip install .... keep getting the following error: ```$pip install bimpy Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting bimpy Using cached https://files.pythonhosted.org/packages/59/10/fa47d72afbea9205804b96f3f13f56f6da0297837c05305d44776c3ebdf8/bimpy-0.1.1.tar.gz Complete output from command...

``` Traceback (most recent call last): File "imu_test.py", line 5, in ctx.init(600, 600, "Hello") RuntimeError: GLFW initialization failed (glfwInit() failed). This may happen if you try to run bimpy on...

Hi - what an amazing library thanks!!! I'm wanting to see if the system is speaking or not, so I can block listening, and I thought I could use `engine.isBusy()`...

Make sure you are running the latest version of TinyWeb before reporting an issue. **Device and/or platform:** - MicroPython, TinyPICO (ESP32) (latest - built from source today) - Built against...

Though OTA is cool, I'd hazard to guess that fewer CircuitPython users would use OTA in general, and even be confident enough to guess hardly any use it all. I'd...

enhancement

What's the point of having a USB shield for a camera if the camera doesn't just work as a USB camera? So there's no way I can capture the camera...

Nice library, thanks for making it! You need to use `SPIFFS.begin(true) ` to ensure SPIFFS works on a device that has never had SPIFFS formatted on it before. Any chance...

Also renamed tinypico to um_tinypico to match all of the UM board naming. These have been named this way in Arduino for a long time now.

enhancement

Seems like a silly question, but I see `_uStepCount = 256` and no methods to change it? I want to set my stepper to 8 microsteps, not 256. All position...

I just got myself a new Mac with an M2 Max chip, and though the shaders are much faster, they are still prohibitively slow and I remember you mentioned you...

enhancement