Use of raspberry pi 3 ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Use of raspberry pi 3 ?

4th Apr 2019, 4:30 AM
Anonymous
Anonymous - avatar
5 Answers
+ 5
Raspberry pi 3 is used in robotics (programming robots) , GPS tracking e.t.c.
4th Apr 2019, 4:45 AM
Arushi Singhania
Arushi Singhania - avatar
+ 3
What's about arduino?
4th Apr 2019, 4:46 AM
Anonymous
Anonymous - avatar
+ 3
You can use a raspberry pi in microcontroller projects that require more processing power such robotics, image processing, building game consoles etc. It runs a linux os. Arduino is a microcontroller with a few kilobytes ram used in projects that require less processing power such as reading temperature sensors and switching on equipment programatically etc
4th Apr 2019, 4:57 AM
Sydney Chako 🇿🇼
Sydney Chako 🇿🇼 - avatar
+ 3
So, which one I choose raspberrypi or arduino
4th Apr 2019, 4:59 AM
Anonymous
Anonymous - avatar
+ 3
Anonymous it depends on your project. Pi if your project requires heavy processing, multitasking and less timing constrains. Arduino if your project requires less processing or if its a single loop requiring great timing precision. E.g. reading a temperature sensor to controll an alarm with a Pi will be like fitting a jet engine to a lawn mower.
4th Apr 2019, 5:10 AM
Sydney Chako 🇿🇼
Sydney Chako 🇿🇼 - avatar