You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 29, 2020. It is now read-only.
Copy file name to clipboardexpand all lines: _config.yml
+31
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,37 @@ event:
74
74
It'll bring together students for a fun weekend of invention, hacking, and learning.{::nomarkdown}<br />{:/}
75
75
Brought to you by [The University of Edinburgh Embedded and Robotics Society](http://ears-edi.com/).
76
76
77
+
workshops:
78
+
- name: "Introduction to Electronics"
79
+
time: "12.00 - 13.00"
80
+
level: "No prior experience required."
81
+
description: "Do you want to learn the basics of building circuits? We will take you over the fundamentals of electronics concepts, explain how components such as resistors or transistors work and finally get you to build some circuits of your own!"
82
+
- name: "MiRo"
83
+
time: "12.00 - 13.00"
84
+
level: "Knowledge of programming and command line"
85
+
description: "Are you interested in working on a MiRo project during the hackathon? Come to this workshop which will give an introduction to MiRo, all of his sensors/actuators and explain the basics of how it works. You will learn how to use the simulator to introduce the basics of programming MiRos with ROS, and finally show how to port the programmed behaviours over to the real robot"
86
+
- name: "Introduction to micro:bit"
87
+
time: "14.00 - 15.00"
88
+
level: "Entry level, no prior experience required. If you have never programmed before it would be very beneficial for you to come."
89
+
description: "A workshop aimed at people with no previous programming experience. We will take you from complete basics to explain the fundamental concepts of programming and then show you how to apply them to hardware by making a simple game on a Microbit"
90
+
- name: "GitHub workshop"
91
+
time: "15.00 - 16.00"
92
+
level: "Entry level, no prior experience required."
93
+
description: "During this workshop delivered to you by GitHub you will learn the basics of version control. We will take you from the basics of Git all the way through to showcasing your projects on GitHub."
94
+
- name: "Line Follower"
95
+
time: "15.30 - 17.00"
96
+
level: "Basic knowledge of electronics, Arduino and programming programming"
97
+
description: "Build your own line follower robot using an Arduino. We will take you through the basics of motor control and sensor readings so that you can build your own line following robot and watch it go!"
98
+
99
+
- name: "Introduction to FPGA"
100
+
time: "17.00 - 18.00"
101
+
level: "Knowledge of Python strongly recommended"
102
+
description: "A beginner's intro to the world of FPGA programming! Come along to learn how to set up a PYNQ FPGA board and test out several simple projects in Jupyter Notebook"
103
+
- name: "Introduction to IoT"
104
+
time: "19.00 - 20.00"
105
+
level: "Basic knowledge of Python recommended."
106
+
description: "During this workshop we will dive into the world of IoT technologies. We will explain how the IoT systems work and take you through creating you own simple IoT application"
107
+
77
108
# Info Sections
78
109
sponsors:
79
110
# tier1 is top, anycont is bottom (refer to sponsorship packages)
0 commit comments