Connected Devices Final: Environmental Monitor

Intro The final assignment is to create an environmental monitor that is connected to internet and send data to a serve/database. Code on Github Talk to the server and send data Before the actual coding and p-comp, I first obtained the sessionKey from Tom and then tried to say "Hello World" to Tom database, with… Continue reading Connected Devices Final: Environmental Monitor

Advertisement

Connected Devices WK5: Setting Up a Raspberry Pi Zero W

Intro This week's assignment is basically set up a Raspberry Pi Zero W for the upcoming final assignment. Buy my own Raspberry Pi Zero W I decided to buy my own Raspberry Pi Zero W since I think I will probably have more chances to use this little computer for further projects from Adafruit. It… Continue reading Connected Devices WK5: Setting Up a Raspberry Pi Zero W

Connected Devices WK2: Philips Hue Smart Light Controller

GitHub link: https://github.com/jasontsemf/Hue Introduction This project is an assignment for the ITP Connected Device class, where the assignment is to develop a tangible device that incorporates a Arduino Nano IoT 33 to control Philips Hue light bulbs. Finished controller in a matte black enclosure The Goal I will program the Arduino Nano IoT 33 to… Continue reading Connected Devices WK2: Philips Hue Smart Light Controller

Connected Devices WK1: Game Client

GitHub link: https://github.com/jasontsemf/BallDrop Working prototyping of the Game Client https://youtu.be/LLuJpxqxR7o The Goal The goal of the assignment is to program an Arduino Nano IoT 33 to be a client that connects to a game server coded in Processing which is hosted on a laptop. Baby steps Code the Arduino to Connect to the WiFiCode the… Continue reading Connected Devices WK1: Game Client