As a beginner, I noticed many people mix arduinos and RPi, but I don't understand what does the arduino givess that the RPi doesn't have.
It might sound like a stupid question to many, but well, I don't know the answer to it

Thanks in advance !
DominusPi wrote:Hey guys !
As a beginner, I noticed many people mix arduinos and RPi, but I don't understand what does the arduino givess that the RPi doesn't have.
It might sound like a stupid question to many, but well, I don't know the answer to it![]()
Thanks in advance !
No, you don't. At least , you don't have this list on the Pi:Richard-TX wrote:I have no use for an Arduino. I have plenty of I-O capabilities on the Rpi.
Not without extra hardware it can't. Arduino is one way of providing extra interfacing to the outside world, utilising one sort of additional hardware. There are other ways of providing extra interfacing to the outside world using other sorts of additional hardware. Is that supposed to be a brilliant revelation?One Rpi can have:
1,982 PWM outputs
64 ADCs (4 channel)
512 GPIO ports
plus eeproms, dacs, etc etc.
I agree, in my application I can either use the RPI.GPIO or USB to a Arduino Uno.jamesh wrote:Don't think anyone has mentioned to better real time reaction performance of the Arduino. So you can be much more accurate in GPIO timings with no Linux OS getting in the way and causing jitter.
Adding an Arduino is adding extra hardware.achrn wrote:No, you don't. At least , you don't have this list on the Pi:Richard-TX wrote:I have no use for an Arduino. I have plenty of I-O capabilities on the Rpi.
Not without extra hardware it can't. Arduino is one way of providing extra interfacing to the outside world, utilising one sort of additional hardware. There are other ways of providing extra interfacing to the outside world using other sorts of additional hardware. Is that supposed to be a brilliant revelation?One Rpi can have:
1,982 PWM outputs
64 ADCs (4 channel)
512 GPIO ports
plus eeproms, dacs, etc etc.
Sudo apt-get install handwaviumshuckle wrote:I have not found those 64 ADCs in my raspberry. Should I return it or can you explain where they are?
C'mon, dude, I was over the “my computer's better than your computer” wars in 1985. Unless you got a Large Hadron Collider-class data acquisition system in a box accidentally marked ‘Raspberry Pi’, the current GPIO as generally configured can only do:Richard-TX wrote:I doubt that the Arduino could provide everything listed above - simultaneously. The Raspberry Pi can.
Do you think possibly that would be why I said "Arduino is one way of providing extra interfacing to the outside world, utilising one sort of additional hardware."Richard-TX wrote:Adding an Arduino is adding extra hardware.achrn wrote:
Not without extra hardware it can't. Arduino is one way of providing extra interfacing to the outside world, utilising one sort of additional hardware. There are other ways of providing extra interfacing to the outside world using other sorts of additional hardware. Is that supposed to be a brilliant revelation?
No it can't. That's a simple straight fact.Richard-TX wrote: I doubt that the Arduino could provide everything listed above - simultaneously. The Raspberry Pi can.
What? May be I have missed a point some where but as far as I can tell the Pi has very limited I/O capabilities, a few GPIO an UART, SPI etc on the GPIO header.I have no use for an Arduino. I have plenty of I-O capabilities on the Rpi.
One Rpi can have:
1,982 PWM outputs
64 ADCs (4 channel)
512 GPIO ports
plus eeproms, dacs, etc etc.