Login
Start Free Trial Are you a business?? Click Here

3D Xmas Tree for Raspberry Pi Pre-soldered Kit Reviews

4.8 Rating 202 Reviews
Read The Pi Hut Reviews
Visit Product Page

Email:

contact@thepihut.com

Location:

Mann Enterprises LTDHomefield RoadHaverhill, SuffolkCB9 8QP
Cambridge
CB9 8QP

I bought the pre-soldered version of the tree. I hadn't realised when I ordered that this had surface mount components on it. The LEDs are small but bright. The whole kit looks professional. I've plugged mine into a pi zero and it doesn't balance very well, easily fixed with a blob of bluetack. if the tree is available next year then I'll likely buy another one
Helpful Report
Posted 6 years ago
funny
Helpful Report
Posted 6 years ago
Very nice little gift. Will be my first diy project with my son. Can't wait to start ;-)
Helpful Report
Posted 6 years ago
This is a great kit, great for kids and BIG KIDS, easy to assemble and looks great on a pi zero.
Helpful Report
Posted 6 years ago
Great kit. Good service and communication. Highly recommended.
Helpful Report
Posted 6 years ago
The xmas tree is a lot of fun. It delivers the best visual effect if you can place it in front of a mirror, or a shiny black reflective surface to see the lamps in the rear of the tree. I was not happy with the supplied program to with a bit of experimenting I wrote this program. It is not optimized, but it works just great. To change the frequency the lights change, edit the "time.sleep(.075)" value. You can also enhance this a bit more by making the sleep value random! Hope you enjoy. Happy Holidays from gpiozero import LED from gpiozero import LEDBoard from gpiozero.tools import alternating_values from signal import pause import random import time lights =LEDBoard(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25) while True: i = int(random.uniform(1,25)) lights.leds[i].toggle() time.sleep(.075) pause
Helpful Report
Posted 6 years ago
This beautiful christmas tree stands on my desk in my office. Everybody loves it. I use it with the sample python code, beacause I don't have time now to develop my own code. Every geek needs one. And it's also a perfect gift for everyone.
Helpful Report
Posted 6 years ago
First an enjoying process of soldering with now requirement for deep knowledge of electronics. Second, yoU can play with choosing. Simple to program due to literal interface. Third, it nice to look at. The top light works as power indicator for pi
Helpful Report
Posted 6 years ago