Other than spending time with friends and family, I am very passionate about working on something
new,
even if it has been done by someone else in the world previously. It helps me grow.
Car Controller
I decided to make an Android app to control my RC car after I messed up with the electronics so
that it
receive WiFi Signals, and not Radio Signals. After that, I had to create a protocol for both
ends to adhere
to.
Receiver
This little repository of code is the compliment of the Car Controller. It has the code and
instructions to
set up the raspberry pi (or a microcontroller like an Arduino) to run so that it can act as a
receiver for
signals over WiFi and send out electrical signals through to GPIO pins to control the motors,
servos and
lights.
Mouse Maze
When I was first starting out with neural networks and reinforcement learning, the OpenAI Gym
environments
were very handy for testing. For theoretical stuff, I was constantly looking back at a Mouse in
a Maze.
Unfortunately, there was no such environment for me to actually practice with code. Hence I
started this
project, very detailed like its sibling pip gym environment packets.