This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
What is the expected up-time of BBB? If a board crashes, will it reboot and launch processes on its own, or would it require some physical maintenance (pressing a restart button?).
I want to create a smart industrial light system using BBBs. Each BBB will be enclosed in an industrial LED overhead lamp. The BBBs will gather input from some sensors (temp, light), control the LED lights, and send information to a central server over Ethernet using power line communication. The BBBs will also receive commands from the central server (change light intensity, etc.).
If I assign IP addresses to each BBB and then connect them as follows:
BBB_1 -> PLC -> powerline <- PLC <- BBB_2
BBB_3 -> PLC -> powerline <- PLC <- ... BBB_N
for N BBB's, would I be able to ping one from another?
I understand that PLC transmission distance will be a problem. The distance between each BBB may be up to 150 feet. This projet, conceptually, could sale to hundreds of nodes. What could be some approaches to solve this? Any help / advice / links to reference material is greatly appreciated.
Thank you.