Sample Arduino program to test out with the telemetry:
int k=0;
void setup() {
Serial.begin(57600);
}
void loop() {
Serial.print(k);
Serial.println("Testing Connection");
k++;
delay(50);
}
![]() |
| Pinout for RT telemetry |
![]() |
| Output to PuTTy for RT telemetry |
Greetings! My name is Matthew Ibarra and this is my electronic notebook for ENGR 6 - Programming for Engineers. I am currently taking this class in Fall 2017 at Mt. SAC. In this blog, you can expect to find posts about my classroom activities, laboratory experiments, code documentation, project updates, and other relevant data.
![]() |
| Pinout for RT telemetry |
![]() |
| Output to PuTTy for RT telemetry |
No comments:
Post a Comment