Skip to content

A project utilizing the HDMI capabilities of the RP2350 board and the BME280 sensor to display weather data (temperature, pressure, humidity) on any display with an HDMI port

License

Notifications You must be signed in to change notification settings

SolderedElectronics/RP2350-DVI-Weather-Station-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

RP2350 DVI Weather Station Project

A project utilizing the DVI capabilities of the RP2350 board and the BME280 sensor to display weather data (temperature, pressure, humidity) on any display with an DVI port

RP2350 DVI Weather Station Project
RP2350 DVI Weather Station Project

A detailed guide to this project can be found in the form of a blog post here

What you'll need

Software Requirements

Setting up

  • If you haven't already, install Arduino IDE
  • Download this repository and extract it
  • Start the arduino sketch located in RP2350_DVI_Weather_Station_Project/RP2350_DVI_Weather_Station_Project.ino
  • Click on the Boards Manager icon on the left and search for RaspberryPi Pico/RP2040/RP2350 by Earle F. Philhower, III and install it
  • In the Select other board or menu... dropdown menu pick the Soldered Electronics NULA RP2350 and the serial port it is connected to
  • Install all of the libraries mentioned under Software requirements
  • Fill out the following variables with your credentials:
const char* ssid = "YOUR_SSID_HERE"; // WiFi SSID
const char* password = "YOUR_PASSWORD_HERE"; // WiFi password

const char* ntpServer1 = "pool.ntp.org"; // Primary NTP server
const char* ntpServer2 = "time.nist.gov"; // Secondary NTP server
const long gmtOffset_sec = 0; // GMT timezone offset
const int daylightOffset_sec = 0; // No daylight saving
const char* timezone = "EST-2";
  • Run the sketch
  • After uploading the code, connect the RP2350 board to an DVI display and you will ba able to view the live weather data on your screen!

About Soldered

soldered-logo

At Soldered, we design and manufacture a wide selection of electronic products to help you turn your ideas into acts and bring you one step closer to your final project. Our products are intented for makers and crafted in-house by our experienced team in Osijek, Croatia. We believe that sharing is a crucial element for improvement and innovation, and we work hard to stay connected with all our makers regardless of their skill or experience level. Therefore, all our products are open-source. Finally, we always have your back. If you face any problem concerning either your shopping experience or your electronics project, our team will help you deal with it, offering efficient customer service and cost-free technical support anytime. Some of those might be useful for you:


Open-source license

Soldered invests vast amounts of time into hardware & software for these products, which are all open-source. Please support future development by buying one of our products.

This repository is under the MIT license, for more info, see LICENSE. Long story short, use these open-source files for any purpose you want to, as long as you apply the same open-source licence to it and disclose the original source. No warranty - all designs in this repository are distributed in the hope that they will be useful, but without any warranty. They are provided "AS IS", therefore without warranty of any kind, either expressed or implied. The entire quality and performance of what you do with the contents of this repository are your responsibility. In no event, Soldered (TAVU) will be liable for your damages, losses, including any general, special, incidental or consequential damage arising out of the use or inability to use the contents of this repository.


Have fun!

And thank you from your fellow makers at Soldered Electronics.

About

A project utilizing the HDMI capabilities of the RP2350 board and the BME280 sensor to display weather data (temperature, pressure, humidity) on any display with an HDMI port

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages