{"id":28754895,"url":"https://github.com/androidcrypto/esp32_c6_ili9341_bme280","last_synced_at":"2026-04-24T21:31:26.942Z","repository":{"id":294263476,"uuid":"986436330","full_name":"AndroidCrypto/ESP32_C6_ILI9341_Bme280","owner":"AndroidCrypto","description":"Getting started with a BME280 environment sensor connected to an ESP32-C6 Supermini device and ILI9341 TFT display","archived":false,"fork":false,"pushed_at":"2025-05-19T16:14:39.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-17T01:44:32.488Z","etag":null,"topics":["bme280","esp32","esp32-c6","i2c","ili9341","spi","tft-display"],"latest_commit_sha":null,"homepage":"https://medium.com/@androidcrypto/getting-started-with-a-bme280-environment-sensor-connected-to-an-esp32-c6-supermini-device-and-562a57aabe2b","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AndroidCrypto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-19T15:52:07.000Z","updated_at":"2025-05-19T16:14:43.000Z","dependencies_parsed_at":"2025-05-20T01:16:02.359Z","dependency_job_id":null,"html_url":"https://github.com/AndroidCrypto/ESP32_C6_ILI9341_Bme280","commit_stats":null,"previous_names":["androidcrypto/esp32_c6_ili9341_bme280"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AndroidCrypto/ESP32_C6_ILI9341_Bme280","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndroidCrypto%2FESP32_C6_ILI9341_Bme280","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndroidCrypto%2FESP32_C6_ILI9341_Bme280/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndroidCrypto%2FESP32_C6_ILI9341_Bme280/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndroidCrypto%2FESP32_C6_ILI9341_Bme280/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndroidCrypto","download_url":"https://codeload.github.com/AndroidCrypto/ESP32_C6_ILI9341_Bme280/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndroidCrypto%2FESP32_C6_ILI9341_Bme280/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32241520,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bme280","esp32","esp32-c6","i2c","ili9341","spi","tft-display"],"created_at":"2025-06-17T01:39:53.402Z","updated_at":"2026-04-24T21:31:26.927Z","avatar_url":"https://github.com/AndroidCrypto.png","language":"C++","readme":"# ESP32-C6 Supermini device with ILI9341 TFT display and connected BME280 sensor\n Getting started with a **BME280** environment sensor connected to an **ESP32-C6 Supermini** device and a TFT display with driver chip **ILI9341**.\n\nThis is the accompanying repository for my article \"**Getting started with a BME280 environment sensor connected to an ESP32-C6 Supermini device and ILI9341 TFT display**\": https://medium.com/@androidcrypto/getting-started-with-a-bme280-environment-sensor-connected-to-an-esp32-c6-supermini-device-and-562a57aabe2b.\n\nMy display is a 2.8 inch large TFT display with 240 x 320 pixels.\n\n## Settings for the display specific setup file\n\nI'm using a display specific setup file for the combination ESP32-C6 Supermini with TFT display driver ILI9341.This file contains e.g. the display driver, size and pins for the ESP32-device. If your display has a different size please change the height and width accordingly. \n\n### Copy a file to the User_Setups folder\n\nPlease copy the file\n\n    Setup704_C6_SM_ILI9341_240x320.h\n\nto the **User_Setups** folder.\n\n### Edit the User_Setup_Select.h file\n\nYou need to place the following line in the root folder's \"**User_Setup_Select.h**\" file\n\n    #include \u003cUser_Setups/Setup704_C6_SM_ILI9341_240x320.h\u003e // ESP32-C6 Supermini, 80 MHz\n\nSecond: please comment all other \"#include...\" entries like this, especially the \"//#include \u003cUser_Setup.h\u003e\" entry.\n\n````\n// Example User_Setup files are stored in the \"User_Setups\" folder. These can be used\n// unmodified or adapted for a particular hardware configuration.\n#ifndef USER_SETUP_LOADED //  Lets PlatformIO users define settings in\n                          //  platformio.ini, see notes in \"Tools\" folder.\n///////////////////////////////////////////////////////\n//   User configuration selection lines are below    //\n///////////////////////////////////////////////////////\n// Only ONE line below should be uncommented to define your setup.  Add extra lines and files as needed.\n//#include \u003cUser_Setup.h\u003e                       // Default setup is root library folder\n// Setup file in folder Arduino/libraries (updates will not overwrite your setups)\n#include \u003cUser_Setups/Setup704_C6_SM_ILI9341_240x320.h\u003e // ESP32-C6 Super Mini, 80 MHz\n````\n\n## Display Troubleshooting\n\nI own two similar looking ILI9341 displays, but although both are driven by an ILI9341 chip, they need different setups. For this reason, I included two setup files with this sketch (\"Setup704_C6_SM_ILI9341_240x320.h\" and \"Setup704_C6_SM_ILI9341_2_240x320.h\"). If you encounter the problem, just select the other setup file in the \"User_Setup_Select.h\" file.\n\n## Important note\n\nYou need to modify the display library TFT_eSPI to get the code to work. Please find instructions on how to do this in my forked TFT_eSPI repository here on GitHub: [https://github.com/AndroidCrypto/TFT_eSPI](https://github.com/AndroidCrypto/TFT_eSPI).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandroidcrypto%2Fesp32_c6_ili9341_bme280","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandroidcrypto%2Fesp32_c6_ili9341_bme280","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandroidcrypto%2Fesp32_c6_ili9341_bme280/lists"}