Skip to content

shusuke0812/Kikurage-Device

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kikurage Cultivation Device

Development

Setup

  • Install PlatformIO by VSCode plugin
  • Install M5Stack libraries
    • PIO Home > Libraries > M5Stack > Add Project
    • After that theses are set in /.pio/libdeps
  • microSD card
    • Image Data
      • An image size must be set 320*240, because M5 libraries does not have zooming image method.
      • Sad.jpg and Smile.jpg are saved on SD. (Jan, 2023)
      • format is FAT32
  • Include libraries
    • Go to PIO Home
    • Select Libraries tab on side menu
    • Search and select libraries
    • Tap Add to Project button
  • Search libraries(ref)
  • Generate Bluetooth Service UUID and Characteristic UUID on this page.

Run

  1. Build
  2. Write to devices

スクリーンショット 2023-01-21 14 53 34

Debug

Checking Serial Monitor

  1. setup as following
// main.cpp

void setup() {
  Serial.begin(115200); // 115200 is serial port number
}

// platformio.ini
monitor_speed = 115200
  1. build and run source files
  2. open serial monitor

スクリーンショット 2023-01-22 13 21 09


Analyzing Backtraces

#1 (comment)

Reference

About

🚀 Dev - Kikurage Cultivation Device

Resources

Stars

Watchers

Forks

Packages

No packages published