-
Demo Day!
5 days ago • 0 commentsIt was incredibly fun demo-ing our project to almost all the CS 12 students! It was really fun playing around with their projects too!
Here are photos that our drone took of everyone who tested it out <3
https://drive.google.com/drive/u/0/folders/16JS4Pyp6KR0ogtmMnCx9r0m8gKIiNFpW
-
Serial Communication: Controller x Laptop
5 days ago • 0 commentsSerial communication between DIY joystick controller and laptop was a success! It can interpret movements on the joysticks and translate that!
Unfortunately though, the Arduino Nano sends way too many commands to the drone -- causing it to slow down the drone by wayyyyy too much (to the point the camera freezes)! What's the point of a camera that freezes and cannot even process frames...
So for CS 12 demo day, we used keyboard controls to control the drone & demonstrated controller serial communication with the laptop :)
-
Hand Detection Implementation
03/07/2025 at 08:07 • 0 commentsCompleted hand detection! Automatically saves photo every time the model detects a peace sign. Might extend the sleep time because it takes so many photos. Now, we just have to implement this into the main code
-
Smile Detection Coded!
02/21/2025 at 05:02 • 0 commentsWas a little terrified when the detector started to detect a million smiles in my room, but fixed it by detecting a smile per face! Automatically takes a photo when detecting a smile :)
-
Single Face Detection
02/18/2025 at 09:19 • 0 commentsSimultaneous single-face detection and drone movement has been implemented! We think it'd be cool to add multi-face detection and pose (per face) detection -- so we'll work on that after we've coded our controller :)
-
Controlled Drone + Vision from Computer
02/03/2025 at 05:35 • 0 commentsCompleted the code to control the drone from our computer using the arrow keys and WASDQE keys to control movement of the drone. Also able to sucessfully stream video feed while drone is being controlled. The video feed is a little glitchy sometimes but it works!
-
Drone camera and moving!
01/31/2025 at 06:31 • 0 commentsOur camera feed is blue for some reason.... we also have to debug code for where the drone moves
-
Created a Github repo for the drone + drone recieved!
01/31/2025 at 04:02 • 0 commentsCreated a repo for the coding of the drone and we also received our drone! Currently coding the software to receive signals from the drone.