Pinned Repositories
AndroidRaspberryPiInterface
Host creates a server socket on a computer that accepts a connection from an Android device, receives accelerometer data from the Android device, and then saves it to a text file. The accelerometer robot controls use the contents of the accelerometer text file to control a Raspberry Pi controlled robot. This connection allows a user to control the Raspberry Pi robot to be controlled with the orientation of their phone.
ClientSocket
The following android application creates a client socket on an android phone that connects to a server and sends the phone's accelerometer data to the server. The ip address of the server is hardcoded by the user and the port number is given as a user input.
EC327FINALPROJECT
Two simple android applications, a flashcards app which assists users in memorizing basic mathematical formulas, and a trivia app, which quizzes users on different facts about the Manchester United and New England Patriots sports organizations.
git-demo
Git demo repo just for training
HDR-IL
Machine-Learning-Library
A machine learning library that currently supports classification and regression applications. It will be expanded within the next two months to support deep learning and reinforcement learning applications.
MachineLearning
temp_repo
verilogguitarhero
This project, created using Verilog, imitates the style of play utilized by games such as Guitar Hero and Dance Dance Revolution, using collision detection and incrementing an 8-bit binary LED counter.
WeatherForecastApplication
Weather Forecast Application that fetches the current temperature, conditions, hight temperature, low temperature, and date for a given city and state.
achowdhury123's Repositories
achowdhury123/AndroidRaspberryPiInterface
Host creates a server socket on a computer that accepts a connection from an Android device, receives accelerometer data from the Android device, and then saves it to a text file. The accelerometer robot controls use the contents of the accelerometer text file to control a Raspberry Pi controlled robot. This connection allows a user to control the Raspberry Pi robot to be controlled with the orientation of their phone.
achowdhury123/HDR-IL
achowdhury123/ClientSocket
The following android application creates a client socket on an android phone that connects to a server and sends the phone's accelerometer data to the server. The ip address of the server is hardcoded by the user and the port number is given as a user input.
achowdhury123/EC327FINALPROJECT
Two simple android applications, a flashcards app which assists users in memorizing basic mathematical formulas, and a trivia app, which quizzes users on different facts about the Manchester United and New England Patriots sports organizations.
achowdhury123/git-demo
Git demo repo just for training
achowdhury123/Machine-Learning-Library
A machine learning library that currently supports classification and regression applications. It will be expanded within the next two months to support deep learning and reinforcement learning applications.
achowdhury123/MachineLearning
achowdhury123/temp_repo
achowdhury123/verilogguitarhero
This project, created using Verilog, imitates the style of play utilized by games such as Guitar Hero and Dance Dance Revolution, using collision detection and incrementing an 8-bit binary LED counter.
achowdhury123/WeatherForecastApplication
Weather Forecast Application that fetches the current temperature, conditions, hight temperature, low temperature, and date for a given city and state.
achowdhury123/WebApplications