UNIHIKER K10
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
Project #30 – UNIHIKER – UNIHIKER K10 – Mk08
——
#DonLucElectronics #DonLuc #UNIHIKER #Display #IoT #Project #DFRobot #Fritzing #Programming #Electronics #Microcontrollers #Consultant
——
——
——
UNIHIKER K10
Mindplus or MicroPython or Arduino IDE
UNIHIKER K10 is an AI learning device designed for education, serving as STEM AI kit and TinyML education kit for teens. It integrates a 2.8-inch color screen, Wi-Fi, Bluetooth, a camera, microphone, speaker, RGB light, temperature sensor, humidity sensor, light sensor, and accelerometer. Featuring edge connectors and Gravity IO interfaces, it enables the connection and control of various digital, analog, I2C, and UART sensors and actuators, making it perfect for IoT programming for beginners.
With its rich onboard resources, the UNIHIKER K10 eliminates the need for additional devices during learning and project development. It supports sensor control, IoT applications, and AI projects such as face detection and offline voice recognition, all in one compact device.
Core
- MCU Module: ESP32-S3 N16R8
- Processor:Xtensa® LX7
- Dual core 32-bit up to 240 MHz
- SRAM: 512KB
- ROM: 384KB
- Flash: 16MB
- PSRAM: 8MB
- RTC SRAM: 16KB
- Wi-Fi Specification: IEEE 802.11b/g/n
- Frequency: 2.4G
- Band width: 20MHz, 40MHz
- Bluetooth Specification: Bluetooth 5, Bluetooth mesh
- Frequency: 125 Kbps, 500 Kbps, 1 Mbps, 2 Mbps
On-Board Component
- Temperature and Humidity Sensor (AHT20)
- Ambient Light Sensor (LTR303ALS)
- Triaxial Acceleration Sensor (SC7A20H)
- Display 2.8 inch, 240 x 320, Colored, LCD, (ILI9341)
- Camera 2MP, 80°FOV, (GC2145)
- A, B, RST,BOOT button A, B, RST,BOOT button
- MEMS MIC, MEMS MIC x 2
- Speaker Power, 2W
- WS2812 RGB LED WS2812 RGB LED x 3
Interface
DL2504Mk02
1 x UNIHIKER K10
1 x USB Battery Pack
1 x USB 3.1 Cable A to C
——
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