This commit is contained in:
ske087
2025-08-19 16:46:29 +03:00
parent 4914d840d5
commit f195afa0c9
9 changed files with 192 additions and 3 deletions

View File

@@ -0,0 +1,33 @@
# Info-Beamer Player Setup Checklist
## 1. Connect Device to Account:
- Go to: https://info-beamer.com/
- Create account or login
- Click "Add Device"
- Enter the ID shown on your player screen
- Device should appear in your dashboard
## 2. Verify Device Status:
- Device shows "online" status in dashboard
- Last seen timestamp is recent
- Device info shows correct hardware details
## 3. Test Basic Functionality:
- Upload a simple image to test
- Assign to your device
- Image should display on screen within 30 seconds
## 4. Configure for Our Flask Server:
- Device ID needed: Record the ID from screen
- Update our server.py with correct device ID
- Test API endpoints work
## 5. Deploy Our Package:
- Upload our node.lua package to Info-Beamer
- Assign package to device
- Device should connect to Flask server at 192.168.1.22
## Troubleshooting:
- If device offline: Check WiFi, restart device
- If package not loading: Check node.lua syntax
- If server connection fails: Check Flask server running on port 80