Arduino Forum
>
General Category
>
General Discussion
(Moderators:
mbanzi
,
DojoDave
,
mellis
)
>
Does anyone have experience programming on the pcDuino?
Print
Go Down
Pages:
[1]
Topic: Does anyone have experience programming on the pcDuino?
(Read 5418 times)
previous topic
-
next topic
econjack
Faraday Member
Posts: 4,468
Karma: 545
[add]
I'm not bossy...I just know what you should be doing.
https://groups.io/g/SoftwareControlledHamRadio
Does anyone have experience programming on the pcDuino?
Jul 26, 2013, 01:36 pm
I've got a pretty serious data logging need and it appears that perhaps the new Due can keep up, but then I read the specs on the pcDuino. It's similar to the Due and Raspberry Pi, but is clocked at 1Ghz, has 2Gb of Flash, 1Gb of DRAM, HDMI and Wifi interface and it can run Arduino shields with a hardware interface, but subject to the 3.3v issues the Due has. The price is about $60. The following two videos make me think it could be my answer:
https://learn.sparkfun.com/tutorials/getting-started-with-pcduino
http://raspberrypihax.net/pcduino-competition-that-could-take-on-the-raspberry-pi/
I've even heard GCC is onboard. Does anyone have any experience programming it?
nid69ita
Shannon Member
Posts: 12,948
Karma: 556
[add]
miaaao ^-^
Re: Does anyone have experience programming on the pcDuino?
#1
Jul 26, 2013, 01:41 pm
Last Edit
: Jul 26, 2013, 01:55 pm by nid69ita
Reason
: 1
On same site also a tutorial about programming it:
https://learn.sparkfun.com/tutorials/programming-the-pcduino
I have Raspberry and some things are similar.
You are on a mini-computer with a O.S. linux.
Programming in C++ or Python.
For pins you use directly the pin as a file (not Raspberry, it require a library for C o Python).
For I2C required a library like Raspberry.
>> sudo apt-get install i2c-tools
my name is IGOR, not AIGOR
econjack
Faraday Member
Posts: 4,468
Karma: 545
[add]
I'm not bossy...I just know what you should be doing.
https://groups.io/g/SoftwareControlledHamRadio
Re: Does anyone have experience programming on the pcDuino?
#2
Jul 26, 2013, 01:54 pm
Yes, I did see that, but it was published by Sparkfun who is also the US distributor. I was hoping for someone here's opinion on it.
nid69ita
Shannon Member
Posts: 12,948
Karma: 556
[add]
miaaao ^-^
Re: Does anyone have experience programming on the pcDuino?
#3
Jul 26, 2013, 01:58 pm
pcDuino for a superuser of forum is very great.
But this opinion is expressed here in italian. You can try using google translator or sending a PM to it.
http://forum.arduino.cc/index.php?topic=151614.msg1317746#msg1317746
@astrobeed is a very expert about MCU.
my name is IGOR, not AIGOR
econjack
Faraday Member
Posts: 4,468
Karma: 545
[add]
I'm not bossy...I just know what you should be doing.
https://groups.io/g/SoftwareControlledHamRadio
Re: Does anyone have experience programming on the pcDuino?
#4
Jul 26, 2013, 03:18 pm
Thanks!
cmiyc
Tesla Member
Posts: 6,629
Karma: 252
[add]
Baldengineer
http://www.baldengineer.com
Re: Does anyone have experience programming on the pcDuino?
#5
Jul 27, 2013, 08:12 pm
Quote from: econjack on Jul 26, 2013, 01:36 pm
It's similar to the Due and Raspberry Pi,
It is similar to the Pi, but not the Due.
The Due is a standalone Microcontroller.
The Pi and this pcDuino are both embedded computers running an operating system.
That's quite a bit of difference there.
Capacitor Expert By Day, Enginerd by night. || Personal Blog:
www.baldengineer.com
|| Electronics Tutorials for Beginners:
www.addohms.com
Print
Go Up
Pages:
[1]
Loading...