I²C Color Sensor V2.0 (TCS34725)
AI suggests the code below as a sample program. I am going to try it. Whole program as it stands now …
Overlay Icons
Change their priority by renaming in the registry To restart Windows Explorer …. Control Shift Escape and then …
WiFi Remote Control MP3 Player
The controller (WIO Terminal) The MP3 Player (M5Stack AtomS3U plus Grove MP3 v4.0)
Grove MP3 player
Python code for AtomS3U, working to play first track in root directory Arduino test sketch https://static-cdn.m5stack.com/resource/arduino/package_m5stack_index.json
HQ Camera (IMX477) in C++
sudo apt update sudo apt install libcamera-dev pkg-config cmake Build-essential cmake_minimum_required(VERSION 3.16) project(HQCameraApp CXX) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) # Find libcamera using pkg-config find_package(PkgConfig REQUIRED) pkg_check_modules(LIBCAMERA REQUIRED libcamera) add_executable(hq_camera_test main.cpp)…
>>> What is in my M5?
Another useful thing. (May be useful to prevent a situation where we can handle control C characters in our own code and get stuck with no way back to REPL.…