



Found a better price?
Let us know!
We'll try to match the price for you
Package Includes:
- 1 x Raspberry Pi 3 Model A+
Raspberry 3 Model A+ Specifications
Brand | Raspberry Pi |
Model | Raspberry Pi 3 Model A+ |
Operating Power | 5V/2.5A DC |
Clock Speed | 1.4 GHz |
Processor | Broadcom BCM2837B0, Cortex-A53 (ARMv8) 64-bit SoC @ 1.4GHz |
RAM | 512MB LPDDR2 SDRAM |
Dimensions | 65 x 56 x 30 (mm) |
Weight | 50 grams |
Warranty Coverage:
Raspberry Pi Original boards comes with a 1-year manufacturer warranty from the date of purchase, covering manufacturing defects only.
Warranty Void If:
The product shows signs of physical damage, mishandling, exposure to water/moisture, fire, natural calamities, unauthorized repairs, improper storage near heat or direct sunlight, or alteration in any way.
1. What is Raspberry Pi?
- Raspberry Pi is the third best-selling computer brand in the world. The Raspberry Pi is a credit card-sized computer. You can use it to learn to code and to build electronics projects, and for many of the things that your desktop PC does, like spreadsheets, word processing, browsing the internet, and playing games. It also plays high-definition video. The Raspberry Pi is being used by adults and children all over the world to learn programming and digital making.
2. Does this come with a power adapter?
- This tiny, dual-display, desktop computer doesn't come with a power adapter, but A 15W USB C power supply is needed to power the board, we recommend using the official Raspberry Pi USB C Power Supply.
3. What is the RAM size of the Pi4 board? Can I add extra RAM to the Pi?
- Raspberry Pi 4 is available in three variants - 2GB, 4GB, or 8GB. Depending on how much RAM is required for your application, you can make a choice of the RAM.
The RAM on the Raspberry Pi 1 Model A, A+, B, B+, and Raspberry Pi Zero/Zero W is a Package on Package (POP) on top of the SoC, which means you cannot remove or swap it. The RAM on the Raspberry Pi 2 and 3 Model B versions are on a separate chip on the bottom of the PCB, but 1GB is the maximum RAM that the SoC used by the Raspberry Pi 2 and 3 Model B can support. The Raspberry Pi 4 supports up to 8GB of RAM, but like previous models, it is not upgradeable after purchase.
4. What are the possibilities/Applications with Pi?
- Being one of the most powerful computers available, it has a vast multitude of possibilities! For your understanding and reference, a few are listed below.
Replace your desktop with Raspberry Pi
Set Up a Retro Gaming Machine
Control a Robot
Make a Time-Lapse Video
Broadcast a Pirate FM Radio Station
Build a Raspberry Pi Web Server
Photograph the Night Sky
Build a Network Monitoring Tool
Turn a Raspberry Pi Into a Media Server
Stream Live Video to YouTube
However, do not let these hold you back. There are limitless possibilities. All that you need to do is just explore!
5. Where can I buy Raspberry Pi?
- Robocraze is an authorized seller of Raspberry Pi products in India. Therefore you can buy Raspberry Pi 4 Model B online from Robocraze at the comfort of your homes. We follow all safety guidelines to ensure a good experience for you! :)
6. What are the basic accessories required to get started with Raspberry Pi?
- The basic components/accessories required to get started with Raspberry Pi are HDMI Cable, SD Card, Power Supply. Opt for the original Raspberry Pi Power Supply for best results. Use of local or inauthentic cables may also void your warranty.
If you are a beginner, it is recommended to grab a copy of the Raspberry Pi Official Beginners Guide. It will help you from exploring your Pi better to developing cool projects.
We have also curated a few Raspberry Pi kits on popular demand.
Apart from the basic accessories mentioned above, you may want to check out the Raspberry Pi collection for the official Pi case, mouse, keyboard, hats, camera and more.
7. Can I connect multiple Raspberry Pis to make a faster computer?
- Sort of, but not in the way you might want to do it. You cannot simply make a more powerful computer, to play games faster for example, by bolting together smaller ones. You can network computers to create a cluster computer, but you do need to modify your software to work in this distributed fashion. We've put together a tutorial on how to build a Raspberry Pi cluster.
8. Can I run Windows 10 on the Raspberry Pi?
- You cannot run Windows 10 on the Raspberry Pi. There is however a special "Internet of Things" version of Windows 10 that runs on the Raspberry Pi 3B and 3B+ called Windows 10 IoT. Windows 10 IoT does not have a graphical desktop and is intended for use in embedded devices.
You may see reference to Windows 10 running on the Raspberry Pi online. This is because the community has devised a way to run regular Windows 10 on the Raspberry Pi. Although it will run, it runs extremely slowly so is not of any real use. Rather, it is a proof-of-concept. Microsoft does not sanction running Windows 10 on the Raspberry Pi.
9. Is it safe to just pull the power?
- No, not really - you may corrupt your SD card if you do that. We recommend issuing the ‘sudo halt’ or ‘sudo shutdown’ command before pulling the power. This ensures that any outstanding file transactions are written to the SD card and that the SD card is no longer 'active'. Pulling the power during an SD card transaction can occasionally corrupt the card.