@world101 That was an easy enough fix! Thanks!
Latest posts made by l3m0nad3
-
RE: "Ghost" image and text labels when hiding them in UIFlow
-
RE: Peer-to-peer communication with Husarnet on M5StickC
@world101 Thanks! I'll have a look. MQTT seems to be working well for now, super easy to setup as well.
-
"Ghost" image and text labels when hiding them in UIFlow
Hello!
I have been having trouble with correctly hiding image and text labels in UIFlow with the "hide" commands (see attached picture). They always end up ghosting on the screen in grey, on both of the M5Stick-C I tested with.
Any ideas on how this can be fixed? Using flow.m5stack.com v1.4.4. Devices are also with v1.4.4 firmware latest version.
Thank you!
-
RE: Peer-to-peer communication with Husarnet on M5StickC
@lukasmaximus Appreciate the insight but yes, as @robalstona mentioned, the devices are quite far apart (not within range for esp-now to work properly).
-
RE: Peer-to-peer communication with Husarnet on M5StickC
@robalstona Thanks for the links. Looks perfect for my purpose. I will take a look!
-
RE: Peer-to-peer communication with Husarnet on M5StickC
@robalstona thanks for the reply, do you happen to have any example you could point me towards, where mqtt was used for two devices to send something to each other? Very simple transmission such as a "key word" which would make the recipient device do X if it was code Y sent.
-
Peer-to-peer communication with Husarnet on M5StickC
Hello,
I came across this tutorial for using Husarnet to setup peer-to-peer communication between two ESP32 devices (press button on device1 turns on LED on device2, etc.).
However I cannot seem to do
#include <M5StickC.h>
to gain access to M5StickC libraries, since it seems like the fork of ESP32 board they used to add Husarnet libraries to is likely out of date.I am wondering if anyone had success with using Husarnet for P2P communication between two M5StickC's over the internet (each on different network)? Or if anyone had suggestions for other P2P implementations over the Internet?
My goal is to have button press on M5StickC-#1 to do something on screen of M5StickC-#2; and vice-versa.
Thank you!
l3m0n