Thanks Thanks:  2
Likes Likes:  15
Dislikes Dislikes:  0
Results 1 to 15 of 16

Thread: Esp8266

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    dishwasher val's Avatar
    Join Date
    14 Jul 2007
    Location
    DTX
    Posts
    1,857
    Mentioned
    31 Post(s)
    Rep Power
    84

    Default Esp8266

    1. NTP Clock Un proiect simplu pentru weekend, sursa:



    Tot acolo link pentru fisierele necesare; din cate observati, conform clipului nu aveti nevoie de letcon pentru constructie. La mine a durat mai mult deoarece nu am folosit placa de dezvoltare, doar modulul ESP8266-12F ;este mai ieftin si ocupa spatiu mai putin. Acesta l-am lipit pe un PCB adaptor, construind un montaj minimalist (scheme sunt pe net),programarea facandu-se cu un adaptor USB / UART extern.

    IMG_20211010_165549_1.jpg

    Setarea ceasului se face din interfata de configurare web unde mai gasim optiuni pentru afisarea unor contoare de pe Youtube si Instagram si optiune de afisare a temperaturii. Primele doua nu ma intereseaza le-am trecut pe Off, cu temperatura ar fi de discutat: este nevoie de City ID de pe site-ul rusesc Yandex Pagoda. In viteza am cautat cate ceva despre acest ID, fara succes dar chiar si asa fonturile pt. temperatura sunt urate. Ca atare, ramane numai afisarea orei, ramane de vazut cum se comporta cand pica netul

    IMG_20211010_172243.jpg

    Modulul, adaptorul pcb si afisajul de pe ALI cumparate.
    UFS910, Nokia d-Box1, Nokia d-Box2, Optibox500, Vu+ Zero4K

  2. #2
    Happy fery21's Avatar
    Join Date
    18 Feb 2008
    Location
    Big Bang
    Posts
    2,454
    Mentioned
    6 Post(s)
    Rep Power
    76

    Default

    Acum cateva luni in urma am realizat si eu cateva proiecte clock esp8266
    esp8266 max7219-4.jpg

    esp8266 max7219-4-1.jpg

    esp8266 max7219-7.jpg

    esp8266 max7219-7-1.jpg

    esp8266 max7219-7-2.jpg
    ..::EGAMI TEAM::..

  3. #3
    dishwasher val's Avatar
    Join Date
    14 Jul 2007
    Location
    DTX
    Posts
    1,857
    Mentioned
    31 Post(s)
    Rep Power
    84

    Default

    Prefer cele cu fonturile "bolduite", ca cel din a doua ta fotografie.
    UFS910, Nokia d-Box1, Nokia d-Box2, Optibox500, Vu+ Zero4K

  4. #4
    Happy fery21's Avatar
    Join Date
    18 Feb 2008
    Location
    Big Bang
    Posts
    2,454
    Mentioned
    6 Post(s)
    Rep Power
    76

    Default

    Am uitat sa adaug fisierul .stl pentru imprimanta 3D AICI
    ..::EGAMI TEAM::..

  5. #5
    Happy fery21's Avatar
    Join Date
    18 Feb 2008
    Location
    Big Bang
    Posts
    2,454
    Mentioned
    6 Post(s)
    Rep Power
    76

    Default

    Am folosit Font_Data_Numeric.h

    Case cel rotud este AICI

    Code:
    // Data file for user example user defined fonts
    #ifndef FONTDATA_H
    #define FONTDATA_H
    
    MD_MAX72XX::fontType_t numeric7Seg[] PROGMEM = 
    {
    	0,		// 0
    	0,		// 1
    	0,		// 2
    	0,		// 3
    	0,		// 4
    	0,		// 5
    	0,		// 6
    	0,		// 7
    	0,		// 8
    	0,		// 9
    	0,		// 10
    	0,		// 11
    	0,		// 12
    	0,		// 13
    	0,		// 14
    	0,		// 15
    	0,		// 16
    	0,		// 17
    	0,		// 18
    	0,		// 19
    	0,		// 20
    	0,		// 21
    	0,		// 22
    	0,		// 23
    	0,		// 24
    	0,		// 25
    	0,		// 26
    	0,		// 27
    	0,		// 28
    	0,		// 29
    	0,		// 30
    	0,		// 31
    	1, 0,		                      //  32 - 'Space'
    	0,		// 33 - '!'
    	0,		// 34 - '"'
    	0,		// 35 - '#'
    	0,  	// 36 - '$'
    	0,		// 37 - '%'
    	0,		// 38 - '&'
    	0,		// 39 - '''
    	0,		// 40 - '('
    	0,		// 41 - ')'
    	0,		// 42 - '*'
    	0,		// 43 - '+'
    	0,		// 44 - ','
    	0,		// 45 - '-'
    	1, 64,		                    //  46 - '.'
    	0,		// 47 - '/'
    	5, 127, 65, 65, 65, 127,	    //  48 - '0'
    	5, 0, 0, 127, 0, 0,				//  49 - '1'
    	5, 121, 73, 73, 73, 79,		    //  50 - '2'
    	5, 73, 73, 73, 73, 127,		    //  51 - '3'
    	5, 15, 8, 8, 8, 127,		      //  52 - '4'
    	5, 79, 73, 73, 73, 121,		    //  53 - '5'
    	5, 127, 73, 73, 73, 121,	    //  54 - '6'
    	5, 1, 1, 1, 1, 127, 		      //  55 - '7'
    	5, 127, 73, 73, 73, 127,	    //  56 - '8'
    	5, 79, 73, 73, 73, 127, 	    //  57 - '9'
    	1, 20,		// 58 - ':'
    	0,		// 59 - ';'
    	0,		// 60 - '<'
    	0,		// 61 - '='
    	0,		// 62 - '>'
    	0,		// 63 - '?'
    	0,		// 64 - '@'
    	5, 127, 9, 9, 9, 127,		      //  65 - 'A'
    	5, 127, 73, 73, 73, 54,		    //  66 - 'B'
    	5, 127, 65, 65, 65, 65,		    //  67 - 'C'
    	5, 127, 65, 65, 65, 62,		    //  68 - 'D'
    	5, 127, 73, 73, 73, 73,		    //  69 - 'E'
    	5, 127, 9, 9, 9, 9,			      //  70 - 'F'
    	0,		// 71 - 'G'
    	0,		// 72 - 'H'
    	0,		// 73 - 'I'
    	0,		// 74 - 'J'
    	0,		// 75 - 'K'
    	0,		// 76 - 'L'
    	0,		// 77 - 'M'
    	0,		// 78 - 'N'
    	0,		// 79 - 'O'
    	0,		// 80 - 'P'
    	0,		// 81 - 'Q'
    	0,		// 82 - 'R'
    	0,		// 83 - 'S'
    	0,		// 84 - 'T'
    	0,		// 85 - 'U'
    	0,		// 86 - 'V'
    	0,		// 87 - 'W'
    	0,		// 88 - 'X'
    	0,		// 89 - 'Y'
    	0,		// 90 - 'Z'
    	0,		// 91 - '['
    	0,		// 92 - '\'
    	0,		// 93 - ']'
    	0,		// 94 - '^'
    	0,		// 95 - '_'
    	0,		// 96 - '`'
    	5, 127, 9, 9, 9, 127,		      //  97 - 'a'
    	5, 127, 73, 73, 73, 54,		    //  98 - 'b'
    	5, 127, 65, 65, 65, 65,		    //  99 - 'c'
    	5, 127, 65, 65, 65, 62,		    // 100 - 'd'
    	5, 127, 73, 73, 73, 73,		    // 101 - 'e'
    	5, 127, 9, 9, 9, 9, 		      // 102 - 'f'
    	0,		// 103 - 'g'
    	0,		// 104 - 'h'
    	0,		// 105 - 'i'
    	0,		// 106 - 'j'
    	0,		// 107 - 'k'
    	0,		// 108 - 'l'
    	0,		// 109 - 'm'
    	0,		// 110 - 'n'
    	0,		// 111 - 'o'
    	0,		// 112 - 'p'
    	0,		// 113 - 'q'
    	0,		// 114 - 'r'
    	0,		// 115 - 's'
    	0,		// 116 - 't'
    	0,		// 117 - 'u'
    	0,		// 118 - 'v'
    	0,		// 119 - 'w'
    	0,		// 120 - 'x'
    	0,		// 121 - 'y'
    	0,		// 122 - 'z'
    	0,		// 123 - '{'
    	1, 127,		// 124 - '|'
    	0,		// 125
    	0,		// 126
    	0,		// 127
    	0,		// 128
    	0,		// 129
    	0,		// 130
    	0,		// 131
    	0,		// 132
    	0,		// 133
    	0,		// 134
    	0,		// 135
    	0,		// 136
    	0,		// 137
    	0,		// 138
    	0,		// 139
    	0,		// 140
    	0,		// 141
    	0,		// 142
    	0,		// 143
    	0,		// 144
    	0,		// 145
    	0,		// 146
    	0,		// 147
    	0,		// 148
    	0,		// 149
    	0,		// 150
    	0,		// 151
    	0,		// 152
    	0,		// 153
    	0,		// 154
    	0,		// 155
    	0,		// 156
    	0,		// 157
    	0,		// 158
    	0,		// 159
    	0,		// 160
    	0,		// 161
    	0,		// 162
    	0,		// 163
    	0,		// 164
    	0,		// 165
    	0,		// 166
    	0,		// 167
    	0,		// 168
    	0,		// 169
    	0,		// 170
    	0,		// 171
    	0,		// 172
    	0,		// 173
    	0,		// 174
    	0,		// 175
    	0,		// 176
    	0,		// 177
    	0,		// 178
    	0,		// 179
    	0,		// 180
    	0,		// 181
    	0,		// 182
    	0,		// 183
    	0,		// 184
    	0,		// 185
    	0,		// 186
    	0,		// 187
    	0,		// 188
    	0,		// 189
    	0,		// 190
    	0,		// 191
    	0,		// 192
    	0,		// 193
    	0,		// 194
    	0,		// 195
    	0,		// 196
    	0,		// 197
    	0,		// 198
    	0,		// 199
    	0,		// 200
    	0,		// 201
    	0,		// 202
    	0,		// 203
    	0,		// 204
    	0,		// 205
    	0,		// 206
    	0,		// 207
    	0,		// 208
    	0,		// 209
    	0,		// 210
    	0,		// 211
    	0,		// 212
    	0,		// 213
    	0,		// 214
    	0,		// 215
    	0,		// 216
    	0,		// 217
    	0,		// 218
    	0,		// 219
    	0,		// 220
    	0,		// 221
    	0,		// 222
    	0,		// 223
    	0,		// 224
    	0,		// 225
    	0,		// 226
    	0,		// 227
    	0,		// 228
    	0,		// 229
    	0,		// 230
    	0,		// 231
    	0,		// 232
    	0,		// 233
    	0,		// 234
    	0,		// 235
    	0,		// 236
    	0,		// 237
    	0,		// 238
    	0,		// 239
    	0,		// 240
    	0,		// 241
    	0,		// 242
    	0,		// 243
    	0,		// 244
    	0,		// 245
    	0,		// 246
    	0,		// 247
    	0,		// 248
    	0,		// 249
    	0,		// 250
    	0,		// 251
    	0,		// 252
    	0,		// 253
    	0,		// 254
    	0,		// 255
    };
    
    #endif
    ..::EGAMI TEAM::..

  6. #6
    Standard RSP member
    Join Date
    20 Apr 2009
    Location
    Arges
    Posts
    320
    Mentioned
    27 Post(s)
    Rep Power
    58

    Default

    Salut.

    Ma poate ajuta cineva sa scrie tasmota pe un dispozitiv cu ESP8266 ?
    Nu e atat de usor pentru ca este probabil ceva mai rar. Nu am gasit unde ar trebui sa conectez pinii pentru rescriere soft. Nu sunt marcati.
    Produsul e luat de aici :
    https://www.aliexpress.com/item/1005...10614c4duClUaa

    Cipul important ar fi sub o eticheta. O dau jos si adaug alte poze.





























    ---------- Post added at 20:28 ---------- Previous post was at 20:13 ----------

    Am adaugat alte poze.









    - - - Updated - - -

    Am adaugat alte poze.







    [COLOR="Gray"]

    ---------- Post added at 20:56 ---------- Previous post was at 20:28 ----------
    Last edited by val; 22-02-22 at 16:43. Reason: La cerere.
    Edision OS Mio+ 4k . Antena offset 1.85m: 34.5w-85E

  7. #7
    Standard RSP member
    Join Date
    20 Apr 2009
    Location
    Arges
    Posts
    320
    Mentioned
    27 Post(s)
    Rep Power
    58

    Default

    Descopar ca e ESP8285
    Last edited by val; 22-02-22 at 16:45. Reason: La cerere.
    Edision OS Mio+ 4k . Antena offset 1.85m: 34.5w-85E

  8. #8
    dishwasher val's Avatar
    Join Date
    14 Jul 2007
    Location
    DTX
    Posts
    1,857
    Mentioned
    31 Post(s)
    Rep Power
    84

    Default

    Ar fi fost bine sa abordezi proiectul diy Blynk; cred că ieși mult mai ieftin.
    UFS910, Nokia d-Box1, Nokia d-Box2, Optibox500, Vu+ Zero4K

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •