@alkan123
What did you mean by nothing works?
This is a firmware for testing AtomS3R+Atomic Echo Base: https://drive.google.com/file/d/1WpkKjaky1qSQvfkpKsOvaeMFO-Kb1zPO/view?usp=drive_link
Global Moderators
Forum wide moderators
-
RE: Hello - Does anyone have a working version or Ardunio sketch to testthe mic and speaker on atoms3r+echo base(K147 unit - Ai chatbot) please? i tried all the documentation sketches and nothing works. Please help.posted in Atom
-
RE: M5Stamp PLC Controller with M5StampS3 cannot write and read current Date and Timeposted in PRODUCTS
Hello @MCU1536
assuming you are using Arduino and the M5StamPLC library then it is clear as to why the date and time are not retained. There is no code in the M5StamPLC library to enable charging the RTC backup battery.
I created a PR which enables RTC backup battery charging.
Thanks
Felix -
RE: [LLM-8850] Is there something wrong in axcl_demo with depth-Anything ?posted in PRODUCTS
@phillipsback
Hi! Could you please provide us your result for us to check? -
RE: EZData 2.0 is missing from UiFlow 2.3.5posted in UiFlow 2.0
@mtchoy_comp @roddpap
EZData 2.0 for UiFlow2 is now on maintaining, we're adding exciting new features. Stay tuned! -
RE: TAB5: Unable to mount SD card as USB mass storageposted in PRODUCTS
Using this example is fine.
https://github.com/espressif/esp-idf/tree/master/examples/peripherals/usb/device/tusb_msc
sdkconfig.defaults
# This file was generated using idf.py save-defconfig. It can be edited manually. # Espressif IoT Development Framework (ESP-IDF) 5.5.1 Project Minimal Configuration # CONFIG_IDF_TARGET="esp32p4" CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y CONFIG_PARTITION_TABLE_CUSTOM=y CONFIG_EXAMPLE_STORAGE_MEDIA_SDMMC=y CONFIG_EXAMPLE_SD_PWR_CTRL_LDO_INTERNAL_IO=n CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG=y CONFIG_FATFS_LFN_HEAP=y CONFIG_WL_SECTOR_SIZE_512=y CONFIG_WL_SECTOR_MODE_PERF=y CONFIG_TINYUSB_MSC_ENABLED=y -
RE: Port A powerposted in UiFlow 2.0
Hello @RPI25
hmm, I am afraid I am out of ideas, sorry.
Edit: BTW: I now tested with both, M5Core2 (original) and M5Core2 v1.1. RGB LED on port A work with both of them.
Thanks
Felix -
RE: Port A powerposted in UiFlow 2.0
Hello @RPI25
ok, three RGB LEDs should definitely not draw too much power.
When you add the RGB unit did you choose port A? By default port B is selected which uses different GPIOs.
Also, just to make sure, you did connect the input side of the RGB unit to M5Core2 port A, yes.
Thanks
Felix -
RE: Port A powerposted in UiFlow 2.0
Hello @RPI25
how many RGB LEDs are connected to port A? The flicker could indicate that port A is overloaded if too many RGB LEDs are attached.
Also, how do you power your M5Core2? Via USB-C or battery or other?
BTW: My test was with 6 RGB LEDs.
Thanks
Felix -
RE: Port A powerposted in UiFlow 2.0
Hello @RPI25
hmm, I've tested M5Core2 v1.1 and RGB with firmware v2.3.7 in UIFlow 2.3.7 and it works for me. No power issue at all.
You can find my example in the UIFlow2 Project Zone: M5Core2_RGB_Test_UIFlow2.3.7
Thanks
Felix