I have Raspberry Pi which needs to read sensor data through Bluetooth and I2C. I want to know the Linux operating system which will be well suited for this application.
Asked
Active
Viewed 205 times
1 Answers
1
Most of the OS's available for the Pi would be able to meet your requirements. However, as it appears from your question that you are fairly new to the Pi I would suggest Raspbian which is based on Debian. You can download it from here. The main reason for this suggestion is that there are simply more tutorials and a bigger user base running Raspbian than the other OS's. This will make it easier to find code samples and get help when you run into problems. I would also suggest downloading the full (not lite) version as it includes the GUI making some tasks easier.

Steve Robillard
- 34,687
- 17
- 103
- 109
-
Thank you for your answer. Can you tell the other OS that are available for raspberry pi – user42939 Mar 31 '16 at 05:16
-
1If you look to the left you will see related questions including this one http://raspberrypi.stackexchange.com/questions/534/definitive-list-of-operating-systems?rq=1 – Steve Robillard Mar 31 '16 at 05:18
-
Does Nard SDK will be suitable for my apllication??? – user42939 Mar 31 '16 at 05:49
-
I have no experience with it, but unless you are already familiar with it; you will have an easier time with Raspbian. – Steve Robillard Mar 31 '16 at 05:53