rice-eclipse / rice-eclipse-mk1-1

The official repository for mark 1.1 code and pcb schematics for the Rice Eclipse Rocketry Club at Rice University.
GNU General Public License v3.0
1 stars 0 forks source link

Make Raspberry Pi act like Real Time Device #13

Open rjcrjc opened 7 years ago

rjcrjc commented 7 years ago

In general it is hard to make the raspberry pi act like it has a Real Time Operating System (RTOS), especially with common OS like Raspbian. It seems that there are some kernel options that may help this cause. In general we need to find a configuration that minimizes any interruptions from the operation of the system while still supporting networking, which we need to communicate with the base station computer.

I found this link which may be of use.

I suspect this is a very difficult project and we may be better off switching away from the Raspberry pi in the long term instead of tackling this beast.