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.
1 Answer 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.
-
Thank you for your answer. Can you tell the other OS that are available for raspberry piuser42939– user429392016年03月31日 05:16:25 +00:00Commented Mar 31, 2016 at 5:16
-
1If you look to the left you will see related questions including this one raspberrypi.stackexchange.com/questions/534/…Steve Robillard– Steve Robillard2016年03月31日 05:18:47 +00:00Commented Mar 31, 2016 at 5:18
-
Does Nard SDK will be suitable for my apllication???user42939– user429392016年03月31日 05:49:36 +00:00Commented Mar 31, 2016 at 5: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– Steve Robillard2016年03月31日 05:53:18 +00:00Commented Mar 31, 2016 at 5:53