-
Notifications
You must be signed in to change notification settings - Fork 0
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
Auto-detection of Raspberry Pi is a PiStack node or not? #1
Comments
Currently I use an extra Raspberry Pi as a top-of-the-rack node that controls the PiStack boards through USB-RS232 interface. I think this Pi can do auto-probe by:
By doing this, we'll have somekind of plug-n-play capability. |
in stackdaemon.py there is a |
In the latest version of the The search command is defined as There is now also the commands to tell the pi stack to always power on a specific pi at boot time so the control pi can also be powered from a pi stack board. Hope they do what you are after :) |
For the set_pi_on_startup you'll need to be on pistack firmware v4 |
Thanks, I'll have a look on |
Is this the firmware that you send to me few days ago? |
That makes sense, feel free to refactor the code if it makes it easier. This was thrown together quickly to test the hardware. Yes firmware v4 is the one I sent you. |
Is there any simple way to probe whether a Raspberry Pi is a PiStack node or not? Perhaps by sending a signal through GPIO and evaluate the response.
The text was updated successfully, but these errors were encountered: