Skip to content
Snippets Groups Projects
Commit 8732cfdc authored by hanndoddi's avatar hanndoddi :black_cat:
Browse files

updated index page

parent 51ab83da
No related branches found
No related tags found
No related merge requests found
Pipeline #482852 passed
## History of the FMCU
In the bootcamp there was discussion on how to make the labs more visually connected. Þórarinn and Fran will take lead to make the MCU alive again. If any one want to join or add something to the operation we welcome that.
The Frankenstein MCU is an operation to make a symbolic object in the labs to represent the will to connect and share knowledge throughout the network.
It's based on the OLD MCU that has ceased to exist but has in a way moved to zoom.
\ No newline at end of file
docs/images/fmcu_cover.png

2.22 MiB

# FMCU
*FabLab Multipoint Connection Unit*
# FabLab Multipoint Connection Unit
![coverMCU](http://academany.fabcloud.io/fabacademy/2023/instructors-bootcamp/img/FrankensteinMCU/325196697_509574854596810_6691022344806446027_n.jpg)
> Many buttons to conect them all!
## [🌐 Live Interactive Map 🌐](https://fmcu.fablabs.io/)
🕹️ **november 2023** New features 🕹️
[![coverMCU](images/fmcu_cover.png)](https://fmcu.fablabs.io/)
## Want to make a button for you lab? [Click here](https://pub.fabcloud.io/project/bootcamp-2023/fmcu/make%20a%20FMCU%20Button/Basic_button/) to see how to do it!
🕹️ **sptember 2024** New features 🕹️
- Dynamic camera: When a new lab joins, the camera will point to the newcomer for 10 seconds and then it will go back to where it was before
- Sound Feedback: : If you activate sound in the top left corner, you will hear FAB LAB in morse code when a new lab joins
To see labs online visit [FMCU Online Platform BETA V0.2](https://fmcu.fablabs.io). For local development and tests, download the **source code** from here
🔧 **sptember 2024** Curently worrking on 🔧
- Ovehaul of documentation: Improved page layout and updating links to the latest code. adding more photos to the gallery.
- Bulding up activity after the servece change
<!--To see labs online visit [FMCU Online Platform BETA V0.2](https://fmcu.fablabs.io). For local development and tests, download the **source code** from here
~~`git clone https://fmcu.fablabs.io/fmcu.git`~~ HTTPS CLONE NOT YET OPERATIONAL
and follow the instructions on the README file.
-->
## The concept
A bare minimum panel or box with a push button that labels the lab to an online status for 4-8 hours. That data can then be visualized on a web platform like fablabs.io or a physical map.
The box can be modified to a beefed-up version with a counter, status lights, camera, etc.
Creativity with the design and technical implementation of the box should be encouraged so each box can have a unique character to it.
## How to make a button for FMCU
Ath the moment we are in a early adaptor phase of the project.
To setup the lab you will need a MCU that can connect to the internet we have had success with the ESP32 from seeed studio.
The .ino cad can be found here [CODE](https://gitlab.fabcloud.org/academany/fabacademy/2023/instructors-bootcamp/-/blob/main/docs/Projects/MQTT_adrian_esp32c3.ino)
Thing that need to be added or modified in the code ar as follows:
- you local WiFi info (we have not tried ethernet cable at this point)
- your lab idea witch you will find here press the total lab nr. [Lab_ID](https://fmcu.fablabs.io/labs.html)
- On ESP32 pin is set to GPIO 10 if wanted this can be modified
below you will find a workflow chart to set up the FMCU
### workflow chart to set up the FMCU
![FMCU_flow](http://academany.fabcloud.io/fabacademy/2023/instructors-bootcamp/img/FrankensteinMCU/flowFMCU.png)
......@@ -44,33 +46,33 @@ Good luck setting up your FMCU and let us know and share photos when your online
At some point we would like to intergrade video option to the web platform and Jitsy seams like a option for that.
## Technical
### Hardware
The box should be simple to install and setup. At the moment we are using seeed XIAO esp32-C3 and a pushbutton. We connect to the local wifi and when the code is ready. Each lab would only need to put in wifi information and your fablabs.io Lab ID to identify the location.
### Embedded Software
The software inside the ESP32 publishes a MQTT message with your lab ID to the topic `fmcu/id` in a mosquitto server located in ~~the [suitcase](https://github.com/TheBeachLab/selfhosted) of the Beach Lab~~ AWS.
The box should be simple to install and setup. At the moment we are using seeed XIAO esp32-C3 and a pushbutton. We connect to the local wifi and when the code is ready. Each lab would only need to put in wifi information and your fablabs.io Lab ID to identify the location.
### Server
The server is responsible of receiving the MQTT messages and prepare a list of labs online that the browser will open when someone visits the page.
TODO:
<!--TODO:
- [ ] Node-Red: Some server side code to do some timestamp and processing to prepare a list of current online labs
- [ ] Node-Red: Some server side code to store the Lab ID in a JSON file
- [ ] Node-Red: Publish a MQTT message to update the open browsers
- [ ] Node-Red: Publish a MQTT message to update the open browsers -->
Visual System overview below
![systemoverview](http://academany.fabcloud.io/fabacademy/2023/instructors-bootcamp/img/FrankensteinMCU/FMCUsystemMap.png)
## Implementation
The biggest challenge is to get the boxes in operation and how we would implement it. At this point the implementation is still under development and we welcome every contribution and idea which might make this project a proper global Fablab success.
### Statuses explained
- **Online :** someone has press the button within 4 hours and therefor someone is likely to be in the lab.
- **Active :** button has not been pressed within 4 hours and therefor it's likely that there is no one working in the lab.
- **Inactive :** the button has not been pressed for 3 months there for it's likely the lab is not in operation it's on holiday.
......@@ -91,17 +93,11 @@ Modules and features can be added. Below is a mind-map and more mockup photos to
![mindmapMCU](http://academany.fabcloud.io/fabacademy/2023/instructors-bootcamp/img/FrankensteinMCU/mindmapMCU.png)
## History of the Multible Conection Unit
In the bootcamp there was discussion on how to make the labs more visually connected. Þórarinn and Fran will take lead to make the MCU alive again. If any one want to join or add something to the operation we welcome that.
The Frankenstein MCU is an operation to make a symbolic object in the labs to represent the will to connect and share knowledge throughout the network.
It's based on the OLD MCU that has ceased to exist but has in a way moved to zoom.
<!--![oldfmcu](../img/FrankensteinMCU/greatMCU%20(Medium).png)-->
<img src="http://academany.fabcloud.io/fabacademy/2023/instructors-bootcamp/img/FrankensteinMCU/greatMCU%20(Medium).png"
width="50%"
height="50%" />
![mockup](http://academany.fabcloud.io/fabacademy/2023/instructors-bootcamp/img/FrankensteinMCU/325196697_509574854596810_6691022344806446027_n.jpg)
*first mockup of the FMCU*
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment