Pi3: Getting BLE Up and Running
Raspberry Pi running Wheezy (Debian 7) There’s a few different way to figure out what distribution you have. You can do:$lsb_release -aor$cat /proc/version (didn’t work for me)or$cat /etc/*-releaseI’m sure there are other ways. Here are the results for all 3: (Note: I tried getting this project going using Jessie (Debian 8) and had mixed results. …