Forum Rule: Always post complete source code & details to reproduce any issue!
-
Teensy 4.1 and HC-05
Hi everyone,
I am pretty new to teensy and I just tried to connect my teensy 4.1 to an HC-05 to connect it to my android. I am using the app "Arduino BlueControl." I connected RX to pin 7 and TX to pin 8 (I also tried the reverse), but I am getting no response on the app terminal. Here is my test code. Any help would be appreciated.
Yehuda Tager
void setup() {
Serial2.begin(9600);
}
void loop() {
Serial2.println("hello");
delay(100);
}
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules