Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.1%) to scientific vocabulary

Keywords

cpp esp32 esp32-arduino platformio

Keywords from Contributors

mesh sequences interactive hacking network-simulation
Last synced: 6 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: AFCMS
  • License: gpl-3.0
  • Language: C++
  • Default Branch: master
  • Homepage:
  • Size: 312 KB
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • Open Issues: 3
  • Releases: 0
Topics
cpp esp32 esp32-arduino platformio
Created almost 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

DevPet

PlatformIO CI

Design

```mermaid flowchart TD subgraph graphical_elements[Graphical Elements] Node2D -.-> Rect Node2D -.-> ProgressBar Node2D -.-> SpriteAnimated Node2D -.-> SpriteBar Node2D -.-> SpriteStatic Node2D -.-> TextScrolling Node2D -.-> Text end

graphical_elements --> DisplaySystem
graphical_elements --> DevPetGraphics

subgraph manager_classes[Manager Classes]
DevPet --> DevPetGraphics
DevPetGraphics --> DisplaySystem
end

subgraph input[Input]
Button
CommSystem
end

subgraph body[Body]
loop
end

loop --> DevPet
Button --> loop
CommSystem <--> loop

subgraph hardware[Hardware]
SSD1306
serial_port[Serial Port]
end

serial_port <--> CommSystem
DisplaySystem --> SSD1306

```

Run the project

Install PlatformIO

The project depends on the PlatformIO toolkit.

You can either install the VSCode extension or the CLI

Build

shell platformio run

Upload on the ESP32

Make sure the ESP32 is connected to the computer and the USB port is accessible.

shell platformio run --target upload

Owner

  • Login: AFCMS
  • Kind: user
  • Location: France

👨‍🎓 16 years old french student

GitHub Events

Total
  • Pull request event: 1
Last Year
  • Pull request event: 1

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 100
  • Total Committers: 2
  • Avg Commits per committer: 50.0
  • Development Distribution Score (DDS): 0.01
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
AFCMS a****t@g****m 99
dependabot[bot] 4****] 1

Issues and Pull Requests

Last synced: 8 months ago

All Time
  • Total issues: 16
  • Total pull requests: 1
  • Average time to close issues: 15 days
  • Average time to close pull requests: about 2 hours
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.5
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 1
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • AFCMS (16)
Pull Request Authors
  • dependabot[bot] (1)
Top Labels
Issue Labels
enhancement (14) bug (2) good first issue (1)
Pull Request Labels
dependencies (1)

Dependencies

.github/workflows/platformio.yml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/setup-python v5 composite