Senior Design Project: The GoFit Outdoor Adventure Box
The GoFit Outdoor Adventure Box is a device that is designed for documenting active lifestyles and extracurricular activities of “adventure seekers.” Our targeted audiences are outdoor enthusiasts that are involved in activities include; biking, motorcycling, skiing, surfing, kayaking, hiking, and driving. The device will be designed to be durable and rugged to operate in harsh conditions. The ultimate iteration of the device will allow for individuals to share their experiences online.
Logic Design Project: Encrypted Wireless Communication with RAM Storage of Encryption Key
The project will be able to encrypt a 4 bit number using a XOR cipher and a 4 bit key. This encrypted data will be wirelessly transmitted to a receiver that will decrypt the data with the 4 bit key and display the 4 bit number. Additionally, the keys will be stored on RAM made from D Flip Flops. The D Flip Flop RAM will be able to store two 4 bit “words” which will be the two possible keys. Therefore, one of two keys can be selected to encrypt and decrypt the message.