Week 3 progress
- 2f44
- Feb 28, 2020
- 1 min read
Updated: Mar 5, 2020
-Connected the Bluetooth- the implemented Bluetooth type is (HC-05), to be more specific, the Bluetooth we are using is used without button, the button should be able to enter the common mode.
Key to 3.5V
VCC to 5V
GND to GND
TX to TX
RX to RX
-We created an empty file for codding.
-Serial monitor is the monitor response from the components which was connected with the Arduino board.
-We entered AT in the serial monitor to change and alter the mode of the HC-05 to common mode, and check the password by entering AT+PSWD? Then we used AT+PSWD=” new password”
-We used the code AT+ROLE=0 to set HC-05 to a slave and use AT+ADDS? To make sure of the address of the component.
-After that, we changed another HC-05 and with the total same connection, afterwards, we repeated the exact steps, only changed the AT+ROLE=0 (0=slave) to AT+ROLE=1 (1=master).
- AT+BIND= (the address we obtained from the former HC-05), therefore, we changed the colon into comma.
-We set the same password for the master and slave code.
-Connected the servos to the hand and it worked successfully, however, our aim is to keep the servos and the hands in the same position.
-Started constructing the 3D printed hand and connect the parts of the hand with the usage of the fishline, which will be connected to the servo afterwards.
-Started designing the poster layout and divide the parts of the poster to each member of the group.
Author-Ali



Comments