Skip to content
This repository was archived by the owner on Oct 12, 2020. It is now read-only.

Conversation

@rdausilio
Copy link

Blog post for LED Light strip project.

date: 2018-04-09
categories:
- projects
description: LED Iot Light strip controlled with Arduino.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You probably want to capitalize IOT.

categories:
- projects
description: LED Iot Light strip controlled with Arduino.
image:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add images to this post, especially in the YAML?

author-email: rowan@csh.rit.edu
author-social:
github: https://github.com/rdausilio
linkedin:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can delete the linkedin attribute if you aren't using it.

I realized around late February that I really wasn't a fan of my major. I decided to switch to Computer Engineering Technology from Computing Security so that I could work more with hardware and less with software and networks. This project was something entirely new for me in terms of working with Arduino and doing webdev, and I have decided I'm really not a fan of webdev. For the entire year I had no idea what I wanted to do for my project. I could do anything, but I just couldn't come up with a idea I thought was good enough. While having a conversation with a friend of mine however, the LED Light project idea was formed. I had never worked with Arduino or webdev before so I knew this project was going to be interesting.

# Struggles
My original idea for the project was to have the light strip be controlled by the web app and also a remote. I was told that the remote would be a while different challenge to tackle so I put that to the side in my head and decided to come back to it in the future. I soon found out that other challenges would arise almost every step of the way once I went to order parts. The light strip arrived from amazon on time along with an external power supply. The power supply was the wrong size however, so over break was working with a sketchy power supply module and a 9V 1A power supply. Suffice to say, this didn't work. I fixed it by just plugging the board into my computer and the lights into the arduino. I was scared the the board or the lights were going to get fried (they didn't). The next issue came when trying to get the board to be able to get controlled over WiFi. I started by using an esp8600 WiFi module. I struggled with this one for almost three hours getting the same error every time but everyone I asked as well as the internet couldn't help. I then moved on to using the nRF24. This one was up and working within around thirty minutes, much more preferable to the three hours spent with the esp8600 module without working at the end of it.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

while different challenge -> whole different challenge
over break was -> over break I was

# Reflections
All things considered, I think this project taught me a lot about arduino. Three things come to mind specifically:
1. Plug wires in until the lights turn on
2. Webdev ins't my favorite but I can appreciate it
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ins't -> isn't

@RamZallan RamZallan requested review from csssuf and devinmatte April 30, 2018 22:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants