Facebook PixelCreation Crate Review + Coupon - Project 1: Mood Lamp | MSA
My Subscription Addiction
My Subscription Addiction
Our reviewers research, test, and recommend the best subscriptions and products independently; click to learn more about our editorial guidelines. We may receive commissions on purchases made through links on our site.

Creation Crate Review + Coupon – Project 1: Mood Lamp

Brandi D.
ByBrandi D.Dec 19, 2019 | 14 comments

Creation Crate
0 overall rating
0 Ratings | 0 Reviews

Creation Crate is a subscription box for teens and adults ages 12 and up who want to learn how to build and program electronics. Each month you will receive the necessary electronic components and access to a thorough online curriculum to create your tech projects. These projects build on skills learned and increase in difficulty. You'll need access to a computer, the internet, and a USB port, but everything else you need is included in the box!

This box was sent to us at no cost for review. (Check out the review process post to learn more about how we review boxes).

About Creation Crate

The Subscription Box: Creation Crate

The Cost: $29.99 per month. Save with longer subscriptions.

The Products: All of the required components to complete the month's project along with access to an online classroom with tutorials, exercises, and instructions on how to write your code.

Ships to: The U.S. for $4.99, Canada and worldwide for $8.99

Creation Crate Project 1: "Mood Lamp" Review

When you subscribe to a quarterly, semi-annual or annual plan, you will receive a few bonus gifts depending on which subscription option you choose. Creation Crate was kind enough to send me a few items to share with you!

Note: Annual subscribers will also receive a digital multimeter, but we received an email that they are experiencing a slight delay in shipping and that ours would be shipped out soon. Since this is a bonus gift and isn't required for our projects, it doesn't affect anything, fortunately!

Bonus Gift: Component Case XL

This is the Component Case XL (included with annual subscriptions). You can see that it is a large box with several spaces for organizing all of the many components you will receive. This case is nice and sturdy and has both slides and latches to keep it closed. I like that it is also slim so you can easily stash it in a narrow space!

Bonus Gift: Soldering Kit

This is the soldering kit (included with annual subscriptions) and it is full of everything you might need for soldering including the soldering iron, wick, wick stand, sponge, and several other useful accessories. This seems like a nice kit, all contained in this great zippered case. Now let's get into the review!

 

The project for this month is to make our own mood lamp. They included this parts list along with instructions for how to access the online course. 

 

All of our supplies were packaged neatly inside of our component case. They included two cool stickers which will look nice on my new component case!

 

Breadboard

We received this breadboard which will be used to wire our lamp.

 

UNO R3 + USB Cable

The other main component we needed was this UNO R3 and this cable with a USB port at one end to hook our lamp up to our computer for programming.

 

Jumper Wires, LEDs, Resistors, and Lantern

The rest of the components included various jumper wires, LEDs in blue, red, and green, and two resistors; an LDR and a 2.2k OHM. They also provided a paper lantern which would be our lampshade.

Logging into the Course

 

 

You'll have to bear with me as I have a few screenshots from my phone showing the login process, but everything else is just photos of my computer since I had to work on there! Logging in was a little tricky since it was my first time. I had to go to the website and then search for the project. Then I had to find the lesson I wanted and create a new account before enrolling in the course. When I did enroll it looked like I was going to be charged, but then I was able to just enter in the code that was included on the instruction sheet in our box and I was able to log in without payment.

 

The course curriculum was very well organized and easy to follow with many subsections within each step.

 

First, they introduced our project and displayed a parts list. I gathered everything that I would need. They also provided a PDF version of the instructions for us to download which I thought was helpful.

 

While you could just dive right into the first project like I did, they also provided a bonus project to ease your way into it. There was even a "Getting Started Course" for those who are beginners. I was thoroughly impressed with this course. They went into all of the details about currents, amps, power, and voltage. They also explained circuits and how batteries can power LEDs, even including visual demonstrations. I thought they had a great way of explaining and making real-life comparisons to help us gain an understanding of the concepts. This felt like a true educational course and was on par with something you might take in college!

Part 1: Assembling the Hardware/Circuit

When it came time to start the project they first provided a step-by-step video for us to watch. They went through everything we had in our box and a quick overview. They made sure to note that the longer wire on the LEDs was the positive end, which would be very helpful in assembling our circuit. The video was slow enough to follow along with and they explained each step very thoroughly.

After watching the video, it was time to assemble our circuit. They provided these large, detailed diagrams for us to follow.

 

The first step was to insert our LED leads. We had to make sure that they crossed over the center of the breadboard with the positive end at the bottom. The negative end had to be in a separate column, too. Then at the other end, we added our LDR: the Light Dependent Resistor.

Next, we added our 2.2k OHM resistor making sure that one end was in the same column as our LDR. Then we used these tiny jumper wires and added them to the same column as our LEDs making sure to cross over that blue line. (I actually did this part wrong, which I didn't realize until later on! The ends should have been in the + row and not the - row! But this was an easy fix.

 

Then it was time to place our longer jumper wires following the guide they provided. It was all about making sure everything was in the right rows and columns and matching up with other components.

 

Next, it was all about connecting these jumper wires between the breadboard and the UNO R3 microcontroller that they provided.

 

I opened up our paper lantern and set it over the LEDs and our hardware/circuit was assembled! This part really was fairly easy using all of the diagrams and detailed instructions they provided!

Part 2: Write the Program

 

The next part had to do with coding and writing the program that would make our lamp run. We had to download Arduino's free software which was so easy thanks to them providing different instructions for all of the various versions! Once I got it running, I started a new program and named it "Mood Lamp."

 

They provided the code for us to write and included notations throughout about what each part of the code was controlling and doing to help us understand what we were actually doing as we were entering it. They did provide a coding video for us, too, which explained the basics of coding and the three parts of a program, which also helped to further my understanding. Writing the code was the most tedious part of this process and it was really as simple as typing everything word for word. While I am definitely a beginner, I didn't find this to be too difficult.

 

Once the code was written, it was time to plug the UNO R3 into the computer using the USB cable. Then I uploaded my program and...received a ton of errors. Most were simple fixes, a missed line or something that wasn't capitalized, but I actually had quite a few to correct because on my computer a lot of the commas and semi-colons looked like periods and colons to me so I had to go through and correct all of those. This was a bit tricky, but not difficult to just go back and read through the original code to spot the differences.

Once the errors were corrected, the program uploaded and my lamp still didn't work. Luckily I was able to visit the troubleshooting section on hardware and saw where I had misplaced some of my jumper wires as I mentioned before. Once I moved those to the right spots, my mood lamp worked! You can see it changes colors and really does set the mood!

 

Now that we had a working mood lamp, they provided some exercises for us to test our knowledge. First, they wanted us to adjust the numbers in our code to change the brightness of our lamp, which you can see I accomplished! I was actually able to do all of the tasks and even completed the bonus exercise! I definitely didn't do all of these on the first try and had to do some tinkering and playing around with the code, but I felt confident in trying new things since they provided the original code for me to copy and paste back in if I happened to really mess something up!

For instance, I am not sure how I made this happen, but it was pretty cool!

 

If we did have any issues, they have a classroom discussion that we can use to ask questions. It looks like Creation Crate responds very quickly to any concerns, too! I really do appreciate all of the information and assistance that they provided throughout this whole process.

 

It was easy to see once we had completed everything in the course thanks to the side menu here. They also encourage you to share your work in exchange for some cool rewards, which was the other 4% that I didn't yet complete!

Verdict: This box is so cool! Creation Crate definitely has its niche audience, but this really felt like a legitimate educational course and it was so well done! I was so impressed with how thorough the curriculum was and how much time and effort they put into making sure we had all of the background knowledge necessary to get started no matter what our experience level is. As for the project itself, it was a perfect beginner project, but anyone who is more technologically-inclined could probably take it even further with their coding knowledge. This would be perfect for techy kids or as part of a homeschool curriculum. I think that anyone who is sincerely interested in learning this material would be pleased with everything they had to offer! As for me, I had a lot of fun playing around with it and I think this box was a great value for $34.98 ($29.99 + $4.99 shipping)! I am excited to see how these projects build on one another and how much I learn in the process!

To Wrap Up:

Can you still get this box if you sign up today? Yes! Since the projects build upon one another, this would be your first box! From Creation Crate:

Creation Crate projects are a combination of building hardware and programming software with a focus on helping you understand how it works. Each month, you'll be given a new project that's slightly harder than the last.

Check out our list of the best boxes for teens, as voted by MSA readers!

Keep Track of Your Subscriptions: Add this box to your subscription list or wishlist!

What do you think of Creation Crate?

Starting at $30.00
Subscribe Now
Learn how to make your own technology with hands-on projects and courses delivered to your door. Receive all the components needed to build your projects AND access to online courses. Projects become more challenging as you learn new lessons with each project. Prepay 12 months and receive a Solderin... read more.
Brandi D.
Brandi D.

I am a homeschooling mom to 4 kids; 1 girl and 3 boys. While I have been reviewing boxes since 2018 and I love the luxury of trying new products, I'm also balancing it out by dabbling in a little bit of homesteading, too. We now have 4 chickens and a rabbit and my sourdough starter is going strong! I love learning about new brands and sharing the great things I find with others in hopes that they find something new to love or to fit their needs!


Join the Conversation

Please do not enter your email address in the Name field or in the comment content. Your email address will not be published. Required fields are marked *. Remember to post with kindness and respect. Comments with offensive language, cruelness to others, etc will not be approved. See our full comment policy here.

14 comments

Beth

GREAT review!. I’m really fascinated by this. It’s a skill I’d like to learn.

But one issue I have with this project and other boxes that teach this sort of thing, is that the project isn’t very pretty when done. I mean, the paper lamp is, but if I need to have the board right next to it, that is not attractive. Why can’t boxes offer projects that lead to a handsome design that you would want to display in an adult house?

Reply ButtonReply

Drminniecooper

That aesthetic is pretty to the types of people that would be into this box.

Reply ButtonReply

V

I took digital electronics in college, and we used Arduino a lot. This review just takes me back. I still have them at home.
Great review!

Reply ButtonReply

Brandi D.

Thanks for reading, V! 🙂

Reply ButtonReply

Lee

Brandi, kudos to you for doing this review! I could never do something like this (and wouldn’t want to), but your thoroughness and excitement about this box is really appreciated!!!

Reply ButtonReply

Brandi D.

Thanks so much, Lee! 🙂

Reply ButtonReply

Irene

You can take screen shots on a computer screen as well.

Reply ButtonReply

Brandi D.

I’ll try to include those in my next review! While I was exploring the format of this box for the first time it was a little easier to use my phone so I didn’t miss anything or lose my train of thought as I’m apt to do these days! 🙂

Reply ButtonReply

Katrina

Love this. Pretty excited to see next month.

Reply ButtonReply

Melissa

How neat!
It’s a great idea & seems to be well executed. For the right person – teen or adult – this would be fabulous!

Reply ButtonReply

tpop

This is a really cool box! Makes my eyes glaze over, but I know people it would be perfect for. Very different.

Reply ButtonReply

Brandi D.

Lol! It definitely has a specific audience! 🙂

Reply ButtonReply

Drminniecooper

Wow! Great subscription box, great subject matter and great review! More of this type of review and boxes please!

Reply ButtonReply

Brandi D.

Thanks for reading! 🙂

Reply ButtonReply