nikthefix

Results 63 comments of nikthefix

@hathach Looking at this thread: https://github.com/hathach/tinyusb/issues/2943 It seems that a similar issue was raised and a solution presented here: https://github.com/espressif/esp-idf/commit/9c8517045c207c6617bd4e34b263c4cf5c0fee1b Do you know if this change was migrated to the...

@AtmosphEng Glad you got it working. Please post here if you encounter any of the above issues in USB OTG mode. Yes I've had good results with USB Host on...

@smily77 Did you try the new M5Stack boards package 3.2.0 (Additional Boards URL: https://static-cdn.m5stack.com/resource/arduino/package_m5stack_index.json) There is now a Tab5 board option which should remap the SDIO -> C6 pins which...

@smily77 I just tried it too with the same result. Looking at the schematics of Tab5 vs Waveshare P4-Nano (which works fine with the C6 wifi) we can see that...

@cheops No I've not found a simple solution so far. I think recompiling the relevant Arduino libs using the Espressif Library Builder is an interim solution.

This is great! Plenty to experiment with now thanks to me-no-dev. I will try the changes today with Tab5 and report my progress here. @me-no-dev I suspect we are likely...

@Jason2866 I've never understood the rationale behind hard coding elements of sdkconfig and / or the pre-compiled libs for the ESP_Arduino Core. Sure, things compile faster and are error limited...

@Jason2866 Thanks for the info. Yes please ignore my comment about HybridCompile - I misunderstood.

@Westcott1 Yes I believe the Guition board follows the C6 pin config of the Espressif P4 dev board so I would expect it to work with Arduino wifi out of...

@me-no-dev Fantastic! Thanks for the info.