Project #30 – UNIHIKER – AHT20 – Mk09
——
#DonLucElectronics #DonLuc #AHT20 #UNIHIKER #Display #IoT #Project #DFRobot #Fritzing #Programming #Electronics #Microcontrollers #Consultant
——
——
——
——
AHT20 – Temperature and Humidity Sensor
The AHT20 is a high-precision but low-cost temperature and humidity sensor, which is equipped with an improved MEMS semiconductor capacitive humidity sensor element. It features standard I2C interface and a wide voltage supply of 2 Volt – 5 Volt. And with simple peripheral circuit, it performs stably even in harsh environments in the measuring range of -40 – +85 Celsius. This sensor can be widely used for measuring the environmental temperature and humidity of home electronic equipment, the temperature and humidity of automobiles and so on.
DL2504Mk03
1 x UNIHIKER K10
1 x Lithium Ion Battery – 1000mAh
1 x Switch
1 x USB 3.1 Cable A to C
DL2504Mk03p
DL2504Mk03p.mp
/****** Don Luc Electronics © ****** Software Version Information Project #30 - UNIHIKER - AHT20 - Mk09 DL2504Mk03p.mp DL2504Mk03 1 x UNIHIKER K10 1 x Lithium Ion Battery - 1000mAh 1 x Switch 1 x USB 3.1 Cable A to C */ // Include the Library Code // Unihiker K10 #include "unihiker_k10.h" // Arduino Image Cache #include "arduino_image_cache.h" // Create an object // UNIHIKER K10 UNIHIKER_K10 k10; // Screen uint8_t screen_dir=2; // AHT20 AHT20 aht20; // Software Version Information 30-09 // Main program start void setup() { // Begin k10.begin(); // Init Screen k10.initScreen(screen_dir); // Canvas k10.creatCanvas(); } // Loop void loop() { // Draw Bitmap k10.canvas->canvasDrawBitmap(0,0,240,320,image_data1); // Text TEMPERATURE (C) k10.canvas->canvasText("TEMPERATURE (C)", 6, 0x330000); // Text AHT20 TempC k10.canvas->canvasText(aht20.getData(AHT20::eAHT20TempC), 7, 0x0000FF); // Text HUMIDITY k10.canvas->canvasText("HUMIDITY", 8, 0x330000); // Text AHT20 HumiRH k10.canvas->canvasText(aht20.getData(AHT20::eAHT20HumiRH), 9, 0x0000FF); // Update Canvas k10.canvas->updateCanvas(); }
——
People can contact us: https://www.donluc.com/?page_id=1927
Electronics, IoT, Teacher, Instructor, R&D and Consulting
- Programming Language
- Single-Board Microcontrollers (PIC, Arduino, Raspberry Pi, Arm, Silicon Labs, Espressif, Etc…)
- IoT
- Wireless (Radio Frequency, Bluetooth, WiFi, Etc…)
- Robotics
- Automation
- Camera and Video Capture Receiver Stationary, Wheel/Tank and Underwater Vehicle
- Unmanned Vehicles Terrestrial and Marine
- Machine Learning
- Artificial Intelligence (AI)
- RTOS
- Sensors, eHealth Sensors, Biosensor, and Biometric
- Research & Development (R & D)
- Consulting
Follow Us
Luc Paquin – Curriculum Vitae – 2024
https://www.donluc.com/luc/
Web: https://www.donluc.com/
Facebook: https://www.facebook.com/neosteam.labs.9/
YouTube: https://www.youtube.com/@thesass2063
Twitter: https://twitter.com/labs_steam
Pinterest: https://www.pinterest.com/NeoSteamLabs/
Instagram: https://www.instagram.com/neosteamlabs/
Patreon: https://patreon.com/DonLucElectronics59
DFRobot: https://learn.dfrobot.com/user-10186.html
Hackster.io: https://www.hackster.io/neosteam-labs
Elecrow: https://www.elecrow.com/share/sharepj/center/no/760816d385ebb1edc0732fd873bfbf13
TikTok: https://www.tiktok.com/@luc.paquin8
Twitch: https://www.twitch.tv/lucpaquin
Hackster: https://www.hackster.io/luc-paquin
LinkedIn: https://www.linkedin.com/in/jlucpaquin/
Don Luc
Leave a Reply