All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Sensors in Schools. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:35, 23 February 2024 EdmondLascaris talk contribs created page MPPS Pycom LoRa WAN Gateway (Created page with "= MPPS-tiny-house-1 = == main.py == <syntaxhighlight lang="python"> from network import WLAN import time import machine from machine import RTC import pycom print('\nStarting LoRaWAN concentrator') # Disable Hearbeat pycom.heartbeat(False) # Define callback function for Pygate events def machine_cb (arg): evt = machine.events() if (evt & machine.PYGATE_START_EVT): # Green pycom.rgbled(0x103300) elif (evt & machine.PYGATE_ERROR_EVT):...")