-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How does one use the MCU Analog node? #98
Comments
Yes, that is the question that I failed to put clearly. I did not realise that it is included in the Sensor node. The fact that it doesn't appear in the list of supported types in https://github.com/phoddie/node-red-mcu/blob/main/nodes/sensor/readme.md misled me. I will look at submitting a PR for the documentation, after checking that all the the others are covered. Analogue In appears to be working well on the D1 Mini. Thanks again. |
Perfect. Regarding the documentation, it is a little tricky to explain well. The sensor node directory has grown beyond its original scope to include all sorts of related things. The |
Should I wait till the reorg is done then? |
That's a good idea. It should just be a day or so. |
The re-org branch has been merged. |
I think we can close this out? |
I keep meaning to look again at the readme to see if I can improve it at all, but haven't got round to it with pressure of other stuff. |
No problem. We can leave this open as a reminder. Good to have the note that this is down to documentation. |
In fact, since the mcu package will hopefully be released via npm some time reasonably soon perhaps there is not much point adjusting the docs now, as they will have to be adjusted then anyway. |
Fair point. FWIW – I think I'm on course to be able to try publishing those nodes to npm this weekend. The work on MCU Restart and OTA Update nodes have helped me understand how all the pieces fit together. |
First pass at getting the MCU IO nodes into npmjs is up. It is working well for me, at least. ;) There's work to do on docs before adding to the Node-RED Library. FWIW – one nice side effect of these changes is that is a step to generate firmware that only contains the nodes used by the project. That's been a goal of mine for some time. Smaller firmware images will download more quickly and leave more free space for flows and their nodes. That's going to be really nice on devices with the most limited space, like ESP8266. There's some more work to get there, but it shouldn't be too far off. |
In the readme it describes the MCU Analog input node, but it is not clear to me how to configure that.
The text was updated successfully, but these errors were encountered: