M5Stack - Simple Applications Menu + some APPs
-
@tomsuch Hi Tom, I have change the code of my Branch and like to pull it back to yours. But you have advanced your Code quick and my branch is now behind yours. So I would like to ask you to look over my code and if you like what you see, then I want to integrate it into your master.
The next step is, I have tried Push Button based WPS, first with a LOLIN32 and now with the M5Stack and I like to add this to your SAM in the new way I added the the appBME280.
-
@sunwukong Hi, Thank you for the subject. I will look at it.
For a great interest in SAM I wrote a simply to use library for a simple application menu on the M5Stack platform.
http://forum.m5stack.com/topic/85/m5stacksam-application-menu-library
-
@kaotiklabs Hi, Thank you for the subject. I will look at it.
For a great interest in SAM I wrote a simply to use library for a simple application menu on the M5Stack platform.
http://forum.m5stack.com/topic/85/m5stacksam-application-menu-library
-
@m5stack For a great interest in SAM I wrote a simply to use library for a simple application menu on the M5Stack platform.
http://forum.m5stack.com/topic/85/m5stacksam-application-menu-library
-
Accu meter app (MAX17043 module soldered inside Battery Module)
-
@reaper7 Good work, thank you ...
-
@reaper7
Yes - nice mod & addition to the menu system Reaper7 ! Ordered the module already. Thanks. -
A new version of the M5StackSAM library
https://github.com/tomsuch/M5StackSAMAdded features to easily create and navigate the list.
(APPLICATIONS -> LIST DEMO)Added support for the FACES QWERTY keyboard.
(APPLICATIONS -> FACES GET STRING) -
@tomsuch Excellent thanks Tom.... look forward to trying it esp. with the new Faces keyboard support. Will try later tonight....
-
Hello,
what version/type of wire.h do you use?I got this error at "Wire.requestFrom(0x08,1,true);":
In file included from /Users/.../Documents/Arduino/libraries/M5Stack/src/M5Stack.h:92:0, from sketch/M5StackSAM.h:1, from sketch/M5StackSAM.cpp:1: /Users/.../Documents/Arduino/hardware/espressif/esp32/libraries/Wire/src/Wire.h: In member function 'void M5SAM::keyboardEnable()': /Users/.../Documents/Arduino/hardware/espressif/esp32/libraries/Wire/src/Wire.h:66:13: note: candidate 1: uint8_t TwoWire::requestFrom(int, int, int) uint8_t requestFrom(int, int, int); ^ /Users/.../Documents/Arduino/hardware/espressif/esp32/libraries/Wire/src/Wire.h:61:12: note: candidate 2: size_t TwoWire::requestFrom(uint8_t, size_t, bool) size_t requestFrom(uint8_t address, size_t size, bool sendStop); ^
Can anyone help me?
-
@sunwukong Hey, where did you get the enclosure for the grove sensor? - I've been looking for something like this.
-
found it - it's a Seeed Studio Wrapper
-
Hi Guys,
ihm new with M5Stack. I have a MCore2 and try compile this in visual code with plattform.io.
How i must use the code in Plattform.io ? If i compile the code, the device showing black screen.
Can anyone help me ?