Luc

Results 328 comments of Luc

you cannot have SdFat-master as installed library - it conflict with the embedded version of SDFat in esp8266 - remove the sdfat-master library and it will remove conflict, or disable...

Waiting for esp32-arduino 3.00 release for full support because usb is actually OTG usb port

Current arch design does not support multiple sensors, a new logic should be implemented for setup, for data transmission in ESP3D and it would need also a new logic for...

The espressif idf seem already support ethernet on S3 for 1 year (IDF 4.4.2) per this project https://github.com/W00ng/ESP32-S3-Gateway https://github.com/espressif/esp-idf/tree/master/examples/ethernet mention W5500 is supported The idf code https://github.com/espressif/esp-idf/blob/master/examples/ethernet/enc28j60/README.md show enc28j60 being...

Per this PR SPI ethernet is on going and will be in esp32 arduino core V3.0 : https://github.com/espressif/arduino-esp32/pull/8575 so should be in coming months

Working on porting USB-OTG from ESP3D-TFT to a ESP3D I have realized that IDF 5.1.2 release updated the USB drivers before: ``` ## IDF Component Manager Manifest File dependencies: usb_host_ch34x_vcp:...

First step is now done, I have created an arduino library https://github.com/luc-github/esp32-usb-serial I need now to prepare esp3d code to support 5.1 IDF code from esp32-arduino 3.0.0-alpha 3, I won't...

this feature was not in release so I did a library https://github.com/luc-github/esp32-usb-serial I have ported also the ssdp library because arduino 3.0 is a breaking change but platformio seems having...