-
```
What steps will reproduce the problem?
1. Plug in an FTDI device with multiple interfaces (e.g. FT2232H w/IFACE_A,
IFACE_B)
2. Connect to the first one (successfully), using e.g. SPI:
mpsseA = Op…
-
Issue to track discussion on the next revision of the power board.
- Add active current limiting via PWM and Opamps. Useful so we aren't arbitrarily dumping current into the motor controller and to…
-
Base on the [example](https://github.com/tobozo/ESP32-USB-Soft-Host/blob/5cc393f3528038a66225840551d890cd7d8c15d1/examples/USB_Test/usbkbd.h) here, I added [ESP32 BLE Keyboard library](https://github.…
-
### CircuitPython version
```python
Adafruit CircuitPython 8.2.4 on 2023-08-22; BPI-PicoW-S3 with ESP32S3
```
### Code/REPL
```python
import board
import busio
import sdcardio
import …
-
### The problem
Using a ESP32-S3-DevKitC-1-N32R8V, that uses a ESP32-S3-WROOM-2-N32R8V module, that is a ESP32-S3R8V, 32MB Octal SPI Flash, 8MB Octal SPI PSRAM, 1.8V SPI.
Programming a Flash siz…
-
I'm looking for a way to install tow-boot via OTG port (without booting via mSD card into thegraphical installer)
On a Radxa Rock Pi 4plus the graphical installer does not react on keyboard input. …
-
MKS Robin Nano V3 with TS35 touch screen V2 - readme file is incomplete and does not result in compiled firmware.
https://github.com/makerbase-mks/MKS-Robin-Nano-V3.X/wiki/Marlin_firmware
Using …
-
applespi sporadically times out on boot, at around 2 times out of 10 times:
```
applespi spi-APP000D:00: Timed out waiting for device info
applespi: probe of spi-APP000D:00 failed with error -110…
-
## Description
In order to design an enclosure for this project we will need to know the dimensions of the parts that we're using as well as the locations of their mounting holes. In my opinion the b…
-
The documentation states:
"This method performs a combination of one read operation and one write operation in a single Modbus transaction. The write operation is performed before the read."
Howe…