Good morning,
over the years I have been carrying out a project with Arduino, essentially an inertial platform with GPS that interfaces with a BLE weather station for analyzing the motion of a sailing boat.
lately I feel the need to add a display to my project but using the MKR arduinio and having the serial port occupied by the GPS I have never managed to find an economical solution.
given the advent of the Arduino GIGA WIFI and its display I was thinking of moving from the MKR family to the GIGA family but I wouldn't want to lose the shields I had printed for the MKR.
my big question is:
- can I continue to use the BN055 IMU with i2c communication even though I already have a gyroscope on the GIGA Display? maybe finding a compatible library (which is better than the garbage can provided by Arduino)
- serial1 remains free or is occupied by the display, I should interface with the GPS using the Sparkfun library THIS
Thanks so much for any replies <3