hi
i am a beginner in electronics and i am keen to learn about raspberry pi
and how is it programmed is it like the Arduino or something else please
any one help me
hi
i am a beginner in electronics and i am keen to learn about raspberry pi
and how is it programmed is it like the Arduino or something else please
any one help me
You can actually program the raspberry pi like an arduino if you want to, with one big bonus... your not limited to just a few K of program space, your apps can be megs in size if you want
You can also use many other languages like C, Python, Java, Java Script, some graphical design apps like Node-red, Sketch etc
You can actually program the raspberry pi like an arduino if you want to, with one big bonus... your not limited to just a few K of program space, your apps can be megs in size if you want
You can also use many other languages like C, Python, Java, Java Script, some graphical design apps like Node-red, Sketch etc
I agree, you can program the RasPi like an Arduino if you use the WiringPi libraries. This lib uses similar features to the Arduino IDE such as 'pinMode' and 'digitalWrite'. At bit of a warning, I would not use this lib with a servo though.
MakeUseOf is always a good resource of info.
https://www.makeuseof.com/tag/best-raspberry-pi-programming-resources/