---
product_id: 33179319
title: "Smraza Super Starter Kit with Control Board, Breadboard for Arduino"
brand: "smraza"
price: "RM287"
currency: MYR
in_stock: true
reviews_count: 13
category: "Smraza"
url: https://www.desertcart.com.my/products/33179319-smraza-super-starter-kit-with-control-board-breadboard-for-arduino
store_origin: MY
region: Malaysia
---

# 28 detailed PDF lessons with sample code 9V 1A power adapter included No soldering needed, plug & play LCD1602 Smraza Super Starter Kit with Control Board, Breadboard for Arduino

**Brand:** smraza
**Price:** RM287
**Availability:** ✅ In Stock

## Summary

> 🚀 Unlock your maker potential with the ultimate Arduino starter kit!

## Quick Answers

- **What is this?** Smraza Super Starter Kit with Control Board, Breadboard for Arduino by smraza
- **How much does it cost?** RM287 with free shipping
- **Is it available?** Yes, in stock and ready to ship
- **Where can I buy it?** [www.desertcart.com.my](https://www.desertcart.com.my/products/33179319-smraza-super-starter-kit-with-control-board-breadboard-for-arduino)

## Best For

- smraza enthusiasts

## Why This Product

- Trusted smraza brand quality
- Free international shipping included
- Worldwide delivery with tracking
- 15-day hassle-free returns

## Key Features

- • **Plug & Play Components:** Pre-soldered LCD1602 module and organized storage box keep your workspace neat and frustration-free.
- • **Power Up Without Hassle:** Includes a reliable 9V 1A power adapter—ditch the batteries and keep your projects running longer.
- • **Versatile Compatibility:** Works seamlessly with Arduino UNO R3, Mega, Nano, and a wide range of sensors and modules for endless creativity.
- • **Perfect for Mentors & Makers:** Economical kit designed for beginners and parents teaching kids, fostering the next generation of innovators.
- • **Jumpstart Your Arduino Journey:** Comes with 28 step-by-step PDF tutorials to master coding and electronics effortlessly.

## Overview

The Smraza Super Starter Kit is a comprehensive Arduino beginner’s toolkit featuring a 9V 1A power adapter, a no-solder LCD1602 display, and a detailed 28-lesson PDF tutorial. Compatible with multiple Arduino boards and packed in a tidy storage box, it offers an economical, plug-and-play solution for aspiring coders and electronics enthusiasts eager to build projects from day one.

## Description

desertcart.com: Smraza Super Starter Kit with Control Board, Breadboard for Arduino | 32 beginner projects with PDF tutorial, power supply, jumper wires, potentiometer, LCD1602, sensors; compatible with UNO R3 : Electronics

Review: Great kit for learning the Arduino - I am using this kit to teach a class on the Arduino for my local Ham Radio Club. Everyone in the class purchased the kit so we can all do the same experiments with the same parts. Several people remarked how many different parts are in the kit. It is the most economical way to get the Arduino and learn to use it. For the class I am doing a mix of several of the experiments from the lessons that are supplied with the kit and some of my own experiments. When I purchased the kit, it included a CD with all the material on it. I also got an email with a link to download the material. Now everyone must download it from the supplier's web site. This caused much confusion in the class since not everyone realized they needed to get code from the website and unzip it. Some of the students couldn't find the code on their computers. I spent a fair amount of time over several weeks explaining how to get the code and install it on the computer. It would be better to include the CD again, even though a lot of computers don't have CD drives anymore, most people do have portable drives. When I teach thhis class again, I will still use this kit.
Review: Long time Arduino lurker, finally went for a starter kit, glad I chose this! - I've seen others in person and countless videos on YouTube build many different things from beginner to advanced with Arduino and I've always wanted to try my hand at it. Very versatile system, lots of support online from various sites. I purchased this starter kit (due to its price, contents, & saw seller was actively answering questions) to play around with the capabilities of it, teach my young kiddo some cool electronics/coding, and to eventually build myself a home weather station (My ultimate goal down the road, and with a few additional parts not included in this kit, is to build myself a solar powered wireless weather station for my backyard). My kiddo has already given me a list of 20+ other things to build though first! Definitely worth getting a starter kit! Pros: Exactly what it's supposed to be. Great price for an all you need to get started kit, most pieces come in anti-static type bags, includes plenty of well organized pre-coded examples with PDF instruction sheets on cd to get you started, lot of different components to play around with, everything feels pretty solid. Cons: USB cord could be a little longer. The nature of the Arduino system means it's not instantly ready, you have to do a few steps to get started but it's not really a con, just a learning curve / first time setup for beginners like myself! Note: The box this kit came in was cracked and one of the hinges broke...I had ordered some light bulbs for the house and they arrived perfectly unharmed in the same shipping package so it must have cracked BEFORE shipping from desertcart. BUT not a single item inside was broken and nothing appeared affected whatsoever. Who needs a case though, I'll have it out to play with! Since this is my first time into this world here's what I did to get started in case others aren't sure what to do right after you open the box: 1. Verify all components there (has a card with pictures that list everything). My kit was complete. 2. Have a desk, etc where you can be on a computer and have space to lay the kit out. 3. You'll need your computer to be connected to the internet so you can download the free Arduino software that powers everything: https://www.arduino.cc/en/Main/Software - Under "Download the Arduino IDE" section look for the list on the right for links to install for either 'Windows installer', Mac, or Linux. (Alternately you can use their web based program on that page but remainder of my steps assume you downloaded the software). After selecting your computers operating system click "Just Download" on the optional Donate page. Once downloaded run the file (keep all settings it has and ok/yes to any Windows messages). You'll now have the Arduino program installed on your computer. The program lets you write your own code, copy and paste code from the internet or elsewhere, can check your code for some errors, and most importantly: uploads it to your UNO board from this kit so it can run/do something! 4. Use the kits provided USB cable and plug one end into the kits provided UNO board & other into a USB slot on your computer (short cord so if you have a longer one that fits that's fine too). The UNO board's light should come on now. 5. Find the Arduino program just installed and open it. 6. Tell the software WHAT you are using, in this case the board that says UNO on it from this starter kit: go to Tools, Board:, make sure "Arduino/Genuino UNO" selected. 7. Tell the software WHERE the UNO board is: go to Tools, Port:, make sure the item that has "(Arduino/Genuino UNO)" is selected. 8. You are now ready to write your code...alternatively you can just open up pre-written codes from the kits provided cd (or download from sellers website). Example: put cd in computer, select "S26" folder (this kit), "Lessons", you have plenty to choose from each containing a PDF with instructions and the sample code (when you open the sample code be sure to repeat steps 6 & 7 above). 9. With your/sample code ready click the check mark just above the code but just below the File button...this compiles it / checks for errors. 10. When it's finished (bottom area of program window tells you), click the arrow next to the check to send the code to your UNO board. Have fun experimenting! Tips: -Cd contains a getting started PDF that list most of the steps above. -When you power your UNO board back up (via USB cable or provided 9v battery pack (battery NOT included)) it will start running the last program you gave it. -If your code will display results back to your computer (such as temperature/humidity sensor readings) you'll only see the results if you open the results viewer: Tools, Serial Monitor. -When you write your own code / copy from the web you may get errors saying you need certain libraries to run it. To install go to "Sketch", Include Library, Manage Libraries, use filter to find what you need and select it or go on the web and find and download if not there (being sure to place any downloaded ones in your Arduino programs library folder).

## Features

- PDF Tutorial - Detailed PDF tutorial of 28 lessons with sample code and image instructions.
- This is the upgraded starter kits come with a 9V 1A Power Adapter to replace a 9V Battery
- Perfect Kit for Beginner - The most economical way for beginners to start programming. Compatible with Arduino r3, mega, nano and Sensors, Servo, Motor, power supply module , ULN2003 driver board, lcds, etc.
- No Need Solder - LCD1602 module with pin header (no need to be soldered by yourself).
- Good quality storage box with divider plates- Avoid to mess up and get a tidy box.

## Technical Specifications

| Specification | Value |
|---------------|-------|
| ASIN | B01L0ZL8N6 |
| Batteries | 1 9V batteries required. |
| Best Sellers Rank | #898 in Single Board Computers (Computers & Accessories) |
| Brand | Smraza |
| Color | Colorful |
| Computer Memory Type | DDR DRAM |
| Customer Reviews | 4.6 4.6 out of 5 stars (518) |
| Date First Available | August 26, 2016 |
| Item Dimensions LxWxH | 9 x 6.3 x 2.4 inches |
| Item Weight | 1.41 pounds |
| Item model number | S26s |
| Manufacturer | Smraza |
| Number of Processors | 1 |
| Operating System | FreeRTOS |
| Processor | 2 8031 |
| Processor Brand | IBM |
| Product Dimensions | 9 x 6.3 x 2.4 inches |
| RAM | 500 MB |
| Series | S26 |
| Wireless Type | Infrared |

## Images

![Smraza Super Starter Kit with Control Board, Breadboard for Arduino - Image 1](https://m.media-amazon.com/images/I/81dI8YE800L.jpg)
![Smraza Super Starter Kit with Control Board, Breadboard for Arduino - Image 2](https://m.media-amazon.com/images/I/61A-1xp1rTL.jpg)
![Smraza Super Starter Kit with Control Board, Breadboard for Arduino - Image 3](https://m.media-amazon.com/images/I/71sCQoBYPpL.jpg)
![Smraza Super Starter Kit with Control Board, Breadboard for Arduino - Image 4](https://m.media-amazon.com/images/I/71ZWvNQJvTL.jpg)
![Smraza Super Starter Kit with Control Board, Breadboard for Arduino - Image 5](https://m.media-amazon.com/images/I/71KMQeP00FL.jpg)

## Questions & Answers

**Q: It's there a list of projects?**
A: We have a list of projects:Lesson1-LED blinkLesson2-LED trailing effectsLesson3-Traffic lightLesson4-Analog InputLesson5-ButtonLesson6-FadingLesson7-Responder experimentLesson8-Active buzzerLesson9-Passive buzzerLesson10-RGB LEDLesson11-Making SoundsLesson12-Analog temperatureLesson13-Tilt switchLesson14-Eight LEDs and a Shift RegisterLesson15-1 digit LED Segment DisplaysLesson16-4 digit LED Segment DisplaysLesson17-SweepLesson18-KnobLesson19-One step at a timeLesson20-Stepper Speed ControlLesson21-Ultrasonic rangingLesson22-Infrared remote control experimentLesson23-DHT11 ExperimentLesson24-LCD1602Lesson25-Temperature and humidity monitoring experimentLesson26-Water level monitoring experimentLesson27-Joystick test experiment

**Q: Do I need to purchase any additional products?**
A: You don’t need to buy any other products will be able to use our suit, use the USB cable to connect Arduino board and computer and then can start using.

**Q: Can you make a phone with this**
A: I M not really sure. I think you would need a few shields for that, but you can go on Arduino's website and search that in the project search bar.

**Q: Is the box divide by parts inside?**
A: No.....just bunched together.

## Customer Reviews

### ⭐⭐⭐⭐⭐ Great kit for learning the Arduino
*by J***E on November 17, 2020*

I am using this kit to teach a class on the Arduino for my local Ham Radio Club. Everyone in the class purchased the kit so we can all do the same experiments with the same parts. Several people remarked how many different parts are in the kit. It is the most economical way to get the Arduino and learn to use it. For the class I am doing a mix of several of the experiments from the lessons that are supplied with the kit and some of my own experiments. When I purchased the kit, it included a CD with all the material on it. I also got an email with a link to download the material. Now everyone must download it from the supplier's web site. This caused much confusion in the class since not everyone realized they needed to get code from the website and unzip it. Some of the students couldn't find the code on their computers. I spent a fair amount of time over several weeks explaining how to get the code and install it on the computer. It would be better to include the CD again, even though a lot of computers don't have CD drives anymore, most people do have portable drives. When I teach thhis class again, I will still use this kit.

### ⭐⭐⭐⭐⭐ Long time Arduino lurker, finally went for a starter kit, glad I chose this!
*by C***. on July 2, 2017*

I've seen others in person and countless videos on YouTube build many different things from beginner to advanced with Arduino and I've always wanted to try my hand at it. Very versatile system, lots of support online from various sites. I purchased this starter kit (due to its price, contents, & saw seller was actively answering questions) to play around with the capabilities of it, teach my young kiddo some cool electronics/coding, and to eventually build myself a home weather station (My ultimate goal down the road, and with a few additional parts not included in this kit, is to build myself a solar powered wireless weather station for my backyard). My kiddo has already given me a list of 20+ other things to build though first! Definitely worth getting a starter kit! Pros: Exactly what it's supposed to be. Great price for an all you need to get started kit, most pieces come in anti-static type bags, includes plenty of well organized pre-coded examples with PDF instruction sheets on cd to get you started, lot of different components to play around with, everything feels pretty solid. Cons: USB cord could be a little longer. The nature of the Arduino system means it's not instantly ready, you have to do a few steps to get started but it's not really a con, just a learning curve / first time setup for beginners like myself! Note: The box this kit came in was cracked and one of the hinges broke...I had ordered some light bulbs for the house and they arrived perfectly unharmed in the same shipping package so it must have cracked BEFORE shipping from Amazon. BUT not a single item inside was broken and nothing appeared affected whatsoever. Who needs a case though, I'll have it out to play with! Since this is my first time into this world here's what I did to get started in case others aren't sure what to do right after you open the box: 1. Verify all components there (has a card with pictures that list everything). My kit was complete. 2. Have a desk, etc where you can be on a computer and have space to lay the kit out. 3. You'll need your computer to be connected to the internet so you can download the free Arduino software that powers everything: https://www.arduino.cc/en/Main/Software - Under "Download the Arduino IDE" section look for the list on the right for links to install for either 'Windows installer', Mac, or Linux. (Alternately you can use their web based program on that page but remainder of my steps assume you downloaded the software). After selecting your computers operating system click "Just Download" on the optional Donate page. Once downloaded run the file (keep all settings it has and ok/yes to any Windows messages). You'll now have the Arduino program installed on your computer. The program lets you write your own code, copy and paste code from the internet or elsewhere, can check your code for some errors, and most importantly: uploads it to your UNO board from this kit so it can run/do something! 4. Use the kits provided USB cable and plug one end into the kits provided UNO board & other into a USB slot on your computer (short cord so if you have a longer one that fits that's fine too). The UNO board's light should come on now. 5. Find the Arduino program just installed and open it. 6. Tell the software WHAT you are using, in this case the board that says UNO on it from this starter kit: go to Tools, Board:, make sure "Arduino/Genuino UNO" selected. 7. Tell the software WHERE the UNO board is: go to Tools, Port:, make sure the item that has "(Arduino/Genuino UNO)" is selected. 8. You are now ready to write your code...alternatively you can just open up pre-written codes from the kits provided cd (or download from sellers website). Example: put cd in computer, select "S26" folder (this kit), "Lessons", you have plenty to choose from each containing a PDF with instructions and the sample code (when you open the sample code be sure to repeat steps 6 & 7 above). 9. With your/sample code ready click the check mark just above the code but just below the File button...this compiles it / checks for errors. 10. When it's finished (bottom area of program window tells you), click the arrow next to the check to send the code to your UNO board. Have fun experimenting! Tips: -Cd contains a getting started PDF that list most of the steps above. -When you power your UNO board back up (via USB cable or provided 9v battery pack (battery NOT included)) it will start running the last program you gave it. -If your code will display results back to your computer (such as temperature/humidity sensor readings) you'll only see the results if you open the results viewer: Tools, Serial Monitor. -When you write your own code / copy from the web you may get errors saying you need certain libraries to run it. To install go to "Sketch", Include Library, Manage Libraries, use filter to find what you need and select it or go on the web and find and download if not there (being sure to place any downloaded ones in your Arduino programs library folder).

### ⭐⭐⭐⭐⭐ Everything needed to get started with Arduino
*by C***R on January 7, 2019*

I'm an EE, bought this for a 9yo that has had heavy exposure to Scratch programming and a tiny bit to conventional text-based Python. Kit has all of the key pieces to get started with Arduino. Kid did the first several labs with hardly any input from me, schematics were clear and there was an assembly drawing for each lab that's colorized which makes it easy to put the labs together for people that don't know how to follow schematics yet. Our goal is to transfer this to an Arduino vehicle chassis, and for that the kit is great and has all of the parts needed other than the chassis, motors, and motor controllers themselves. Children may not be sufficiently motivated to go through the whole set of labs by themselves if there's no end goal like that. However, adults/students looking to dip a toe into embedded and not interested in Linux behemoths like Rasberry Pi will find this kit invaluable for very little investment.

## Frequently Bought Together

- Smraza Super Starter Kit Project Kit with Breadboard, Power Supply, Jumper Wires, Resistors, LED, LCD 1602, Sensors, Detailed Tutorial for Project, Compatible with Arduino UNO R3 Project
- BOJACK 3 Values 130 Pcs Solderless Breadboard 4 Pcs 830 Tie Points & 400 Tie Points & 126 Pcs Flexible Breadboard Jumper Wires
- ELEGOO 120pcs Multicolored Dupont Wire 40pin Male to Female, 40pin Male to Male, 40pin Female to Female Breadboard Jumper Ribbon Cables Kit Compatible with Arduino Projects

---

## Why Shop on Desertcart?

- 🛒 **Trusted by 1.3+ Million Shoppers** — Serving international shoppers since 2016
- 🌍 **Shop Globally** — Access 737+ million products across 21 categories
- 💰 **No Hidden Fees** — All customs, duties, and taxes included in the price
- 🔄 **15-Day Free Returns** — Hassle-free returns (30 days for PRO members)
- 🔒 **Secure Payments** — Trusted payment options with buyer protection
- ⭐ **TrustPilot Rated 4.5/5** — Based on 8,000+ happy customer reviews

**Shop now:** [https://www.desertcart.com.my/products/33179319-smraza-super-starter-kit-with-control-board-breadboard-for-arduino](https://www.desertcart.com.my/products/33179319-smraza-super-starter-kit-with-control-board-breadboard-for-arduino)

---

*Product available on Desertcart Malaysia*
*Store origin: MY*
*Last updated: 2026-08-27*