Readme split up #110
                  
                    
                      bartbutenaers
                    
                  
                
                  started this conversation in
                General
              
            Replies: 1 comment 3 replies
-
| Hopefully you like the idea. Now I am off to the daily job... | 
Beta Was this translation helpful? Give feedback.
                  
                    3 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everybody,
Currently the readme page contains ton of useful information, but I have to admit that it is kind of overwhelming when you want to start with this. And I am a bit worried that new users will turn there back, because they cannot cope with the large amount of text offered. Which would be the opposite of what this project deserves...
Instead of putting it all on a single page, I think it would be useful to give every node it's own MD file (in its own directory).
So my idea was to split it up. Something like this:
Install
There are two ways to install this node:
Install it by executing following command from within your .node-red folder:
...
Install it like this when you want to execute the
mcconfigcommands manually.Install the node-red-mcu-plugin sidebar for the Node-RED editor, which will automatically install this library as a depedency. Install it like this when you want to program your MCU via the sidebar, and let the sidebar generate all
mcconfigcommands under the cover.How this node works
Some short intro about Moddable, and so on ...
Supported nodes
Normally most Node-RED nodes can be converted automatically to run on your MCU. However take into account that some of them might be too resource intensitive to run on an MCU and blabla...
Some dedicated nodes:
Core nodes
Some of the Node-RED core nodes will get automatically customized Javascript backend code, that allows to run them on an MCU:
Some extra nodes are available which only run on an MCU, not on a NodeJs backend:
Beta Was this translation helpful? Give feedback.
All reactions