I am pretty new to the c++ and raspberry pi.
I am trying to run a real time sensor motor control with the help of Raspberry pi, using cpp. I am sniffing the sensor data through Ethernet and sending control signal to motor through usb. (Using lpcap libraries).
I just wanted to run this program on my RPi. I have installed "Raspbian Wheezy minimal distribution" for this purpose. My sensor processing speed is better, but still having latency in signal sniffing and execution. On ubuntu workstation I found that the total process is using only 13 mb OF MEMORY. I don't understand why still my signal processing speed is low on RPi, compared to that of workstation!! Is it possible to increase the processing speed, in some other manner?
1 Answer 1
you can overclock the pi to increase it's processing speed by running
sudo raspi-config
and selecting the overclock option, if this helps.
I would also add that the higher you overclock the processor, the more unstable it may become. try incrementing overclock speeds slowly, and see what impact it has on your process.
Explore related questions
See similar questions with these tags.
top
on the Pi, to see memory/cpu usage?