34 lines
1.0 KiB
Plaintext
34 lines
1.0 KiB
Plaintext
# 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
|