Difference between revisions of "Micro Weather Station"

From LVL1
Jump to navigation Jump to search
Line 16: Line 16:
 
** I2C serial connection  
 
** I2C serial connection  
 
** pinout is VCC, GND, SCL, SDA
 
** pinout is VCC, GND, SCL, SDA
** example https://www.amazon.com/HiLetgo-Serial-SSH1106-Display-Arduino/dp/B01MRR4LVE/ref=pd_sbs_147_t_0/139-4905825-1461144
+
** example but you can get cheaper: https://www.amazon.com/HiLetgo-Serial-SSH1106-Display-Arduino/dp/B01MRR4LVE/ref=pd_sbs_147_t_0/139-4905825-1461144
 +
** you can also use a 0.96" screen but that one uses a different chip for the driver so you have to set your code to use the SSD1306.  If your screen lights up but screen is garbled then this is the case.
 +
 
 +
* 3d Printed Enclosure
 +
** search for "D1 Mini 1.3" on Thingiverse
 +
** https://www.thingiverse.com/thing:2934049
 +
** https://www.thingiverse.com/thing:3044478
 +
 
 +
* Misc
 +
** Dupont wires - these push onto the header pins.
 +
*** https://www.amazon.com/EDGELEC-Breadboard-Optional-Assorted-Multicolored/dp/B07GD2BWPY/ref=sr_1_1_sspa
 +
** Solder
 +
** assorted 2mm self taping screws
 +
** hot glue
 +
** donuts and coffee
  
 
= Instructions =
 
= Instructions =

Revision as of 08:12, 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

Resources and Links

Code