[Lotta of Questions] New to Raspberry

How is it to PDE on a Raspeberry? Does it have something different / special?

What should I know before to start?

I am going to buy a Raspeberry P3 B+ for a school project about AI.

Heres what it will have:

Text to speech
Speech to Text
Face Recognition
Intent Parsing
I18N
‘Skills’ (not clearly explained what they are)

With one of these AI skills, can I make something interactive/interesting in Processing?

after my win 7 desktop lost its backup harddrive
i only work on RPI.
( like for this forum work and using Processing IDE …)

what is very special is the direct GPIO

now there will be sketch what not run in normal graphic mode
so you might need to setup KMS

but that has some downsides for the full desktop settings.

you have 1GB RAM
for cpu, gpu, ramdisk
and as soon any program starts to talk ( or gets paged )
with the system drive:
that is a uSD card // slow // easy gets wear out by write cycles //
so if you are one of these guys how always has 20 tabs open in the browser
you will learn better.

tip’s about the cards:

never ever cut the power without shutdown!

RPI is great for projects where you connect a big TV ( via HDMI cable ) ( powerup that first!)
while keyboard mouse not might be needed as you can operate the RPI via VNC remotely ( or SSH putty)

you should be aware that not all linux software is available for the RPI / armhf
also there is a range of OS available, better stick with RASPBIAN

DEBIAN stretch
Linux version 4.14.79-v7+
Raspberry Pi 3 Model B Plus Rev 1.3

as that is best supported.

3 Likes