I am trying to upload the arducopter code wirelessly using arduino 1.03. 

I have no issues connecting via mission planner or uploading the code via cable on arduibo 1.03, but whe i attempt to upload it wirelessly, despite adding 

#define GCS_PORT 3
#define SERIAL3_BAUD 57600

to the APM_Config.h file , as well as toggling between 

#define HIL_PORT            3/1

on the APM_Config_Mavlink_hil.h file i keep getting the same issue. 

Is there any way to resolve this ?

28i3var.png

You need to be a member of diydrones to add comments!

Join diydrones

Email me when people reply –

Replies

  • I think the bootloader looks for the hex file to come in through serial port 1. Your changes to the code cannot do anything because it is not yet loaded and runnning. What you are trying to do is probably not posible and why would you want to do it anyway?

This reply was deleted.

Activity