phoddie / node-red-mcu

Node-RED for microcontrollers
120 stars 18 forks source link

Question on Dashboard #79

Closed sleveel closed 1 year ago

sleveel commented 1 year ago

Hi,

As I understand it, no dashboard nodes are supported. What would you recommend to create something similar to a Node-Red dashboard on a Moddable Two?

Many thanks,

ralphwetzel commented 1 year ago

Hi!

As I understand it, no dashboard nodes are supported.

That's an obsolete status from when we started this journey. node-red-mcu meanwhile supports all core ui_nodes. There are example flows in the repo to test this feature...

phoddie commented 1 year ago

...no dashboard nodes are supported...

UI nodes are supported, as @ralphwetzel notes. I demonstrated them at Node-RED Con 2022. Check out the video.

sleveel commented 1 year ago

Of course... I had seen the video. Sorry... it slipped my mind.

On my way to test it. Thanks!

On Mon, 30 Jan 2023, 19:01 Peter Hoddie, @.***> wrote:

...no dashboard nodes are supported...

UI nodes are supported, as @ralphwetzel https://github.com/ralphwetzel notes. I demonstrated them at Node-RED Con 2022. Check out the video https://www.youtube.com/watch?v=2T5mraNohGc.

— Reply to this email directly, view it on GitHub https://github.com/phoddie/node-red-mcu/issues/79#issuecomment-1409074740, or unsubscribe https://github.com/notifications/unsubscribe-auth/AT4LGL65AQ7CAECCFL6FXITWU76YDANCNFSM6AAAAAAUKZVUOU . You are receiving this because you authored the thread.Message ID: @.***>

sleveel commented 1 year ago

One last question, if the flow and its associated dashboard is deployed on a Moddable Two, is there a way to display the same on a mobile phone if it is on the same network?

Should I deploy the flow on the phone with a Java emulator or is there a way to mirror the screen and associated touch inputs?

phoddie commented 1 year ago

The microcontroller on Moddable Two is working hard running Node-RED, especially with the dashboard. It can't help with the mobile UI. It can share its data using the MQTT or the HTTP nodes. For the phone UI, you'd need to deploy a second version of the project to the phone, but that's not something I know how to do.

phoddie commented 1 year ago

This looks to be resolved, so I'm closing it out.