@konacurrents
If you're talking about this, we usually call it Dupont
Group Details
Private
Global Moderators
Forum wide moderators
Member List
-
RE: Help with Grove and other Wires for M5Atom
-
RE: UIFlow2.3.3 can not save project or create new project or delete any project
@zhumingqi
we have solved this problem! please try again -
RE: Module GPS
@Bat21
hi, what does you meaned "isn't working correctly"? Can you describe it more specified? -
RE: Tab 5 screen flicker after firmware update
@Jomac Will this situation improve if I re-burn the old version of UiFlow2 firmware?
-
RE: M5PaperS3 Widgets.setRotation(3) crashes system (disconnect from usb and reboot)
Hello @pabou
granted I do not have your particular
my_file.jpg
, but when I run below code my M5PaperS3 does not crash.Widgets.setBrightness(150) Widgets.fillScreen(0x000000) Widgets.setRotation(3) Display.drawJpg("/flash/res/img/uiflow.jpg", 0, 0, 0, 0, 0, 0, 1, 1)
Thanks
Felix -
RE: Paper S3 wake on IMU?
Hello @alexxai
short answer: not possible
long answer: the IMU interrupt line (INT1) is not connected to any ESP32S3 GPIO and therefore it cannot wake up ESP32S3 from deep or light sleep. See schematics here.
That said IMU interrupt line is connected to the power on / off logic (IC PMS150 via E_TRIG) so it should be able to turn on M5PaperS3.
Thanks
Felix