Smart cool bracelet can switch any mode, and it is also a watch. Will this watch be flashy?
The completed Arduino project can be downloaded on GitHub. Don't rush to compile after downloading, you need to configure the development environment first. Installation of graphics driver: firstly, the graphics processing libraries Adafruit_SSD 1306 and Adafruit-GFX need to be installed to display images on the OLED. (In some development environments, Adafruit library will conflict with Robot_xxx library; If this happens, back up the Robot_xxx library and delete it from the library folder. )
After installing Android software, check whether the system grants it the right to read notifications. Next, turn on the Bluetooth of the mobile phone and pair the Android phone with Arduino's Bluetooth. Then select the connected Arduino in RetroWatch software, and "Connected" on the interface means that the connection is successful. Click the menu, select DatatransfertoWatch, and then the device will use Bluetooth to transmit time and information to the smart watch.
Because the hardware performance of the watch is limited, many functions need to be realized through Android applications. The main function of the watch itself is display. In the Android application, you can set the types of pushable messages (only supporting English character display) and status notifications (battery power and signal strength of the mobile phone, etc.). ), and you can also push the subscribed RSS in the application (you can subscribe to the weather RSS to display the weather on your watch). Updates are synchronized every 30 minutes.