Pinned Loading
-
festival-python
festival-python PublicSimple python wrapper for Festival TTS Voice Synthentizer, with installer script for debian based distributions and optimized for catalan and spanish
Shell 1
-
Convert Latitude-Longitude from NMEA...
Convert Latitude-Longitude from NMEA format (AT+CGPSINFO command) 1# value = lat or lon in nmea format, example: 3137.36664
2# DD = int(float(value)/100) = int(3137.36664/100) = int(31.3736664) = 31
3# SS = float(value) - DD * 100 = 3137.36664 - 31 * 100 = 3137.36664 - 3100 = 37.36664
4# formattedValue = DD + SS/60 = 31 + 37.36664/60 = 31 + 0.6227773333333333 = 31.6227773333333333
5# negate lat when 'S', negate lon when 'W'
-
home-assistant-rest-client
home-assistant-rest-client PublicSimple Java library to interact with HA Rest API
Java
-
-
mqtt-basics
mqtt-basics PublicConfigurations and Examples to set Mosquitto MQTT Broker and Clients with TLS
Python
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.