A portable weather station to track things like temperature, air pressure, GPS, etc.
  • C 99.5%
  • Assembly 0.3%
  • Linker Script 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Daniel M 4160bf0689 Implemented reading from the SHTC3 over I2C and translating the measurements. Removed the Init function for
The New Haven Display OLED display. Updated the .ioc file to enable SPI1. Added a directory for Datasheets.

Changes to be committed:
	modified:   Core/Inc/stm32f4xx_it.h
	modified:   Core/Src/main.c
	modified:   Core/Src/stm32f4xx_hal_msp.c
	modified:   Core/Src/stm32f4xx_it.c
	new file:   Datasheets/SHTC3_Datasheet.pdf
	new file:   Datasheets/ST7789_Datasheet.pdf
	modified:   portable_weather_station.ioc
2026-08-06 13:38:12 -07:00
.settings Updated the project to read from the SHTC3 via I2C. cleaned up main.c 2026-08-03 20:05:29 -07:00
Core Implemented reading from the SHTC3 over I2C and translating the measurements. Removed the Init function for 2026-08-06 13:38:12 -07:00
Datasheets Implemented reading from the SHTC3 over I2C and translating the measurements. Removed the Init function for 2026-08-06 13:38:12 -07:00
Drivers Updated the project to read from the SHTC3 via I2C. cleaned up main.c 2026-08-03 20:05:29 -07:00
.cproject Updated the project to read from the SHTC3 via I2C. cleaned up main.c 2026-08-03 20:05:29 -07:00
.gitignore Initial commit 2026-07-29 14:42:39 -07:00
.mxproject Updated the project to read from the SHTC3 via I2C. cleaned up main.c 2026-08-03 20:05:29 -07:00
.project renamed the project to match the Git repository name. This includes renaming the .ioc and .launch files 2026-07-29 18:30:20 -07:00
portable_weather_station Debug (1).launch Updated the project to read from the SHTC3 via I2C. cleaned up main.c 2026-08-03 20:05:29 -07:00
portable_weather_station Debug.launch renamed the project to match the Git repository name. This includes renaming the .ioc and .launch files 2026-07-29 18:30:20 -07:00
portable_weather_station.ioc Implemented reading from the SHTC3 over I2C and translating the measurements. Removed the Init function for 2026-08-06 13:38:12 -07:00
README.md Initial commit 2026-07-29 14:42:39 -07:00
STM32F411CEUX_FLASH.ld Adding all the files from where I left off. I believe I had the rotary encoder functionality working 2026-07-29 21:48:34 -07:00
STM32F411CEUX_RAM.ld Adding all the files from where I left off. I believe I had the rotary encoder functionality working 2026-07-29 21:48:34 -07:00

portable_weather_station

A portable weather station to track things like temperature, air pressure, GPS, etc.