1. Principles and practices¶
The task assigned for this week consists of planning and having a possible final project and some characteristics and requirements to develop this idea that will be of benefit to the community.
Research¶
I’m trying to do it, since I just joined the FabLab, but this week I have it ready.
My proyect¶
POSSIBLE FINAL PROJECT¶
COMMUNITY CHEESE ELABORATION PROCESS
It is a project where I seek to provide an alternative in a purely livestock community in the region, since time and resources are wasted in the development of this elementary product for mass consumption.
THE IDEA¶
The proposed solution is to automate the cheese making processes in an automated way and solve the real problem. It consists of elaborating the process from pasteurization using a SW that initially identifies the number of liters of milk and pasteurizes it, to then go on to a cooling process through conveyor plates that will be in charge of cooling the milk, and the suction will be carried out by 2-inch tubes by means of a suction pump where the already solid rennet will be conducted, later it will pass to an automatic press to be able to compact the product and this will be transported through a belt where the automatic process will be developed and the respective molds will come out of 1 kilo and will be transported by a band where the laser will print the manufacturing date and expiration date.
Code Example¶
Use the three backticks to separate code.
// the setup function runs once when you press reset or power the board
void setup() {
// initialize digital pin LED_BUILTIN as an output.
pinMode(LED_BUILTIN, OUTPUT);
}
// the loop function runs over and over again forever
void loop() {
digitalWrite(LED_BUILTIN, HIGH); // turn the LED on (HIGH is the voltage level)
delay(1000); // wait for a second
digitalWrite(LED_BUILTIN, LOW); // turn the LED off by making the voltage LOW
delay(1000); // wait for a second
}
Gallery¶
Video¶
From Vimeo¶
Sound Waves from George Gally (Radarboy) on Vimeo.
From Youtube¶
3D Models¶
Use HTML¶
You may also embed HTML in your markdown files
Try having a seperator line
ID | First Name | Last Name |
---|---|---|
235312 | John | Doe |
453123 | Mark | Jones |
998332 | Jonathan | Smith |
345612 | Andrew | McArthur |
453123 | Adam | Fuller |