Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 986 Bytes

File metadata and controls

17 lines (10 loc) · 986 Bytes

MaRTiny

This is the wiki for all things related to the MaRTiny

All the code can be found at https://github.com/MaRTiny-SHaDELab

  • MaRTiny-ESP32 Contains the code for uploading to the ESP32-CAM
  • MaRTiny-Arduino Contains the code for the Arduino
  • MaRTiny-server Server code (Python Flask) for receiving images from ESP-32 CAM, run YOLO object detection and shadow segmentation
  • MaRTiny-edge Server code (Node.js express) for receiving, storing, and returning the sensor data
  • MaRTiny-view Website code for displaying MaRTiny data. It gets data from MaRTiny-edge

System Diagram

MaRTinyArch