Skip to content

A BLE-enabled weight sensor designed for climbing training. The hardware connects with The Edge mobile app, transforming conventional climbing training into an interactive gaming experience with real-time strength feedback and customizable levels.

License

Notifications You must be signed in to change notification settings

miliar/the_edge-hardware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Edge - Hardware

This repository contains the hardware implementation of The Edge, a BLE-enabled weight sensor designed specifically for climbing training.

The Edge Device

Project Overview

graph LR
    A[The Edge Hardware] --> |BLE| B[The Edge - Climbing Game]
    subgraph Hardware
        C[Load Cell Sensor] --> A
        E[ESP32-S3 Controller] --> A
    end
    subgraph Mobile App
        B --> F[Game Interface]
        B --> G[Training Stats]
        B --> H[Level Editor]
    end
Loading

Project Structure

Mobile Application

The Edge hardware connects to "The Edge - Climbing Game" mobile application (available for iOS and Android), which transforms your climbing training into an interactive gaming experience. The app features real-time strength feedback, a progressive level system, and custom level creation capabilities, allowing you to turn training protocols into engaging challenges.

App Demo

Check out the app in action:

App Screenshots

Getting Started

  1. Follow the hardware assembly guide to build the device

  2. Set up the microcontroller firmware

  3. Install The Edge - Climbing Game from your device's app store:

    App Store Play Store
    App Store QR Code Play Store QR Code
  4. Connect the app to your Edge hardware via Bluetooth

  5. Start training!

Repository Contents

  • board/ - 3D models, assembly instructions, and parts list
  • microcontroller/ - CircuitPython firmware and configuration
  • pics/ - Project documentation images
  • python_cli_app/ - Test utility (for development use)

About

A BLE-enabled weight sensor designed for climbing training. The hardware connects with The Edge mobile app, transforming conventional climbing training into an interactive gaming experience with real-time strength feedback and customizable levels.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages