How to start experimenting with a Raspberry Pi | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to start experimenting with a Raspberry Pi

Hello, i am all new to the world of programming. I would like to design my own home security alarm system with a Raspberry Pi step by step. Please tell me what's the best way to start and which books or tools you would recommend me. Thank you

24th Nov 2019, 1:30 PM
minh_ducb
minh_ducb - avatar
2 Answers
0
My suggestion: just start playing with the raspberry pi through its command line. Basically ssh to the machine and play with it without any user interface. This will train you to use the terminal. For python, start with sololearn tutorial, it's great. Then, go and look for basic programs which manage GPIO usage on raspberry pi. Manage switches, relays, lights, etcetera. Finally, dig deep into using frameworks such as Flask on gunicorn, creating a VPN, running supervisor, use MQTT protocols, and so on. ๐•ต๐–†๐–“ ๐•ธ๐–†๐–—๐–๐–š๐–˜ tells you it's a loooong way. I tell you he's write, but don't get discouraged, because it's an incredible and enjoyable adventure, and you'll learn much more than you ever imagined. Happy coding! Any questions be sure to ask, my job is mostly playing with raspberry pis and python ;)
24th Nov 2019, 5:24 PM
Gonรงalo Magalhaes
Gonรงalo Magalhaes - avatar
0
Thank you all for your input... Here the adventure will start for me :)
24th Nov 2019, 8:08 PM
minh_ducb
minh_ducb - avatar