I am building electric drumsticks. Each stick contains a piezo impact sensor, Teensy 4.0, 3.6V NiMH battery and an HC-05 bluetooth module. These modules should send data processed by the Teensy 4.0 to a master HC-05 module connected to a Teensy 4.1. This Teensy 4.1 will handle audio processing data and convert the signal into sound output through the 3.5mm jack on the audio shield (I am aware I will likely need two separate master HC-05 modules to handle data from each stick).
I have been trying to connect my Teensy 4.0 to the first HC-05 slave module, however despite having slow blinking once every 2 seconds the serial monitor does not print responses when AT commands are entered.
My current pin setup is as follows:
HC-05 --> Teensy 4.0
GND --> GND
VCC --> 5V
RX --> TX
TX --> RX
EN --> 3.3V
Does anyone know how I can solve this? I am open to different methods entirely.
I have been trying to connect my Teensy 4.0 to the first HC-05 slave module, however despite having slow blinking once every 2 seconds the serial monitor does not print responses when AT commands are entered.
My current pin setup is as follows:
HC-05 --> Teensy 4.0
GND --> GND
VCC --> 5V
RX --> TX
TX --> RX
EN --> 3.3V
Does anyone know how I can solve this? I am open to different methods entirely.