Just achieved my Amateur (HAM) Radio Technician Class License! (Call sign: K4AGN)

A couple of weeks ago I decided to study and test for my amateur radio technician license. For those of you unfamiliar with art, HAM radio operators are licensed to access to HF/VHF/UHF frequency bands not open to the general public to have general conversations with other HAMs around the world, spread knowledge of the radio art, or help out in emergency situations. I went down this path to learn more about the electromagnetic spectrum and radio operations, and it’s been enlightening. A technician license is the first of 3 license levels, followed by the General class, then Extra class. I plan to continue this journey through Extra class

Hit me up on the radio waves!

Cheers,
Ron

Computer Vision Security System

Abstract

The use of security systems is becoming more prevalent in this modern age. With the advent of machine learning algorithms, there is a unique opportunity to integrate machine learning algorithms into modern camera-based security systems. We present an inexpensive, light-weight computer vision security system with an integrated deep neural network. The security system uses active image classification to detect intruders and provide a notification and a video to the owner over email. In addition, the system maintains an integrated graphical user interface controller as well an android application controller.

The project code is available on GitHub here under an MIT License

E-Puck Robot Control And A Star Navigation

This is a part of a lab I designed for undergraduate students at Vanderbilt University

Abstract

A common problem in autonomous route planning and controls to implement efficient motor control, sensor feedback, and route planning algorithms to allow a robot to successfully navigate and traverse a line grid maze from a start point to a different destination point in an efficient manner. We present an E-Puck controller that utilized ground sensor feedback to perform a variety of functions; detect nodes (cross-sections), detect lines just past nodes, provideBraitenberg line tracking functionality, and allow for left and right turns on a line grid. In addition, we present an AStar algorithm that is utilized to efficiently solve for a route from a start node to an end node in a line grid maze. Finally, we present tuned parameters for node detection, line just passed node detection, line following, turning logic, and ground sensor threshold parameters resulting in a stable system.

The Webots project is available on GitHub here under an MIT License