Posts made by ganeyvim
-
port B (black) units on core2posted in Units
All my tpe A (red connectors) units , work with both the core2 and the C plus.
The type B (black) only work with the C plus.
Do I need some sort of adapter, or another solution?
Thanks -
Typ B (black connection) Units,not working with core2posted in PROJECTS
Please advise me on this.
I have a core2 which I use with the UI flow
All my type A (red) units (heart, env, air quality), are fine
The port B type (black) units (rf, buttons, rgb, ir)connect, but are not read.
What are my options?
Thanks -
RE: Error compiling for board M5Stack-Core2.posted in Core 2
@felmue
Thanks for taking an interest. I am using the default libraries and samples without any mods or "improvements on my part"Arduino: 1.8.15 (Windows 7), Board: "M5Stack-Core2, Enabled, Default (2 x 6.5 MB app, 3.6 MB SPIFFS), 240MHz (WiFi/BT), 115200, None"
In file included from D:\My Documents\Arduino\libraries\M5Core2\src/M5Core2.h:76,
from
D:\My Documents\Arduino\libraries\M5Core2\examples\Basics\display\display.ino:13:
D:\My Documents\Arduino\libraries\M5Core2\src/M5Display.h:117:12:
error: 'vector' in namespace 'std' does not name a template type
std::vector<DisplayState> _displayStateStack; ^~~~~~ D:\My Documents\Arduino\libraries\M5Core2
etc etc -
RE: Error compiling for board M5Stack-Core2.posted in Core 2
The typo was just in this post.
The include is definitely #include <M5Core2.h, and the compile error is
" Error compiling for board M5Stack-Core2" -
Error compiling for board M5Stack-Core2.posted in Core 2
Have a newly developed Arduino M5Core2 problem.
I hope the following is clear enough.
Uflow sketches for Core2 and stick c plus ..... NO PROBLEMS
Arduino programs for Stick C plus ..... NO PROBLEMS
Arduino for Core2 with #include <M5Stack.h> compile and run , but no display on lcd
Arduino for Core2 with #include <M5core2.h> = Error compiling for board M5Stack-Core2.
Have reinstalled all Arduino libraries and M5 software
Any help would be very appreciated -
m5stickC plus No Sound/Beepposted in M5 Stick/StickC
Have now tried everything (arduino,flow, MicroPython.
The best I got , was a very faint high pitched squeak.
Isn't this device supposed the have a buzzer?
I have no such problems with the core2.
Would welcome any help, before sending it back. -
File transfer to SD cards in UIFLow on the M5core2?posted in SOFTWARE
Or some other method wifi or usb (something lik adb)?
-
M5core2 No Buzzer/Beep optionsposted in Arduino
Never had a problem with the core basic (flow/python/arduino)
How do I program Buzzer/Beep sounds in core2.
Cannot find the methods in the various libraries
Thanks -
M5core2 No Buzzer/Beep optionsposted in UIFlow
Help
Never had a problem with the core basic (flow/python/arduino)
How do I program Buzzer/Beep sounds in core2.
Cannot find the methods in the various libraries
Thanks -
RE: Turn OFF m5core programmatically in UIFlow?posted in Lessons and Guides
no hardware > power> powerOff in (uiflow 1.8.1)
-
RE: Delete stock *.py apps from M5S-Coreposted in Lessons and Guides
@robalstona said in Delete stock *.py apps from M5S-Core:
import os
change directory and delete
os.chdir("/apps")
os.remove("example.py")ewentually delete with full path
os.remove("/apps/example.py")
print file list of actual directory
print( os.listdir() )
Thanks. Will give this a try.
-
Remove Default apps from m5 coreposted in FAQS
Most default apps that come with the m5core firmware are useless to me.
Is there any way to delete them, and free some space? -
"m5stacks core" Compatible unitsposted in Units
These "m5stacks core" compatible units don't seem to be available in the US, or anywhere.
"env 2", "rf433", etc -
Turn OFF m5core programmatically in UIFlow?posted in Lessons and Guides
This is available in the Arduino library (m5.powerOFF), but have not
seen a similar option in the UIFlow IDE.
eg; " button A, then power OFF"