#Hardware

Installing Software for the IoT Club

Instructions on what to install and how to install necessary software for IoT Club. Also covers any troubleshooting that's needed in case problems arise.

Posted on Sat, Mar 4, 2023 Hardware Software IoT

Controlling LEDs By Changing Analog Input Values

Wouldn’t it be amazing if you could move something, change something, create something just by giving inputs using python programming? This concept can be seen in our daily lives. For example, a keyboard can change values on a screen, a mouse can move something on a screen. From changing a value of an LED to controlling a space shuttle, the possibilities of this simple concept can expand. Examples of this concept include controlling the TV by inputting values via a remote, controlling a rover on Mars by changing several input values from Earth. These may be extreme examples but essentially, the fundamentals of the concept remain the same. Based on this, I created a prototype and I documented it below.

Posted on Mon, Jul 18, 2022 Raspberry Pi Hardware Python Software