Hi guys
yes, it looks like there was a display / touch related change. See Screen Driver Change note here.
My guess would be that this change has not yet fully been integrated into UIFlow2.
Thanks
Felix
Forum wide moderators
Hi guys
yes, it looks like there was a display / touch related change. See Screen Driver Change note here.
My guess would be that this change has not yet fully been integrated into UIFlow2.
Thanks
Felix
Hello @Rusticus42
there is a solution: use a M5PbHub unit (which is an I2C unit) to read the button states of the Dual Button unit.
I created an example in the UIFlow2 Project Zone: M5AtomS3_RFID_PbHub_DualButton_Test_UIFlow2.3.7
Note: I do not have an M5AtomS3R so you probably need to adapt the example.
Thanks
Felix
@tiditidi
You gotta push the download button to permanetly flash the code to the device:
Hello @Rusticus42
yes, it is possible to connect more than one I2C unit. However Dual Button unit is not an I2C unit. You can see that from the color of the connector.
The connector on AtomS3R is white which meas it can be setup for I2C, I/O or UART mode, but only one at the time.
Thanks
Felix
@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
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
@phillipsback
Hi! Could you please provide us your result for us to check?
@mtchoy_comp @roddpap
EZData 2.0 for UiFlow2 is now on maintaining, we're adding exciting new features. Stay tuned!
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