LITERATURE REVIEW (FYP 1)

JOURNAL 1


RASPBERRY PI VS ARDUINO


What is the difference between the two?
  • An Arduino is a microcontroller motherboard. A microcontroller is a simple computer that can run one program at a time, over and over again. It is very easy to use.
  • A Raspberry Pi is a general-purpose computer, usually with a Linux operating system, and the ability to run multiple programs. It is more complicated to use than an Arduino.


What would I use each for?
  • Arduino is best used for simple repetitive tasks: opening and closing a garage door, reading the outside temperature and reporting it to Twitter, driving a simple robot.
  • Raspberry Pi is best used when you need a full-fledged computer: driving a more complicated robot, performing multiple tasks, doing intense calculations.


A simple rule of thumb to decide?
  • Think about what you want your project to do. If you can describe it with less than two ‘and’s, get an Arduino. If you need more than two ‘and’s, get a Raspberry Pi.
  • “I want to monitor my plants and have them Tweet me when they need water.” That can best be done by an Arduino.
  • “I want to monitor my plants and have them Tweet me when they need water and check the National Weather Service and, if the forecast is for fair weather, turn on the irrigation system and if the forecast is for rain, do nothing.” That would best be handled by a Raspberry Pi.



Credit to : Kumar, V., Mahala, P., Kumar, N., Sharma, N., & Rathora, P. (2017). Smart Home Automation Security System Based On IoT

Comments