Esp Idf Lib Versions Save

Component library for ESP32-xx and ESP8266

0.9.4

9 months ago

Features

Bugfixes

New Contributors

Documentation: https://esp-idf-lib.readthedocs.io/en/0.9.4/

0.9.3

11 months ago

Features

Bugfixes

New Contributors

Documentation: https://esp-idf-lib.readthedocs.io/en/0.9.3/

0.9.2

1 year ago

Features

Bugfixes

New Contributors

Documentation: https://esp-idf-lib.readthedocs.io/en/0.9.2/

0.9.1

1 year ago

v.0.9.1

Features

Bugfixes

New Contributors

Documentation: https://esp-idf-lib.readthedocs.io/en/0.9.1/

0.9.0

1 year ago

v.0.9.0

Features

Bugfixes

New Contributors

Documentation: https://esp-idf-lib.readthedocs.io/en/0.9.0/

0.8.3

2 years ago

Changes that break compatibility

  • ⚠ (bh1900nux, max31725, mcp23008, mcp23x17, mcp342x, mcp4725, pca9557, pcf8574, pcf8575, qmc5883l, sht3x, tca9548, tca95x5): The order of the arguments in xxx_init_desc() functions has been changed to bring all drivers to a common standard: instead of xxx_init_desc(..., i2c_port_t port, uint8_t addr, ...), now xxx_init_desc(..., uint8_t addr, i2c_port_t port, ...). Attention: both arguments are ints, so compiler will not throw an error when building your firmware without changing it!
  • (common) Dropped support for ESP-IDF v3.x

Features

  • (common) Added support for ESP32-C3
  • (hts221) Driver for HTS221 temperature and humidity sensor
  • (hdc1000) Driver for HDC1000 temperature and humidity sensor
  • (examples) Constant parameters in examples have been moved to Kconfig.projbuild files, so you can now setup examples by idf.py menuconfig or make menuconfig instead of modifying source code.
  • (examples) Added README to all examples
  • (hx711) Added function to read average data
  • (bh1900nux) Added software reset function
  • (ds3231) Added functions to set and get aging offset register
  • (esp_idf_lib_helper): Moved ets_sys.h includes to the separate file

Bugfixes

  • (i2cdev) Showing error name in error logging
  • (color) Fixed narrowing conversion error
  • (examples) Use SPI2_HOST in examples with ESP-IDF v4.x
  • (rda5807) Replaced ESP_LOGI() to ESP_LOGD()
  • (led_strip_spi) Fixed pointer arithmetic for esp8266
  • (led_strip_spi) Fixed "initialized field overwritten" warning
  • (mcp960x) Fixed incorrect I2C addressing

Documentation: https://esp-idf-lib.readthedocs.io/en/0.8.3/

0.8.2

2 years ago

Features

  • (max31865) Driver for MAX31865 resistance converter for platinum RTDs
  • (pca9557) Driver for PCA9537/PCA9557 remote 4/8-bit I/O expanders for I2C-bus
  • (ls7366r) Driver for LS7366R Quadrature Encoder Counter
  • (ci) Added metadata support
  • (bh1900nux) Driver for BH1900NUX temperature sensor

Bugfixes

  • (scd30) Fixed type casting warning
  • (ccs811) Fixed claculation bug in ccs811_set_environmental_data()
  • (max7219) Fixed bug with chip number in 8x8 example
  • (button) Added user context to descriptor
  • (si7021) Fixed delay for SHT20
  • (led_strip_spi) Added brightness support
  • (pcf8563) Fixed mdays/wdays bug
  • (sht4x) Fixed bug in example
  • (led_strip) Fixed memory leak when handling error in led_strip_init()

0.8.1

2 years ago

Features

  • (button) Driver for GPIO button with debouncing
  • (scd30) Driver for SCD30 CO₂ sensor
  • (scd4x) Driver for SCD40/SCD41 miniature CO₂ sensor
  • (aht) Driver for AHT10/AHT15/AHT20 temperature and humidity sensor

Bugfixes

  • (mzh19b) Fixed bug with serial buffer length used by the driver
  • (framebuffer) Used a mutex instead of flag, fixed "maybe-uninitialized"
  • (sgp40) Multiple bugs fixed
  • (sht4x) Added 10ms timout for reading serial number
  • (rda5807m) Default I2C clock lowered, example added
  • (color) Fix build with c++
  • (examples) Fixed build of examples for single core ESP32s (S2/C3)
  • (ds18x20) Added split 18B20/18S20 reads to allow for use of DS18X20_ANY without flubbing the conversion on an 18B20
  • (ds18x20) Added scratchpad write and copy commands

0.8.0

3 years ago

Features

  • (wiegand) Wiegand protocol receiver
  • (lib8tion) Math functions specifically designed for LED programming (port from FastLED)
  • (color) Common library for RGB and HSV colors (port from FastLED)
  • (noise) Noise generation functions (port from FastLED)
  • (framebuffer) RGB framebuffer and animation component
  • (mhz19b) Added support for the MH-Z19B CO2 sensor
  • (ci) Dropped support for ESP-IDF < v3.5
  • (ci) Preliminary and untested support for ESP32-C3
  • (ci) Support ESP8266 RTOS SDK v3.3
  • (doc) Added initial version of CONTRIBUTING.md

Bugfixes

  • (sht3x) Fixed documentation
  • (ds18x20) Fixed ds18x20_scan_devices(), new example
  • (ultrasonic) Added more precise measurement functions
  • (led_strip_spi) Fixed SPI buffer limitation for ESP8266
  • (led_strip) Fixed buffer overflow error for RGBW strips
  • (led_strip) White component for RGBW strips now calculated automatically
  • (led_strip) Fixed bug in led_strip_set_pixels()
  • (led_strip) Added support for global brightness for ESP-IDF >= v4.4
  • (led_strip) Improved stability for WS2812B
  • (refactoring) Updated component makefiles and CMakeLists
  • (i2cdev) Added option to disable all mutexes

0.7.3

3 years ago

Features

  • (led_strip_spi) #156 SPI-based driver for SK9822/APA102 LED strips
  • (ds3502) #160 Driver for nonvolatile digital potentiometer DS3502
  • (sht4x) #165 Driver for SHT4x temperature and humidity sensor

Bugfixes

  • (pca9685) b633f86 Speed-ups
  • (max7219) #159 Add "minus" sign and fix maximum brightness