Skip to content
Description

Description

PROTO PLUS HAT is a universal proto board compatible with M5SticKC. Compared to the previous PROTO HAT, "PLUS" is designed to provide a larger board area. Combined with the 8 pin header, you can have more add-ons for your M5StickC. The expansion interface is fully connected to the universal board, allowing the user to freely design the circuit on the board. The 90° pin header enables the proto board to be spliced with the M5StickC at various angles. If you plan to add circuit design to your project and hope to achieve space saving by changing the way the board is spliced, HAT PROTO PLUS will be a good choice.

Product Features

  • M5StickC Compatible
  • Hole Size: 0.039" 1mm (CNC Drilled)
  • Hole Pitch: 0.1 in - (2.54 mm)
  • Entire Hole Quantity: 168 Holes

Include

  • 1x PROTO PLUS HAT
  • 1x 8 pin header(90°)

Application

  • Prototyping
  • Related work by M5 User: view
    Learn

    Code

    To get complete code, please click here.

    #include <TaskScheduler.h> #include <M5StickC.h> #include <Arduino.h> #include "RotaryEncoderWithButton.h"   //#include <SimpleTimer.h>  //RotaryEncoderWithButton rotary(2,3,4); RotaryEncoderWithButton rotary(26,36,0);  uint32_t data; int i; void t1Callback(); Task t1(5, TASK_FOREVER, &RotaryEncoderWithButton::ReadAB); Scheduler runner;   void setup() {     M5.begin();     Serial.begin(115200);     rotary.begin();      runner.init();       runner.addTask(t1);      delay(100);     t1.enable();  }  void loop() {     runner.execute(); }

     

     

    The M5StickC Proto Plus Hat appears in the following collections:

    SKU M5-U060-B