So, I have the following modules:
-Grove - Temperature&Humidity Sensor (High-Accuracy &Mini) v1.0
-stepper motor
-Adafruit TB6612 1.2A DC/Stepper Motor Driver Breakout Board
-arudino uno
So I have a code for the data reading from the sensor and its working. Then I have a code for the stpper to rotate with a char input and is also workin separate. But when I combine this two the char input is not working if the BT module is connected to TX RX.
The TEST.ino is the code where I combined the stepper and BT.
Well, don't know why exactly is writen everything. Im still learning. And stuff what's not commented i try to understand.
The bluetooth is paired with an App that i made where I can read temp. and hum. separately. But at the same time there is a stepper motor connected where I want him to move whenever i write 1 or 2.