-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproj.json
More file actions
22 lines (22 loc) · 1.52 KB
/
proj.json
File metadata and controls
22 lines (22 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
{
"title": "IoT Remote Lab",
"description": "Created a smart weather monitor for automated gardening sprinklers using web of things standard from W3C. Incorporated APIs to fetch hourly weather forecast, store it in a 48 hour database and based on self-built weather model predict the rain to attain optimal plant growth. ",
"languages": "JavaScript nodejs JSON MySQL"
},
{
"title": "Enterpreneurship",
"description": "Lead role head of technology in a diverse team. Engineered Anti-poaching startup to combat illegal Rhino poaching in South Africa. Designed innovative solutions using drones, ML, and CV to assist rangers. Collaborated with drone manufactorers and and space agency to devise a surveillance plan for tracking poaching incidents.",
"languages": "Python OpenCV C++"
},
{
"title": "Embedded Systems Lab",
"description": "Designed a light-Seeker Robot. Built a sensor using photo-resistors to determine direction of incoming light. Constructed a H-bridge that turns a Servo DC motor towards the light source. Researched a method to ramp the motor’s acceleration to create a critically damped system. ",
"languages": "C++ Embedded C"
},
{
"title": "Advanced Digital Design",
"description": "Created a VHDL based Universal Asynchronous Receiver/Transmitter (UART) using XILINX Synthesis tool on Spartan-3 Starter Kit Board. Built a driver for 7 Segmend LED to display hexadecimal codes.",
"languages": "VHDL C"
}
]