I’m creating a seperate blog entry for general program development notes
Weather station now reads BME280 (good test sensor choice with 3 readout values)
Relative humidity and barometric pressure are placed in the sensor structure
Temperature is place in the hardware data structure to represent case temperature
ESP32 core temp is also read
I now have values to play with to get the receiver of the data to convert values to MQTT.
As software is developed, I’m going to maintain the mindset that zero calibration for ADC values, wind direction, etc… need to happen at the station. I want to get to the point where station is flashed and left alone as much as possible. Calibration will happen at the receiver (much more accessible)