Hey guys!!! Can I use raspberry pi AND arduino AS ONE PLATFORM with arduino IDE???
For example , if I have one led connected to raspberry pi and one motor connected to arduino platform,can I control them without problems ???
Can I connect raspberry pi and arduino via USB and then all is ok??
you can make them communicate with each other over serial, I2C or SPI. if you have some information to share between them, you can coordinate their efforts. search for "raspberry pi connect to Arduino"
if I have a temperature sensor connected to arduino platform and I want to receive data from arduino platform to raspberry pi (in raspberry pi I use arduino IDE) ,how can I receive the data?Which is the code to RECEIVE data? (I do not want to use python)
Ι 'm looking for code but nothing...