Page 1 of 1

Software Serial GPS Connection

Posted: Mon Aug 17, 2020 2:01 am
by LoyalBurrito
Hi Everyone I am new to the multiwii community but not with quads.

I am in the middle of building a small quad which I would like to have GPS functionality. I am using an arduino nano as a flight controller and have it hooked up with a raspberry pi via its one hardware serial port with a 3.3V-5V logic converter. I was wondering if it was possible to change my Neo-6M GPS 9600 BAUD with 1Hz rate to use a software serial port in the multiwii codebase. If not what other options do you recommend? If so how could I achieve this? I am not familiar with using software serial library and changing the Multiwii codebase to accommodate this change.

Thank you in advance!

Re: Software Serial GPS Connection

Posted: Sat Aug 22, 2020 2:50 pm
by PatrikE
Hi,
I don't think you can connect gps via Soft serial.
You can use a I2C gps on it though.
Simply a Arduino reading GPS and acts like a I2C unit.
Then you can run the GPS at 57600 and 5hz