Skip to content

1. Principles and practices

This week I worked on defining my final project idea and started to getting used to the documentation process.

Research

“REFORESTATION DRONE”

“The proposal to create an intelligent drone is to reforest the green areas of the jungle, in order to maintain national and international environmental balance, the machine itself will gradually distribute seeds according to the sector, having 3 levels, low, medium, high. In this way the growth of trees and plants will be gradual and level, being able to follow the growth with the same project adding a camera.”

“The tool will be used either for a reforestation sector or an agricultural sector, since the fruits produced by the region are also from fruit trees, in any aspect it is proposed to generate tools that allow us to better manage the inputs that nature gives us.”

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
}

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

Last update: March 19, 2022