Raspberry pi

For questions and comments on programming in general. And for any items that don't fit into the forums below.

Moderators: Benj, Mods

Post Reply
Bill Felker
Flowcode v5 User
Posts: 47
Joined: Tue Sep 24, 2013 7:21 pm
Has thanked: 18 times
Been thanked: 12 times
Contact:

Raspberry pi

Post by Bill Felker »

I don't know if anyone has asked this yet but are there any plans for Flowcode to be compatible with the Raspberry pi ? I got one from my son on Christmas and am just getting started with it. Thanks.
Bill :D

EtsDriver
Posts: 444
Joined: Tue Apr 15, 2014 4:19 pm
Location: Kajaani, Finland
Has thanked: 345 times
Been thanked: 227 times
Contact:

Re: Raspberry pi

Post by EtsDriver »

Unfortunately, flowcode doesn't support raspberry pi, as raspberry pi is more meant to be a computer than a microcontroller.

For Rasberry Pi starters I'd recommend learning python, or if the language should be graphical, I'd take look at the scratch language. I have no idea does it have any way to interface with the I/O of raspi like the python does, as far I know scratch is more for games and interactive stories for kids to make...

For python camp (as I use it almost every day), I'd like to say that it is pretty easy to learn but can be some times hard to debug, but led blinking and etc are pretty easy to do.

For starting electronics hobby, i would recommend getting a small development board like Arduino/genuino uno starter kit (basic leds, resistors (fixed and variable), capacitors, transistors, switches, LCD display, ldr sensor etc...) I have couple of easy projects that even don't need any more than couple transistors, one led and some resistors,and internet is full of em.

To get use for the raspi, teach youself and your son some scratch programming (scratch is the funny kitten image on the raspi gui desktop), or chart drawings to get started with python... :) For raspberry pi I/O breakout, i personally use the adafruit breakout board. :)

Remember it is 3,3V io!

Happy computing!
Ill just keep the good work up!

Post Reply