Iβm a Computer Engineering student with a strong passion for Robotics, AI, and embedded systems. I love blending hardware and software to develop innovative solutions that can solve real-world problems. My experience includes working on autonomous projects like a wheel-based robot soccer and a waste sorting robot, where I was responsible for motion control, microcontroller programming, and integrating computer vision for intelligent decision-making. Additionally, I worked on a 3kg mini soccer robot that is controlled via RC (remote control), where I focused on the motion control and sensor integration. I specialize in embedded systems and Machine Learning, particularly in computer vision, and enjoy collaborating with others to create practical, intelligent systems that improve everyday life.
You can reach me via email here!
I work with various tools and technologies in both software and hardware development.
class Moses:
def __init__(self):
self.name = "Moses"
self.location = "Salatiga, ID"
self.major = "Computer Engineering, Satya Wacana Christian University"
self.languages = [
"C/C++", "Python", "Arduino", "Java", "MatLab", "Linux", "Tensorflow", "Pandas", "OpenCV", "Numpy"
]
def __str__(self):
return self.name
if __name__ == '__main__':
me = Moses()
print(me)
