Difference between revisions of "Micro Weather Station"

From LVL1
Jump to navigation Jump to search
Line 33: Line 33:
  
 
= Instructions =
 
= Instructions =
 +
== Setup the Wemos D1 mini for the Arduino ==
 +
** good tutorial here https://averagemaker.com/2018/03/wemos-d1-mini-setup.html
 +
** overview
 +
*** install ch340 serial usb drivers
 +
*** install Arduino IDE - not the web version
 +
*** Add the json string to the board manager URLs in file->preferences http://arduino.esp8266.com/stable/package_esp8266com_index.json
 +
*** Set the board in Arduino
 +
*** Get the blink example working
  
 +
== hook up the screen ==
 +
* Solder dupont headers to 5V, Gnd, D3 and D4 on the Wemos D1 Mini
 +
* Slug other end of dupont headers to oled screen
  
 +
== Load Weather Station software ==
  
 
= Resources and Links =  
 
= Resources and Links =  

Revision as of 08:25, 7 February 2020

Micro Weather Station

  • Hosts: Brian and Andy
  • 2/29/20
  • Build a Micro Weather Station using a Wemos D1 Mini, 1.3" OLED display, 3D Printed enclosure

Materials

  • Wemos D1 Mini 4M (Not the lite version with 1M)

Instructions

Setup the Wemos D1 mini for the Arduino

hook up the screen

  • Solder dupont headers to 5V, Gnd, D3 and D4 on the Wemos D1 Mini
  • Slug other end of dupont headers to oled screen

Load Weather Station software

Resources and Links

Code