perigalacticon
perigalacticon
For any server address I enter the error is "cannot assign requested address: JVM_Bind sockettest" except if I select 0.0.0.0 then it will start but the device cannot connect to...
I've used the library with a AT45DB011D and an Uno successfully, but when using with a Mega2650 I get nothing returned from the read status register command. I found I...
When I try to compile this for the Arduino Due, I get these errors: `0_Declarations:203:27: error: no matching function for call to 'DY::Player::Player(USARTClass*)' DY::Player player(&Serial2); ` My code is: `In...
I installed EspExceptionDecoder to Documents\Arduino\tools\EspExceptionDecoder\tool which contains only EspExceptionDecoder.jar. When I try to start the decoder from the menu the output window shows the error: ERROR: xtensa-lx106-elf-gdb.exe not found! I...
I am trying the websockets example for the first time. I saved all 9 files in the data directory to SPIFFS. When I open http://esp8266.local or the IP listed in...
Where is the code and datasheets for the RD-03D and RD-03E?
Arduino IDE version: 1.8.19 (latest). ESP Boards version: 3.0.5 (latest). Board selection: ESP32S3_Dev_Module. Board Partition Scheme: Default 4MB with spiffs (1.2MB APP / 1.5MB SPIFFS). Example ino file: ESP32_SDcard_jpeg When...
I have a DYPlayer DY-SV8F working with a Lolin(WEMOS) D1 R2 mini ESP8266 module, using SoftwareSerial. The play commands seem work right but I can't seem to get checkPlayState() to...