Ahh sorry, misread.
-
RE: COM.X LTE (4G) Module Example UIFLOW/Phython
What do you mean by "I have a SIM card of TalkTalk with deactivated PIN code."
To me it looks like noting will work if the sim is deactivated. -
RE: Facial Recognition and Tracking Project with mechArm M5stack
Nice, the more projects you share, the more I want one to play with.
-
RE: 2-relay vs 4-relay
The 2Relay is directly driven by the two GPIO's in the grove port.
The 4Relay can not be driven in the same way as the grove port has only two GPIO wires and so a controller is needed to handle the multiple relays. -
RE: Possible Problems with MQTT?
If the Atom is not connected to the host computer as it is when testing, you will need to add the WIFI AP and Password blocks to the start of the program.
-
RE: M5 Stick C IMU orientation
I'm sure that the IMU is place so that Y points to the top of the StickC.
-
RE: TouchButton awol?
Have you got all the libraries imported?
5.1 and 9.19 mean that they haven't been defined or the libraries not imported or that you are compiling for the wrong device. -
RE: Flow.m5stack.com downtime please read!!!!
@hani65 what does not run smoothly?
-
RE: Apikey.. M5flow... PuppuC...
@jukka-kahkonen To use the API key you need to install the UIFlow firmware using M5Burner. Once installed and the device connects to the wifi, the API key will be shown on the screen.
The Puppy firmware was written in Arduino so does not have the api key.
BTW the API keys are randomly generated with each new firmware install. -
RE: Unable to create simple EZData entries on M5Stack Atom Matrix
Thanks, I have an RPI and use a local MQTT server with Node Red for my tests.