EspruinoHub & Headless #1938
Unanswered
espruino-discuss
asked this question in
Puck.js, Pixl.js, Jolt.js and MDBT42
Replies: 1 comment
-
Posted at 2017-01-13 by @gfwilliams
Because it's an old node, it might be available as Or just try using the non-minimal image. 4GB SD cards are pretty cheap nowadays :) MQTT's there because it also relays advertising data down MQTT. At the moment you can't disable this so you will need the MQTT server installed. However you can leave node-red off. That's just for linking things together graphically - everything will work without it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Posted at 2017-01-13 by hansamann
Hi all,
I am looking into EspruinoHub to get some basic HTTP capabilities with Puck explored. I used the minimal raspbian image and then initially had some issues with the node installation - but I managed using the nodesource installation guide. doing a sudo apt-get install node basically did not work for me, it installed but node was not available in the end.
I am trying to understand why node-red and mqtt are part of the installation guide. All I need is HTTP features, .e.g. I want to use http from the puck.js js code. Is there a recommendation when it comes to setting up a headless version of the EspruinoHub?
Thx
Sven
Beta Was this translation helpful? Give feedback.
All reactions