I'm a beginner and I need your help
I have someone questions. What does programming languages are supported the Raspberry Pi? Also, the Raspberry Pi can read video 1080p? Also, Can I install Windows 10 or only Linux?
Jamesh,jamesh wrote:Google would have found your answers much more quickly than asking here....
1. Languages. Almost all of them.
2. It cannot READ video without extra hardware. Do you mean playback 1080p video files? In which case, yes.
3. Windows 10IoT is available, but not desktop Windows 10. Linux is the best supported OS.
All of the above are supported on the Pi.elegendx wrote: 1. Can I write scripts at (C, C++, Java, JavaScript, Python)?
Scotty101, What does it say? Because I was looking for it and I did not get it.scotty101 wrote:All of the above are supported on the Pi.elegendx wrote: 1. Can I write scripts at (C, C++, Java, JavaScript, Python)?
What he said. Of course all of this could have been solved by the OP and some simple google-fu.jamesh wrote:C/C++, Python2 and 3, Java, Bash etc are all installed in the standard Linux image.
Which is here https://www.raspberrypi.org/downloads/ and help is here https://www.raspberrypi.org/help/ or on this forum if you cant find what you need.jamesh wrote:C/C++, Python2 and 3, Java, Bash etc are all installed in the standard Linux image.
https://www.modmypi.com/blog/gpio-and-p ... inking-ledelegendx wrote:Hello.
I have a question. Is Raspberry Pi microprocessor (Computer) or and it can be controller?
For example. Can I say open and close led?
As long as you stick to what the hardware can do (the Pi has no analog I/O pins), you can do whatever you want with it. The most typical use is as a computer (bear in mind that "microprocessor" covers PCs and Mac as well as Single Board Computers), but that doesn't bar it from operating as a microcontroller. in the broadest sense it is a "general purpose computer."elegendx wrote:Hello.
I have a question. Is Raspberry Pi microprocessor (Computer) or and it can be controller?
For example. Can I say open and close led?