Open
Conversation
a2a3ed9 to
61e5d65
Compare
Signed-off-by: MatteoCnda1 <matteodaniel13960@gmail.com>
Signed-off-by: MatteoCnda1 <matteodaniel13960@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR: Add BLE Hot/Cold Treasure Hunt game using aioble & steami_screen
CLOSE : 411
DESCRIPTION:
A multi-device "Hot or Cold" game. One STeaMi acts as a 'Treasure' (beacon)
while the other acts as a 'Seeker' (scanner) to find it using RSSI signal
strength.
CHANGES
ADDED: BLE/BLE_HOT_COLD/main.py
(Single-file app for both TREASURE and SEEKER roles)
GAME MECHANICS:
FEEDBACK SYSTEM:
PROXIMITY ZONES (0-100%):
[ Zone ] [ Range ] [ Face ] [ Audio Feedback ]
COLD 0 - 25% sad 1 low beep every 3s
WARM 25 - 50% sleeping 1 mid beep every 1.2s
HOT 50 - 75% happy 2 fast beeps every 500ms
BURNING 75 - 100% love 3 rapid bursts every 150ms
CHECKLIST
[X] Tested on hardware (2x STeaMi boards)
[X] Zone transitions smooth (no flickering)
[X] Exit to menu functional (LEFT button)
[X] Buzzer patterns sync with visual feedback