Processing sensor data with c/c++ on linux

Hi guys,

I have a demosat, and it’s been working great using sketch and reading data from chrome.
Now I want to process the sensor data with c or c++ on linux. How should I do this?
basically i want to simulate as close as it is, ie, flight computer reading in sensor data and doing attitude control and so on.

regards,
Derek

Hello Derek,
Interesting! Here is a guide for working with the Spaceboard Sensor board on a linux operating system, specifically RaspberryPi. https://ehub.ardusat.com/experiments/1958
Look forward to hearing how you use this.
Thank you
Kevin

Thanks Kevin for you reply!

Derek