Skip to content

Commit 91bb97d

Browse files
harlock974d-a-v
harlock974
authored andcommitted
update Wemos D1 Mini Lite informations (#4809)
1 parent 794630e commit 91bb97d

File tree

2 files changed

+46
-2
lines changed

2 files changed

+46
-2
lines changed

Diff for: doc/boards.rst

+22-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,28 @@ Product page: https://www.wemos.cc/
320320
WeMos D1 mini Lite
321321
------------------
322322

323-
Product page: https://www.wemos.cc/
323+
Parameters in Arduino IDE:
324+
~~~~~~~~~~~~~~~~~~~~~~~~~
325+
326+
- Card: "WEMOS D1 Mini Lite"
327+
- Flash Size: "1M (512K SPIFFS)"
328+
- CPU Frequency: "80 Mhz"
329+
- Upload Speed: "230400"
330+
331+
Power:
332+
~~~~~
333+
334+
- 5V pin : 4.7V 500mA output when the board is powered by USB ; 3.5V-6V input
335+
- 3V3 pin : 3.3V 500mA regulated output
336+
- Digital pins : 3.3V 30mA.
337+
338+
links:
339+
~~~~~
340+
341+
- Product page: https://www.wemos.cc/
342+
- Board schematic: https://wiki.wemos.cc/_media/products:d1:sch_d1_mini_lite_v1.0.0.pdf
343+
- ESP8285 datasheet: https://www.espressif.com/sites/default/files/0a-esp8285_datasheet_en_v1.0_20160422.pdf
344+
- Voltage regulator datasheet: http://pdf-datasheet.datasheet.netdna-cdn.com/pdf-down/M/E/6/ME6211-Microne.pdf
324345

325346
WeMos D1 R1
326347
-----------

Diff for: tools/boards.txt.py

+24-1
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,30 @@
549549
'1M',
550550
],
551551
'serial': '921',
552-
'desc': [ 'Product page: https://www.wemos.cc/' ],
552+
'desc': [
553+
'Parameters in Arduino IDE:',
554+
'~~~~~~~~~~~~~~~~~~~~~~~~~',
555+
'',
556+
'- Card: "WEMOS D1 Mini Lite"',
557+
'- Flash Size: "1M (512K SPIFFS)"',
558+
'- CPU Frequency: "80 Mhz"',
559+
'- Upload Speed: "230400"',
560+
'',
561+
'Power:',
562+
'~~~~~',
563+
'',
564+
'- 5V pin : 4.7V 500mA output when the board is powered by USB ; 3.5V-6V input',
565+
'- 3V3 pin : 3.3V 500mA regulated output',
566+
'- Digital pins : 3.3V 30mA.',
567+
'',
568+
'links:',
569+
'~~~~~',
570+
'',
571+
'- Product page: https://www.wemos.cc/',
572+
'- Board schematic: https://wiki.wemos.cc/_media/products:d1:sch_d1_mini_lite_v1.0.0.pdf',
573+
'- ESP8285 datasheet: https://www.espressif.com/sites/default/files/0a-esp8285_datasheet_en_v1.0_20160422.pdf',
574+
'- Voltage regulator datasheet: http://pdf-datasheet.datasheet.netdna-cdn.com/pdf-down/M/E/6/ME6211-Microne.pdf',
575+
],
553576
}),
554577
( 'd1', {
555578
'name': 'WeMos D1 R1',

0 commit comments

Comments
 (0)