Skip to content

9khil/weatherstation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

weatherstation

IoT kurs med introduksjon til ESP8266, servo, 7-segment display og værapi.

Upcoming changes

  • Configurable weather location through WiFiManager?
  • PCB for easier connection etc

Excercises

  1. Hello World
  2. Hello Servo
  3. Hello display
  4. Hello WiFiManager
  5. Hello Weather API
  6. Combine everything you have learned!

Hardware

  • ESP8266
  • Microservo
  • 7-segment 8-digit display
  • laserkuttet deler

Software (3rd party libraries)

  • WiFiManager
  • LedControl for MAX7219 (either use the one from Library Manager and do the AVR fix (see below), or install modified library from Nikhil André Luthras GitHub repo here: https://github.com/9khil/LedControl)

API

Extra

Weather symbols and texts: https://hjelp.yr.no/hc/no/articles/203786121-V%C3%A6rsymbolene-p%C3%A5-Yr-

Contact

Contact Nikhil André Luthra if you need to know anything :)

AVR Fix for ESP8266

#if (defined(__AVR__)) #include <avr\pgmspace.h> #else #include <pgmspace.h> #endif

About

esp8266

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages