Search  for anything...

Adeept Upgrade Ultimate Starter Kit for Raspberry Pi 4 3, Raspberry Pi Kit, Python C Code, 40 Projects, DIY Electronic Components Kit with 480 Pages PDF Manual

  • Based on 184 reviews
Condition: New
Checking for product changes
$47.49 Why this price?
Save $129.50 was $176.99

Buy Now, Pay Later


As low as $7.92 / mo
  • – 6-month term
  • – No impact on credit
  • – Instant approval decision
  • – Secure and straightforward checkout

Ready to go? Add this product to your cart and select a plan during checkout. Payment plans are offered through our trusted finance partners Klarna, PayTomorrow, Affirm, Apple Pay, and PayPal. No-credit-needed leasing options through Acima may also be available at checkout.

Learn more about financing & leasing here.

Selected Option

Free shipping on this product

This item is eligible for return within 30 days of receipt

To qualify for a full refund, items must be returned in their original, unused condition. If an item is returned in a used, damaged, or materially different state, you may be granted a partial refund.

To initiate a return, please visit our Returns Center.

View our full returns policy here.


Availability: In Stock.
Fulfilled by Amazon

Arrives Tuesday, May 21
Order within 8 hours and 3 minutes
Available payment plans shown during checkout

Color: UpgradeUltimate Starter Kit for RPi


Features

  • Raspberry Pi Starter Kit - It is a complete set which is designed to help beginners to make DIY projects with the Raspberry Pi, perfect starter kit for Stem education.
  • 2 programing languages - Python code and C code are provided for beginner to learn programming.
  • 40 Projects Provides - This starter kit provides a record 40 projects with diverse functions allowing for a dynamic creative experience, each project has circuit diagram and tested code with detailed explanation.Download Tutorials: Adeept > Learn > Ctr+F: ADR018 > PDF Tutorial
  • Compatible models - Raspberry Pi 4B / 3B+ / 3B / 3A+ / 2B / 1B+ (Raspberry Pi is NOT included.)
  • Technical support - We provide with Video, Official Forum, YouTube Video and Quick-responding emails support.

Description

Features: Supported Raspberry Pi 4 Model B, 3 Model A+, 3 Model B+, 3 Model B, 2 Model B, 1 Model B+. Python and C code are provided for beginers to learn programming. 40 lessons & 480 pages PDF Tutorials are provided. UPDATING videos and techlogical support to help you explore more application by yourself. Programming kit: For novice users & kids who are obsessed with electronics, programming or robotics, just follow our detailed tutorials step by step, you will find that it is more fun than you ever expected. For advanced users, use it to build low cost scientific instruments, to prove chemistry and physics principles. PDF Tutorials: Adeept > Learn > Ctr+F: ADR018 > PDF Tutorial Videos: Adeept > Videos 40 Projects: 1 How to Light the LED Lights 2 Breathing Light 3 Flowing Light 4 Controlling LED with Button 5 MPU6050 6 DHT-11(Digital Temperature & Humidity Sensor) 7 HC-SR04 Ultrasonic Distance Sensor 8 PIR Movement Sensor 9 Servo Motor 10 Stepper Motor 11 44 Matrix Keyboard 12 Relay Module 13 Active Buzzer 14 Passive Buzzer 15 7-segment Display 16 4-digit 7-segment Display 17 RGB LED 18 LCD1602 and the IIC Interface 19 DS18B20 20 Rotary Encoder 21 DC Motor 22 88 Dot-matrix Module 23 PCF8591 24 Mic Sensor Module 25 PS2 Joystick Module 26 WS2812 RGB Module 27 Remote Control of LED Lights via Web Pages 28 the Application of the RGB LED and the DHT11 29 Controlling the Flowing Light Through the PS2 Joystick 30 Controlling the Servo Motor Through the PS2 Joystick 31 Digital Thermometer 32 Pedometer 33 Reversing Alarm 34 Light-sensitive LED with PCF8591 35 Infrared Sensor LED with the PIR Movement Sensor 36 Controll the LED with the Rotary Encoder 37 Game- Snake 38 Game- Flippy Bird 39 Game- Play Bricks 40 Calculator

Brand: Adeept


Connectivity Technology: Infrared


Wireless Communication Standard: Infrared


Wireless Type: ‎Infrared


Brand: ‎Adeept


Item model number: ‎Upgrade Ultimate Starter Kit for RPi


Item Weight: ‎1.34 pounds


Package Dimensions: ‎8.9 x 6.26 x 2.48 inches


Color: ‎UpgradeUltimate Starter Kit for RPi


Manufacturer: ‎Adeept


Date First Available: ‎April 26, 2021


Frequently asked questions

If you place your order now, the estimated arrival date for this product is: Tuesday, May 21

Yes, absolutely! You may return this product for a full refund within 30 days of receiving it.

To initiate a return, please visit our Returns Center.

View our full returns policy here.

  • Klarna Financing
  • Affirm Pay in 4
  • Affirm Financing
  • PayTomorrow Financing
  • Apple Pay Later
Leasing options through Acima may also be available during checkout.

Learn more about financing & leasing here.

Top Amazon Reviews


  • Good collection of parts, but the supporting training literature & code is just plain bad.
Color: Ultimate Starter Kit for RPi
I bought this from Amazon because it seemed like a good collection of parts, and it is. That said, the documentation and 'training' that comes along with the kit is probably copied from many locations, and so is the code. This means you have a weird mishmash of Fritzing diagrams, write-ups, code, and of course the parts, that don't necessarily speak to each other. In many cases the diagrams and the code are wrong. In places where they are not, there is zero explanation of why certain components should be put together, or why the code is written the way it is (for example many of the ICs need to 'woken' up with a certain sequence of bits. Unless you've read the datasheet however, you'd never know that's what is being done.) I sent the mail below to Adeept about a week ago but have got no response, so have decided to post my review here. Here's my mail to them: ----------- I just bought your Ultimate starter kit from Amazon a few days ago. While it's an economically priced kit, as I have been going through your provided Manual and associated code, I have several concerns. I should note here that while I am not new to the world of coding and electronics, I am new to python and Raspberry Pi. Here's a few things I noticed: 1. Some of your components are identified in the list by very generic names like 1xRelay. A typical relay would have 5 pins, while the one you have provided has 6. This meant I had to go to the web and look for its datasheet. There is no indication in your tutorial on which Relay is being used either. 2. There are inconsistencies between the text and circuit diagrams. Here's an example. On page 16 (Lesson 2 - Active Buzzer), you mention the components we'll require are 1*NPN Transistor (S8050). However in the circuit diagram on page 18 - you've shown a PNP Transistor. The wiring shown in the diagram is for a PNP transistor. If I had not checked the component I could have ended up damaging my raspberry pi because I would have got the wiring of the collector and emitter reversed. 3. The python code provided for some of the circuits is wrong. For example, on page 29, the diagram shows pin 12 being connected to the transistor. Your code, however, has the RelayPin as 11. 4. Your python code is written for python 2 (evidenced by the print statement instead of a function). So if someone is using the latest Raspbian, your code won't run or not at least without errors. ---------------------- All in all, I'd say if you buy this set, you are pretty much on your own. Googling the part numbers will often give you the data-sheet, and in many cases some pre-built python modules that you can just use instead of writing code. Buy with your eyes open! ... show more
Reviewed in the United States on February 11, 2019 by Invictus Invictus

  • The set is really great, has a lot of stuff included
Color: Ultimate Starter Kit for RPi
The set is really great, has a lot of stuff included. I really was doubting if I will really need all those elements, but it is really worth it. The doc with the labs explains the theory good enough - not at the high school physics level, but it gives at least clues what's going on in the circuit. All python scripts work, however, sometimes the pin numbers in the script differ from those used in the wiring scheme, but it's easy to figure out and fix. Python scripts are simple and must be easy to understand, however, I would say that some programming background and electrical circuit knowledge would really help. As for the labs - Lesson #5 with relay - I did not get the point, it gives no visible output (the python will log to the console even with the circuit detached). It would be nice to add a LED or a buzzer to the circuit to see that the relay really switches on and off. As a summary - It's a great kit and I hav a lot of fun with it. Do not stick to the Labs document, you can try out numerous examples that you can find on the web. The toughest part about this kit is getting everything back in the box ) ... show more
Reviewed in the United States on August 30, 2017 by Valerii S.

  • Awesome Value
Color: Ultimate Starter Kit for RPi
The amount of resistors, sensors, motors, and displays will compliment any project. The included CD, is invaluable!! The shear detailed written instruction explain what the learning objectives are for each given project. I only have few dislikes about the presentation. First, first time users may have trouble distinguishing between the parts, especially the bag full of LEDs, sensors, buzzers, etc...Devils Advocate, I understand the reasoning, limits the impact on the environment. Which one bag is used verse several plastic bags. Second, a display, resistors, and a sensor are pressed into the bread board. Which could be confusing for first time users, especially young children. It would have been nice to have an included plastic lifter for the sensors. It would have made definite impact on my review. While presentation is my only compliant. The shear value and the packed box of great projects are a steal. Sharing time teaching your children about STEM and how they can produce items they use on a daily basis themselves. While I explained to them that secure coding, testing, and overall security must be built within each project. ... show more
Reviewed in the United States on June 24, 2019 by Amazon Customer

  • Lots to do, instructions are slim, and some minor complains
Color: Ultimate Starter Kit for RPi
First off, the breadboard I got was just trash. The whole thing was warped so it wouldn't lay flat on the table which made it incredibly frustrating to deal with. I actually abandoned it and am using another one. The instructions will get what you want to do working, however they could do a better job at explaining everything. For instance, I was able to get the LED Matrix hooked up, but aside from their starter code it doesn't explain a single thing that's going on. I am *really* not a big fan of how they packaged some of the components coming pre attached to the breadboard tightly. When removing these, be careful, as I bent a lot of pins. Not very convenient but if I was more careful I would have been fine. Tweezers help a lot! ... show more
Reviewed in the United States on August 13, 2019 by Beau Butner

  • Outstanding Customer Support
Color: Ultimate Starter Kit for RPi
I purchased the Adeept Ultimate Starter Kit from Amazon and was very pleased with the quality. This is my first venture into electronics but I have been programming for several decades. I found a few online resources to help with the electronics but overall, the instructions that come with the kit are clear enough for a novice to follow. I hit a stumbling block when I got to the RGB LED exercise. I could not get the RGB LED to work. I tried both C and Python versions but still nothing. I sent an email to Adeept Technical Support and they quickly responded. We exchanged several emails to try to trouble shoot the problem and Support decided I had a defective LED. I was immediately sent a replacement LED - actually, I was sent four replacement LED's. Problem solved. Adeepts customer service and support are outstanding, qualities many companies lack. Combine this with a good quality, reasonably priced kit and you can't go wrong. I will definitely purchase from Adeept again. ... show more
Reviewed in the United States on April 26, 2017 by Mr. Bob

Can't find a product?

Find it on Amazon first, then paste the link below.