the difference between the heater temperature and the air temperature
🇷🇺 Оригинал
разность между температурой нагревателя и температурой воздуха
the difference between the heater temperature and the air temperature
разность между температурой нагревателя и температурой воздуха
or the thermocouple and the BME?
или термопары и БМЕ?
roughly speaking, you’ve got two thermistors: the glass-bead one on the heater and the BME
and the difference you need is between those two
грубо говоря у тебя два термистора, стекляшка на нагревателе и bme
вот между ними ты и делаешь разницу
wait… we don’t care about the heater right now at this stage, if the thermocouple measured 77 and the BME shows 88, that means the BME is off by 11 degrees… right?
погоди… нам на нагреватель плевать, на данном этапе, если мы термопарой намеряли 77, а БМЕ показывает 88, значит БМЕ врет на 11 градусов…разве не?
yes and no, try heating it to 60, I think you’ll understand how that difference is calculated there
и да и нет, попробуй до 60 погреть, я думаю ты поймешь как там разница считается
You’re talking about something else. Here they’re comparing the actual air temperature from an external thermocouple with what the BME shows. That’s where the correction comes from
Ты не о том. Тут сравнивается реалная температура воздуха с термопары сторонней и то что показывает бме. Отсюда и корректировка
ahh so I need to measure the temperature with a separate tester? ![]()
аа т.е надо отдельным тестером температуру мерить? ![]()
yep, but how do I write it down? add two lines or just adjust it (here I subtracted 10 degrees)
#define REAL_CALIB_TEMP_MAX 110 // BME280 readings during thermocouple calibration
вооот, а как записывать? вставлять две строки или корректировать (это я отнял 10 градусов)
#define REAL_CALIB_TEMP_MAX 110 // BME280 readings during thermocouple calibration