Posts: 8
Threads: 1
Joined: Jul 2014
Reputation:
0
07-31-2014, 09:33 AM
(This post was last modified: 07-31-2014, 01:16 PM by curlymo.)
Hi to all. I'm new in this forum. I'm Italian and I speak English not good.
Now I've connect Raspberry to Arduino by 433 RF modules with library RCSwitch. It work good but the use of CPU is very high.
So I tried in Internet and I found this solution but I didn't understand if I can use it on Arduino.
Is possible to communicate Raspberry and Arduino? If yes, could you help me?
Thank you and sorry for my English
Posts: 7,238
Threads: 92
Joined: Aug 2013
Reputation:
76
Why do you want to use the Arduino at the first place?
Posts: 8
Threads: 1
Joined: Jul 2014
Reputation:
0
- I know Arduino program.
- I have the hardware
- Is very cheap
- I have to do application for different use: control of heater, control electrical current, temperature and for me Arduino is very versatile
Posts: 8
Threads: 1
Joined: Jul 2014
Reputation:
0
Thank you sweetpi for your help, but I'm sorry, I don't understand.
I can use the library RFControl on arduino to send and receive signal but what should I use on Raspberry to "speak" with arduino.
In rfcontroljs documentation you write: "The arduino is connect via serial bus to the processing computer (for example a raspberry pi)" but my goal is to connect arduino and raspberry wireless by 433RF signal...
Posts: 7,238
Threads: 92
Joined: Aug 2013
Reputation:
76
So that would be writing your own protocol for this right?
Posts: 8
Threads: 1
Joined: Jul 2014
Reputation:
0
I tried to understand if exist a library to use on Arduino for "speak" with a Raspberry with pilight
I try to explain what I'm doing now with RCSwitch:
- I install RCSwitch on Raspberry
- I use RCSwitch library on Arduino
so when I send a value fron raspberry to arduino, arduino receive it and the same in the opposite.
In a new configuration I could have pilight on Raspberry, but I don't know what can I use on Arduino.
Sorry, but is very difficult for me to let you know what I want in English...
Posts: 7,238
Threads: 92
Joined: Aug 2013
Reputation:
76
What is the CPU usage actually?