How to get started with raspberry pi and c++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to get started with raspberry pi and c++?

I would like to start putting my knowledge to use and start creating and inventing with raspberry pi projects. C++ is my preferred language. Any ideas on how I should get started would be appreciated.

25th Apr 2019, 1:18 AM
Robert Bishop
Robert Bishop - avatar
1 Answer
+ 5
Just do it, I guess - You should start getting familiar with controlling the Raspberry Pi using C++. IIRC, RPi runs on a Linux kernel, which you can connect to via SSH using a terminal application. Once you have access to the kernel, you can start playing around with the RPi features provided to you, like GPIO, I2C, etc. I would suggest looking at the datasheet for the RPi first, and follow the manual / official guide to set up a build environment for the RPi (if one is needed). https://projects.raspberrypi.org/en/pathways/getting-started-with-raspberry-pi
25th Apr 2019, 2:08 AM
Fermi
Fermi - avatar