GPS on Crius SE board

This forum is dedicated to software development related to MultiWii.
It is not the right place to submit a setup problem.
Software download
User avatar
haydent
Posts: 583
Joined: Sun Jun 17, 2012 1:35 am
Location: NSW, AU

Re: GPS on Crius SE board

Post by haydent »

ive got this problem where if i have the gps connected to serial 0 at bootup, my arduino never finishes booting up, instead just showing solid pin 13 led.

im thinking it is being triggered by the gps serial signal to hang and wait for a new sketch (which never comes)

has anyone experienced this ? any way around it ?

thanks.

User avatar
haydent
Posts: 583
Joined: Sun Jun 17, 2012 1:35 am
Location: NSW, AU

Re: GPS on Crius SE board

Post by haydent »

haydent wrote:ive got this problem where if i have the gps connected to serial 0 at bootup, my arduino never finishes booting up, instead just showing solid pin 13 led.

im thinking it is being triggered by the gps serial signal to hang and wait for a new sketch (which never comes)

has anyone experienced this ? any way around it ?

thanks.


found out this was because i as trying to do it on a mega based board which uses a different bootloader, that doesnt have the code in it the 328 bootloader does that allows it to boot with an active serial0 device attached

Post Reply