Carlos Garcia Saura and Jesse Hills
d82c6df57e
Correct BME680 gas calculation and heater_off ( #4498 )
...
* Fix missing data array
* Fix incorrect bit offset
* Correct variable types
* Do same conversions as in original library
* Correct clang-format
* Move out float conversion for clarity
* Added check for heater stability
* Correct clang format
* Allow reporting gas resistance when heater is disabled
* Correct clang format
* Better error reporting by @DAVe3283
* Correct signed operation, range switching error was positive all the time
2023-03-09 15:47:57 +13:00
Carlos Garcia Saura and GitHub
01687a9d57
Correct BME680 gas calculation and heater_off ( #4498 )
...
* Fix missing data array
* Fix incorrect bit offset
* Correct variable types
* Do same conversions as in original library
* Correct clang-format
* Move out float conversion for clarity
* Added check for heater stability
* Correct clang format
* Allow reporting gas resistance when heater is disabled
* Correct clang format
* Better error reporting by @DAVe3283
* Correct signed operation, range switching error was positive all the time
2023-03-09 00:34:06 +00:00
Carlos Garcia Saura and GitHub
e3d9c44bdc
Fix pressure compensation in SCD4X ( #4357 )
2023-02-02 13:22:23 +13:00
Carlos Garcia Saura and GitHub
be473b97c4
[MPU6050] Support devices with WHOAMI 0x98 ( #3784 )
2022-09-12 10:32:07 +12:00
dd24ffa24e
Correct ADC auto-range for ESP32-S2 variant (13 bit adc) ( #3158 )
...
Co-authored-by: Otto Winter <otto@otto-winter.com >
2022-06-03 16:07:35 +12:00
Carlos Garcia Saura and GitHub
da45923d05
Turn verbose a debug statement in bme280 ( #2906 )
2021-12-13 09:32:37 +13:00
Carlos Garcia Saura and GitHub
31a61b598b
Reduce timing noise in duty_cycle ( #2881 )
2021-12-13 09:30:47 +13:00
Carlos Garcia Saura and Jesse Hills
e763469af8
Feed watchdog while setting up OTA ( #2876 )
2021-12-08 12:58:14 +13:00
Carlos Garcia Saura and GitHub
e5cc19de43
Feed watchdog while setting up OTA ( #2876 )
2021-12-06 23:26:06 +01:00
Carlos Garcia Saura and Jesse Hills
1bc757ad06
ADC: Turn verbose the debugging "got voltage" ( #2863 )
2021-12-07 07:47:48 +13:00
Carlos Garcia Saura and GitHub
c84efe64d3
ADC: Turn verbose the debugging "got voltage" ( #2863 )
2021-12-06 19:56:53 +13:00
Carlos Garcia Saura and GitHub
cd018ad3a5
Burst read for BME280, to reduce spurious spikes ( #2809 )
2021-11-30 16:12:52 +01:00
Carlos Garcia Saura and Jesse Hills
50ec1d0445
Fix compilation error for WPA enterprise in ESP-IDF ( #2815 )
2021-11-29 10:18:48 +13:00
Carlos Garcia Saura and GitHub
7a5c3aa7ed
Fix compilation error for WPA enterprise in ESP-IDF ( #2815 )
2021-11-29 08:06:53 +13:00
Carlos Garcia Saura and Jesse Hills
21c896d8f8
[remote_transmitter] accurate pulse timing for ESP8266 ( #2476 )
2021-11-11 12:25:40 +13:00
Carlos Garcia Saura and GitHub
abf3708cc2
[remote_transmitter] accurate pulse timing for ESP8266 ( #2476 )
2021-11-11 11:28:45 +13:00
Carlos Garcia Saura and GitHub
219b225ac0
[ESP32 ADC] Add option for raw uncalibrated output ( #2663 )
2021-11-10 19:12:57 +01:00
Carlos Garcia Saura and GitHub
875b803483
Remove "delay_microseconds_accurate()" and improve systemwide delayMicroseconds() ( #2497 )
2021-11-10 16:22:00 +13:00
Carlos Garcia Saura and GitHub
d54b4e7c44
Fix for noise in pulse_counter and duty_cycle components ( #2646 )
2021-11-02 08:27:57 +13:00
Carlos Garcia Saura and GitHub
e79f7ce290
[ESP32] ADC auto-range setting ( #2541 )
2021-10-20 19:44:51 +02:00
7cca673902
[esp-idf fix] increase FreeRTOS ticker loop from 100Hz to 1kHz ( #2527 )
...
Co-authored-by: Otto Winter <otto@otto-winter.com >
2021-10-15 22:06:49 +02:00
85d2f24447
Clarify statement at the cmd wizard tool, for new users ( #2519 )
...
* Clarify next steps for the install wizard
* Update wizard.py
* Link to relevant section of guide
* Formatting
Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl >
2021-10-15 19:51:42 +02:00
Carlos Garcia Saura and GitHub
859e508392
change millis() to micros() in feed_wdt for 3ms check ( #2492 )
2021-10-13 18:50:27 +02:00
Carlos Garcia Saura and Otto winter
b0d12aeea1
[duty_cycle] initialize two missing variables ( #2088 )
2021-08-04 17:46:09 +02:00
Carlos Garcia Saura and GitHub
b58ca46a46
[duty_cycle] initialize two missing variables ( #2088 )
2021-08-02 10:28:25 +02:00