uracoli-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[uracoli-devel] Re: Introducing myself and my project


From: John Duksta
Subject: [uracoli-devel] Re: Introducing myself and my project
Date: Fri, 29 Oct 2010 12:18:07 -0400

On Oct 29, 2010, at 10:42 AM, John Duksta wrote:
> Now I'm going to take Charles Goyard's instructions on getting uracoli 
> working with Arduino-0021 and see how I make out. I'll be sure to report in.

OK. I've got uracoli properly installed as a third party package under OS X.

RadioUart and IoCheck build correctly. 
HelloRadio isn't building due to the following errors:

HelloRadio:8: error: variable or field 'transmitDoneCallback' declared void
HelloRadio:8: error: 'txdone_t' was not declared in this scope
HelloRadio.cpp: In function 'void setup()':
HelloRadio:23: error: 'radioInit' was not declared in this scope
HelloRadio:24: error: 'radioSetChannel' was not declared in this scope
HelloRadio:25: error: 'radioSetIdleState' was not declared in this scope
HelloRadio:26: error: 'radioState' was not declared in this scope
HelloRadio.cpp: In function 'void loop()':
HelloRadio:41: error: 'radioTransmit' was not declared in this scope
HelloRadio.cpp: At global scope:
HelloRadio:66: error: variable or field 'transmitDoneCallback' declared void
HelloRadio:66: error: 'txdone_t' was not declared in this scope

Moving transmitDoneCallback() and receiveFrameCallback() up above setup() 
helps, but I still get the following compilation errors:

HelloRadio:6: error: variable or field 'transmitDoneCallback' declared void
HelloRadio:6: error: 'txdone_t' was not declared in this scope
HelloRadio:20: error: variable or field 'transmitDoneCallback' declared void
HelloRadio:20: error: 'txdone_t' was not declared in this scope

I'm getting ready to try dropping some code on my deRFA modules, but I'm a bit 
hesitant to do so before I get some guidance from people more experienced. My 
questions:

* Is the bootloader in a working state?
* If not, could someone provide an appropriate avrdude command line for 
flashing the deRFA? I'm fearful of setting the wrong fuses and bricking my 
modules.

Thanks,
-j





reply via email to

[Prev in Thread] Current Thread [Next in Thread]