element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum Raspberry PI3 issue
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 9 replies
  • Subscribers 709 subscribers
  • Views 1245 views
  • Users 0 members are here
  • frontpage
Related

Raspberry PI3 issue

e14 Contributor
e14 Contributor over 10 years ago

Hi Team, I had bought a Raspberry Pi3 Kit from Elementz Engineers Guild Pvt Ltd some two months back which is not functioning properly. It freezes very frequently, even the basic things like email,youtube etc is not working properly on it. I want to return the product, May i know what is the procedure to file a return request? I have already tried contacting Elementz Engineers Guild, they are asking me to contact Element 14 team. Let me know if you require any other information.

 

I have attached the reply from Elementz Engineers Guild. Can anyone help?

Attachments:
image
  • Sign in to reply
  • Cancel
  • balearicdynamics
    0 balearicdynamics over 10 years ago

    Hello Raghav,

     

    I think I anticipate the answer of someone more in-depth to the return for malfunction procedures saying you that you can't contact Element14 if you have bought the device from a different reseller.

     

    Instead, just as you already have your device with you, I suggest you detail better the symptoms. It is not rare that an apparently hardware related issue depends on other factors. Just some suggestions:

     

    • If you are using the SD Card, may depend on a defective or few performant micro sd.
    • If you are using a wired network take a look to the cable connection and try to see if another device (e.g. a laptop) connected with the same cable has similar issues.
    • If you are using the WiFi check the reliability of the wireless dongle.

     

    Anyway it is a good idea to post to us exactly the machine configuration you are using.

     

    Not less important is the power source: what kind of power you are using for your Raspberry? With a low power supply (under 2A for example) you can have issues that are random and unpredictable.

     

    What about the operating system you are using? Did you checked the free space on the system storage (I suppose the micro sd) ?

     

    Please give us more information to make first of all a deeper trouble shooting.

     

    Enric

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • gadget.iom
    0 gadget.iom over 10 years ago

    It might be worth making sure you have the latest software running on your Pi. Try running the following commands from the terminal.

    sudo apt-get update
    sudo apt-get dist-update
    sudo rpi-update

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • rew
    0 rew over 10 years ago

    This is not the "contact element14" that Elementz suggested. This is a forum hosted by element14.

     

    But... trying to help.... In my experience, rasberry pi computers are VERY stable. The main culprit in "unstable operation" is often "the power supply". Do you have a monitor connected? Does it show a rainbow-coloured square in the top rigth corner of the screen?

     

    But even without that square, your power supply could be "marginal", inducing short drops that cause the raspberry to crash.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • rive
    0 rive over 10 years ago in reply to gadget.iom

    It might be worth making sure you have the latest software running on your Pi. Try running the following commands from the terminal.

     

     

    sudo apt-get update 

    sudo apt-get dist-update 

    sudo rpi-update

    Not recommended- even by the staff at pi foundation.

     

    rpi-update is usually unstable, and a dev version. The average user only needs the distribution version  (dist-upgrade), in any event that wont even get you the newest stuff (e.g., sd card backup/clone, and new Bluetooth UI), instead use this:

     

    sudo apt-get update

    sudo apt-get dist-upgrade

    sudo apt-get install piclone geany usb-modeswitch pi-bluetooth

    sudo apt-get install python-pigpio python3-pigpio

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • e14 Contributor
    0 e14 Contributor over 10 years ago in reply to balearicdynamics

    Hi Enrico,

     

    Thank you for your reply.

     

    • If you are using the SD Card, may depend on a defective or few performant micro sd - I will check with other SD card as well.
    • If you are using the WiFi check the reliability of the wireless dongle - WiFi is working fine. I am using it on other devices.
    • what kind of power you are using for your Raspberry? - 5V 2A PSU
    • What about the operating system you are using? - I am using Raspbian.
    • Did you checked the free space on the system storage (I suppose the micro sd) ? - Free space is around 9GB

     

    Let me know if you require any other information.Thanks again.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • e14 Contributor
    0 e14 Contributor over 10 years ago in reply to rew

    Hi Roger,

     

    Thanx for your response.

     

    Do you have a monitor connected? Does it show a rainbow-coloured square in the top rigth corner of the screen? - I do connect it to monitor but it works perfectly fine. It does not show any rainbow-colored dots.

    I am using 5V 2A PSU.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • e14 Contributor
    0 e14 Contributor over 10 years ago in reply to rive

    Thanks Rive.

     

    I will use the mentioned commands and if it helps.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • packetgeek
    0 packetgeek over 10 years ago

    One possible cause is memory.  If you're running a number of programs, the RPi will "block" when it runs short of memory (i.e., freeze until memory becomes available).  One way to test this is to create a temporary swapfile.  Try the following:

     

      dd if=/dev/zero of=/swapfile1 bs=1024 count 524288

      mkswap /swapfile1

      swapon /swapfile1

     

    For additional troubleshooting, try running "top" at the command line to see which program is hogging memory and/or CPU cycles.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • rive
    0 rive over 10 years ago in reply to e14 Contributor

    It freezes very frequently, even the basic things like email, youtube etc is not working properly on it...

    I do connect it to monitor but it works perfectly fine. It does not show any rainbow-colored dots.

    I am using 5V 2A PSU.

     

     

    For starters, If you are using the Epiphany browser (default pi3 browser) to watch youtube, it will be jerky and freeze. You cannot use the Epiphany browser for Youtube.

     

    Epiphany browser is buggy, and crash prone (also if you ever right click an image, and select 'open image', it opens two images instead of  one).

     

    If you want to watch youtube, or use a better, more stable browser, then you need to install Chrome Browser (Chromium).

     

     

    Secondly, your power supply is insufficient for the Pi3. you need 2.5 or 2.4 A. I use a 5.25V 2.4A power supply. Using a 5V 2A, you may notice the red light blinks or flashes, this will indicate inadequate voltage. A 5V supply will typically output to device around 4.8 or so volts depending on quality and length of cable. 2A in any event, is not enough for the Pi3 , especially if you have any devices connected to the USB ports.

     

    Thirdly, the Pi3 runs very hot, and even youtube will cause thermal overheating on Chromium browser (especially if you are in a case), once you hit 80C, the Pi3 will throttle, and it effectively become slower. At 85C, you drop down to 600 MHz for the Arm processor (it becomes very slow), etc.  get a proper power supply, and add a heatsink, and fan as needed. Simple tests will tell you if you need a heatsink/fan (see cheet sheet).

     

     

    A power supply or overheating issue will cause throttling, which will negatively impact performance.

     

     

    This cheatsheet file I created, has the info you need to update/upgrade your pi, install Chromium for youtube, etc. There is also a video I made illustrating the pi3 overheating on youtube:

     

    Good Luck.

     

     

    cheat sheet (how to):

    https://drive.google.com/file/d/0B2X5T2P-KI8mZjVWZDk1NS1PbEk/view?usp=sharing

     

     

     

    Pi3 Youtube on Chromium browser:

     

    https://youtu.be/EvDg2yiyd1w

    This video is unavailable.
    You don't have permission to edit metadata of this video.

     

     

     

    video 1 (youtube with no cooling, overheat):

     

    https://youtu.be/CBLOIvGPJN0

    You don't have permission to edit metadata of this video.
    Edit media
    x
    image
    Upload Preview
    image

     

     

     

    video 2 (ultimate guide pi3 performance and cooling):

     

    https://youtu.be/KuEZV0WsRLg

    You don't have permission to edit metadata of this video.
    Edit media
    x
    image
    Upload Preview
    image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube