I am trying to use the Adafruit BNO055 board using their provided python code. it keeps having trouble with the serial port and frantic googling and serveral wipe cleans and start agains haven't made it work as of yet. Here is a list of operations i have done (after wipe) in order
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo rpi - update
sudo reboot
sudo nano /boot/config.txt (added dtoverlay=pi3-miniuart-bt at the end of file)
sudo reboot
sudo nano /boot/cmdline.txt (would have edited but didn't need to)
sudo systemctl disable hicuart
sudo reboot
sudo systemctl disable serial-getty@ttyAMA0.service
sudo reboot
then all adafuruit software downloaded using the guide on their website ( https://learn.adafruit.com/bno055-absol ... k/software ) however when i run the simpletest.py i get the error:
serial.serialutil.SerialExeption: could not open port /dev/ttyAMA0: [Errno 2] No such file or directory: '/dev/ttyAMA0'
what going on?!