About

Gender

Male


Location

Charleston, WV


Activity Feed

Zachary Long commented on Chris Anderson's blog post ArduPilot home page
"Hi all,

Does anyone know how to perform either an external interrupt or a pin change interrupt on the Ardupilot?
I ask because the RC inputs take up the two external interrupt pins (INT0 and INT1) that are used for the
attachInterrupt() function.…"
Jun 30, 2009
Zachary Long commented on jaron's blog post SimpleSerialization - serial communication for the Arduino/ArduPilot
"Sorry looks like the two includes at the top got a little screwed up one is for the SoftwareSerial, the other is for SimpleSerial

Also I forgot the cpp file for navDatanavData.cpp"
Jun 18, 2009
Zachary Long commented on jaron's blog post SimpleSerialization - serial communication for the Arduino/ArduPilot
"Jaron, sorry to keep bothering you but I am continually being hung up by things. Below I have attached some code and the support files. Running this causes the Arduino to reboot every time it gets to the serA.write(&navData); line. What am I doing…"
Jun 18, 2009
Zachary Long commented on jaron's blog post SimpleSerialization - serial communication for the Arduino/ArduPilot
"Jaron,

After reviewing the code again I too see no problem however I am still stuck trying to declare multiple instances. Below are two examples that I have tried and the errors that go along with them.

1. #include "SimpleSerialization.h"…"
Jun 15, 2009
Zachary Long commented on jaron's blog post SimpleSerialization - serial communication for the Arduino/ArduPilot
"Jaron,

Is it possible to declare multiple instances of the SimpleSerialization each pointing at a separate serial port. Forgive the extra stuff in the code...

Thanks

EX:

SimpleSerialization serA;
SimpleSerialization serB;

void setup()
{…"
Jun 12, 2009
Zachary Long replied to Reto's discussion Xbee Pro long range made affordable until end of February 2009
"Has anyone successfully used the PWM signal from pin 6 doe measure the RSSI. I have attempted with the code below, but have not perfected the results. Maybe one of you know something that I have missed...

P.S. The relevant code is in bold, all the…"
Jun 11, 2009
Zachary Long commented on jaron's blog post SimpleSerialization - serial communication for the Arduino/ArduPilot
"Jaron, recently tried to use your SimpleSerialization with my own data structure but I am having some issues. I constructed my classes based off of your examples/source but I still have a few questions. I have posted my source code below, can you…"
Jun 9, 2009