FAQs LapRF Timer - pulquero/RotorHazard GitHub Wiki

NOTE: Before running the server, make sure this line is run ... export RH_INTERFACE=LapRF

If you need to go back to RH timers instead, then use export RH_INTERFACE=RH

NOTE: To use LapRF8, the main thing is to add (or edit) the LapRF IP address to your config.json file.

"LAPRF": { "ADDRESS": "xxx.xxx.xxx.xxx" },

Here's a sample default config.json file that works where the LapRF timer is on IP address 192.168.0.15. Just change the IP address to match the one on the LapRF box.

{ "GENERAL": { "HTTP_PORT": 5000, "ADMIN_USERNAME": "admin", "ADMIN_PASSWORD": "rotorhazard", "DEBUG": false, "CORS_ALLOWED_HOSTS": "*" }, "HARDWARE": { "I2C_BUSES": [1] }, "SENSORS": { }, "SERIAL_PORTS": [], "LED": { "LED_COUNT": 0, "LED_ROWS": 1, "LED_PIN": 10, "LED_FREQ_HZ": 800000, "LED_DMA": 10, "LED_INVERT": false, "LED_CHANNEL": 0, "PANEL_ROTATE": 0, "INVERTED_PANEL_ROWS": false }, "AUDIO": { "PLAYER": [], "TTS": [] }, "LAPRF": { "ADDRESS": "192.168.0.15" }, "CHORUS": { "HARDWARE_PORT": "", "API_PORT": "" }, "LOGGING": { "CONSOLE_LEVEL": "INFO", "SYSLOG_LEVEL": "NONE", "FILELOG_LEVEL": "INFO", "FILELOG_NUM_KEEP": 30, "CONSOLE_STREAM": "stdout" } }