From 4132a332ff6d43a88f353d330754d621a52ee553 Mon Sep 17 00:00:00 2001 From: LilyGO <31160602+LilyGO@users.noreply.github.com> Date: Thu, 11 Jan 2018 16:34:59 +0800 Subject: [PATCH 1/5] Update README.md --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce75e33..6653c72 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,35 @@ ### ESP_IDF:https://github.com/espressif/esp-idf -### DEMO:https://github.com/moononournation/ESP32_BiJin_ToKei + ## Bluetooth audio + +### DEMO:https://github.com/kodera2t/ESP32_OLED_webradio + ![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/image1.jpg) +### 1.Note that Data pin 22 is changed to pin 19. + ESP32_OLED_webradio/components/audio_renderer/audio_renderer +      ![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/Image8.png) +### 2.make menuconfig +      open buletooth + ![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/Image9.png) + ![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/Image10.png) +   ![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/Image11.png) + ![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/Image12.png) + ![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/Image13.png) +### 3.make all && make flash + +### In order to prevent accidents, the completion of the compiler above can be directly programmed. Of course, DIY will be more fun + ## Album clock + +### DEMO:https://github.com/moononournation/ESP32_BiJin_ToKei + ![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/image2.jpg) + ![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/image3.jpg) ![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/image4.jpg) From 7c7fa0409fb7ddd095560eab4d333a3e8a235e0c Mon Sep 17 00:00:00 2001 From: LilyGO <31160602+LilyGO@users.noreply.github.com> Date: Thu, 11 Jan 2018 16:47:05 +0800 Subject: [PATCH 2/5] Update README.md --- README.md | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6653c72..515d1b9 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ # TTGO-TM-ESP32 +![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/image3.jpg) + +![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/image4.jpg) ## Website ### ESP_IDF:https://github.com/espressif/esp-idf - +![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/image1.jpg) +![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/image2.jpg) ## Bluetooth audio @@ -22,6 +26,8 @@   ![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/Image11.png) ![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/Image12.png) ![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/Image13.png) +      Finally,Check the settings +      ![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/Image14.png) ### 3.make all && make flash ### In order to prevent accidents, the completion of the compiler above can be directly programmed. Of course, DIY will be more fun @@ -29,10 +35,18 @@ ## Album clock ### DEMO:https://github.com/moononournation/ESP32_BiJin_ToKei - ![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/image2.jpg) +### 1.change wifi password +![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/image7.jpg) +![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/image6.jpg) + +### 2.Time zone settings + +### East eight districts -- East eight districts +![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/image5.jpg) + + + -![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/image3.jpg) -![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/image4.jpg) From e499438ce95e4af9794d7f4410b2bb6425e891d5 Mon Sep 17 00:00:00 2001 From: LilyGO <31160602+LilyGO@users.noreply.github.com> Date: Thu, 11 Jan 2018 16:49:56 +0800 Subject: [PATCH 3/5] Update README.md --- README.md | 35 +++++++++++++++++++++-------------- 1 file changed, 21 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 515d1b9..92c458a 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,32 @@ ![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/image3.jpg) -![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/image4.jpg) + ## Website ### ESP_IDF:https://github.com/espressif/esp-idf - +### PHOTO_DEMO:https://github.com/moononournation/ESP32_BiJin_ToKei +### MUSIC_DEMO:https://github.com/kodera2t/ESP32_OLED_webradio ![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/image1.jpg) ![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/image2.jpg) + + +## Album clock + +### DEMO:https://github.com/moononournation/ESP32_BiJin_ToKei +![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/image2.jpg) +### 1.change wifi password +![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/image7.jpg) +![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/image6.jpg) + +### 2.Time zone settings + +### East eight districts -- East eight districts +![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/image5.jpg) + + + ## Bluetooth audio ### DEMO:https://github.com/kodera2t/ESP32_OLED_webradio @@ -32,18 +50,7 @@ ### In order to prevent accidents, the completion of the compiler above can be directly programmed. Of course, DIY will be more fun -## Album clock - -### DEMO:https://github.com/moononournation/ESP32_BiJin_ToKei -![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/image2.jpg) -### 1.change wifi password -![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/image7.jpg) -![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/image6.jpg) - -### 2.Time zone settings - -### East eight districts -- East eight districts -![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/image5.jpg) + From cb2dfcbdde8c82828d8566b3fc7baef0b51f5212 Mon Sep 17 00:00:00 2001 From: LilyGO <31160602+LilyGO@users.noreply.github.com> Date: Thu, 11 Jan 2018 16:52:11 +0800 Subject: [PATCH 4/5] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 92c458a..aa3a916 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ ### 1.Note that Data pin 22 is changed to pin 19. ESP32_OLED_webradio/components/audio_renderer/audio_renderer      ![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/Image8.png) + ### 2.make menuconfig      open buletooth ![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/Image9.png) @@ -44,8 +45,9 @@   ![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/Image11.png) ![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/Image12.png) ![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/Image13.png) -      Finally,Check the settings +   Finally,Check the settings      ![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/Image14.png) + ### 3.make all && make flash ### In order to prevent accidents, the completion of the compiler above can be directly programmed. Of course, DIY will be more fun From 4636f5b4b73065acfa534eb563b65cffaef2311a Mon Sep 17 00:00:00 2001 From: LilyGO <31160602+LilyGO@users.noreply.github.com> Date: Thu, 11 Jan 2018 17:09:59 +0800 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa3a916..75d0e5d 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ ![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/image1.jpg) -### 1.Note that Data pin 22 is changed to pin 19. +### 1.Important:Note that Data pin 22 is changed to pin 19. ESP32_OLED_webradio/components/audio_renderer/audio_renderer      ![image](https://github.com/LilyGO/TTGO-TM-ESP32/blob/master/Image/Image8.png)