M5Stack® Encoder Module for M5Stack FACES ESP32 Pocket Computer with 12pcs RGB LED MEGA328 Inside I2C for Arduino

Eachine1
артикул: 1538395
СОГЛАСНО НАШИМ ДАННЫМ, ЭТОТ ПРОДУКТ СЕЙЧАС НЕ ДОСТУПЕН
$9.99
Доставка из: Китай
Описание
Description: ENCODER is compatible with FACE Kit. You can have it replace the keycoard panel inside the FACE kit. It is designed for rotary encoder control, integrated Mega328 microprocessor inside and LEDs around the encoder. The series communication protocol between M5 core and ENCODER is IIC (adress: 0x5E) Product Features: 12 RGB Led IIC communication Simple API for programming Mega328 inside Encoder detection Product Size: 58.2mm x 54.2mm x 10mm Product weight: 17g EasyLoader click to download EasyLoader 2.After downloading the software, double-click to run the application, connect the M5 device to the computer via the data cable, select the port parameters, and click "Burn" to start burning. 3.The CP210X (USB driver) needs to be installed before the EasyLoader is burned. Click here to view the driver installation tutorial Function: Control single RGB /* Parameter: led_index: 0 ~ 11 r, g, b: 0 ~ 254 */ void Led(int led_index, int r, int g, int b){ // IIC send data Wire.beginTransmission(Faces_Encoder_I2C_ADDR); Wire.write(led_index); Wire.write(r); Wire.write(g); Wire.write(b); Wire.endTransmission(); }Copy to clipboardErrorCopied Read encoder increment void get_encoder_increment(void){ int temp_encoder_increment; // IIC read data Wire.requestFrom(Faces_Encoder_I2C_ADDR, 3); if(Wire.available()){ temp_encoder_increment = Wire.read();// get increment button_state = Wire.read();// get button value } if(temp_encoder_increment > 127){//anti-clockwise direction = 1;// flag for encoder direction encoder_increment = 256 - temp_encoder_increment; } else{// clockwise direction = 0; encoder_increment = temp_encoder_increment; } }Copy to clipboardErrorCopied Package Included: 1x M5Stack ENCODER Module Encoder turnpanel Related Link: Offical Video Forum The Firmware of inside MEGA328 Example: for Arduino IDE If you want the complete code faces_encoder.ino, please click here. /* * faces_encoder.ino */ #include #define Faces_Encoder_I2C_ADDR 0X5E // declaration int encoder_increment;//positive: clockwise nagtive: anti-clockwise uint16_t encoder_value=0; int button_state; uint8_t direction;//0: clockwise 1: anti-clockwise int temp_encoder_increment; // initialization M5.begin(); Wire.begin(); // get data from ENCONDER Wire.requestFrom(Faces_Encoder_I2C_ADDR, 3); if(Wire.available()){ temp_encoder_increment = Wire.read();// the first byte: increment button_state = Wire.read();// the second byte: button value } // IIC send data, 4bytes Wire.beginTransmission(Faces_Encoder_I2C_ADDR); Wire.write(led_index); Wire.write(r); Wire.write(g); Wire.write(b); Wire.endTransmission();Copy to clipboardErrorCopied
График изменения цены & курс обмена валют
Пользователи также просматривали

$2.43
Съемные ремешки для обуви, каблуки, Женский Кристальный ремень для обуви, противоскользящая лента для обуви, регулируемые шнурки, сменные шнурки для лодыжки
aliexpress.com
$1.56
Простой в использовании скользящий пазл, независимый полипропиленовый пакет, обучающие игрушки для отдыха, пазл для просвещения, свинка, пазл, искусственная кожа
aliexpress.com
$6.48
10 LED Inner Hinge Lamp Wardrobe Hinge Light Under Cabinet Light Cupboard Sensor Lights for Bedroom Kitchen Closet
aliexpress.com
$65.68
Aoliviya Computer Desk Simple Girl Bedroom Small Table Student Desk Writing Desk Workbench Small Apartment Home
aliexpress.com
$2,151.12
Three Meter Wireless Basketball Electronic Scoreboard, 3 Meter Electronic Scoreboard, Second Timer, Basketball Game Scorer
aliexpress.com
$22.69
Новые забавные французские шары, выходные для лепестков, графические женские шляпы с козырьком, мужские шляпы 2023
aliexpress.com
$8.63
Элегантный женский комплект из двух предметов, украшенный жемчугом, дизайнерский топ на молнии и брюки, комплект сезона осень-зима 2023, новая модная повседневная одежда
aliexpress.ru
$11.89
Шлепанцы унисекс уличные, мягкая толстая подошва, кроссовки, сланцы, пляжная обувь, для мужчин и женщин, лето, 2023
aliexpress.ru
$12.02
Женские высокие сапоги из мягкой кожи, черные классические сапоги до колена, на весну/Осень/зиму
aliexpress.ru
$9.96
Новая Кепка, кепка, бейсболка из родезийского легиона, 2 стороны, Rli Rhodesia 0710 2, забавные мужские 033379
aliexpress.ru
$2.34
Алмазная живопись HOMFUN A06786, картина «Снежная гора» с полными квадратными/круглыми стразами 5D, вышивка крестиком, домашний декор, подарок
aliexpress.ru
$4.93
Эмблема проектора для автомобильной двери, привидение, тень, приветствие, эмблема проектора для FT86 GT86 GTS AE86 FT-86 светильник
aliexpress.ru
$3.99
Retro Mandala FlowersRound Carpet Luxury Balcony Coffee Table Hanging Basket Carpet Floor Mats Room Decoration Floor Mats
aliexpress.com
$31.40
High Grade Retro Square Acetate Fashion Optical Eyeglass Frame Women Men Myopia Eyewear Spectacle Prescription Glasses Frames
aliexpress.com
$10.91
Female Corset PU Leather Cummerbunds Strap Belts for Women Banquet Elastic Tight High Waist Slimming Body Shaping Girdle Belt
aliexpress.com
$11.77
Пластиковая коробка для бумажных полотенец, выдвижная коробка для салфеток, легкая роскошная коробка для хранения салфеток для дома
joom.ru





