-
When I run the code below, for some reason the screen is completely buggy after using the wifi, it stops responding to drawing commands, and for some reason my esp32 keeps the onboard led blinking non…
-
### Operating System
MacOS
### Arduino IDE version
1.8.19
### Board
Feather ESP32-S3, Feather ESP32-S3 Reverse TFT
### ArduinoCore version
2.0.7
### TinyUSB Library version
GitHub latest
###…
-
### Operating System
MacOS
### IDE version
1.8.19
### Board
Seeeduino Xiao nRF52840 Sense
### BSP version
2.7.2 (seeed nRF52 mbed-enabled)
### SPIFlash Library version
4.0.0
### Sketch as at…
-
### Describe the problem
Arduino IDE automatically checks for available updates to boards platforms and libraries installed via **Boards Manager** and **Library Manager**. If an update is available…
-
Arduino provides the ```F("STR")``` method for keeping the string "STR\0" in flash and saving RAM.
Unfortunately, doing:
```
sd_file.write(F("STR"));
```
gives me an error (no match found),…
-
### Operating System
Linux
### Arduino IDE version
Arduino 1.8.19
### Board
Pico
### ArduinoCore version
1.8.6
### TinyUSB Library version
latest
### Sketch & compiled Log (as attached txt f…
-
**BSB-LAN Version**
"3.0.1-20221101130752"
**Architecture**
Arduino Due
**Bus system**
BSB
**Describe the bug**
When doing a request for device info `URL/JI` and no SD card installed. …
-
I purchased this 2.8inch_ESP32-2432S028R display as it had esp32 wroom, ILI9341 TFT driver and XPT2046 touch screen driver as well as sdcard reader on one board. The screen is 2.8" 240x320. When I rec…
-
Hi,
Im beginner at coding, so please be patient with me.
I have a raspberry pi pico board, i need to use both of the SPI connections.(SPI0 and SPI1)
I have 2 modules first one is a RF module and se…
-
@earlephilhower (cc @hathach) I'm experiencing an error when using both `WiFi.h` and Adafruit TinyUSB together. I believe the error is due to WiFi.h bringing in `Updater.h`/`PicoOTA.h` and further br…