m5p2p for UIFlow (Solved)
-
Hi there,
I've been looking for a solution to get m5p2p on UIFlow but it looks like it is not available nor mentioned anywhere on the net.
Is there any chance it to be available soon on UIFlow? MQTT aside the p2p transmission between stack modules is the most useful when working on closed network for point to point com requiring fast and reliable without fancy server or setups. I know it can be programmed using the IDE->usb but the OTA code update with UIFlow it's very useful especially if the installation are incapsulated and not at close distance/reachable.Can someone update on this?
many thanks
Regards
-
Do you mean UIFLOW need an API that can be used with uiflow OTA
-
@iPodLux Here is a video tutorial on UIFlow MQTT https://www.youtube.com/watch?v=5RozKI-3i4Q&t=101s
-
Without going too technical, basically the same m5p2p (see picture) in the IDE to be available in the UiFlow OTA. No MQTT or servers in between ;-)
![alt text](image url)
-
Try ESP-NOW in arduino
-
in this style ?
this is my Stick-C with PIR
and at the end Core with:
-
@mati Yes indeed, exactly like that!
I checked the new UiFlow 1.3.2 and now P2P is available via web OTA, thank you all. My post or query can be tagged as solved
Cheers
-
I can't find the "P2P Read" and "P2P Send" Blocks in UiFlow for Core2.
They don't exist?
What is the most stable and fastest way to make two units talk to each other?
(in my case M5GO inside a MyCobot Pro & Core2)
thx for any ideas -
Hello @Hermes
no, the P2P functionality doesn't seem to have been implemented for M5Core2.
Have you looked at Advanced - EspNow?
Thanks
Felix -
thanks for your reply.
Yeah, I just implemented a communication via the espnow broadcast block.
Works ok, as long as the messages don't overlap.
somehow I cannot get IDed messages to work.
Have you ever succeeded with that?