Jump to content
View in the app

A better way to browse. Learn more.

Tinkerunity

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

mkett

Members
  • Benutzer seit

  • Letzter Besuch

Alle erstellten Inhalte von mkett

  1. Wir benutzen geschirmt 2 m. Ja man kann es auch mit kürzeren kabeln versuchen.
  2. Moin, erstmal danke für die Hilfe! Leider hat es nicht geklappt. Hab das Skript ca 20 Minuten laufen lassen und einmal kam -0,93 Grad vor.
  3. Hallo, ist jemand schon mal der Fehler unterlaufen, dass beim Abfragen von Temperatursensoren "merkwürdige" Ausreißer vorkommen? Habe das Python Abfrageskript einfach kopiert: #!/usr/bin/env python # -*- coding: utf-8 -*- HOST = "localhost" PORT = 4223 UID = "XYZ" # Change to your UID from tinkerforge.ip_connection import IPConnection from tinkerforge.bricklet_temperature import Temperature # Callback function for temperature callback (parameter has unit °C/100) def cb_temperature(temperature): print('Temperature: ' + str(temperature/100.0) + ' °C') if __name__ == "__main__": ipcon = IPConnection() # Create IP connection t = Temperature(UID, ipcon) # Create device object ipcon.connect(HOST, PORT) # Connect to brickd # Don't use device before ipcon is connected # Set Period for temperature callback to 1s (1000ms) # Note: The callback is only called every second if the # temperature has changed since the last call! t.set_temperature_callback_period(1000) # Register temperature callback to function cb_temperature t.register_callback(t.CALLBACK_TEMPERATURE, cb_temperature) raw_input('Press key to exit\n') # Use input() in Python 3 ipcon.disconnect() Wenn ich das laufen lasse kommen ab und zu Werte wie: -0,93 oder +120 Grad und diese Werte können definitiv nicht vorkommen. Hat jemand Hinweise oder eine Lösung?

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.