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.

borg

Administrators

Alle erstellten Inhalte von borg

  1. You have to connect to the IP of the RPi instead of localhost. You are connecting to your locally running Brick Daemon (running on your laptop), since there is nothing connected to the laptop nothing shows up .
  2. Der IC den wir auf dem Thermocouple Bricklet verwenden (MAX31856) gibt direkt die Temperatur aus. Es gibt dort also kein Spannungssignal das wir an den Nutzer weitergeben könnten.
  3. Externes Video: Heinz Schmitz und Jörn Karthaus diskutieren das Tinkerforge Baukastensystem:
  4. Wir nennen das bei den IO Bricklets "Monoflop". IO4, Industrial Quad Relay, Solid State Relay und Industrial Digital Out 4 können das bereits. Die anderen Bricklets sind ja eher Sensoren oder Inputs, da gibt es ja nichts auszuschalten, oder?
  5. If you use the RED Brick you can attach a USB sound card to do that.
  6. Das ist wahrscheinlich am einfachsten, ja.
  7. They will be on the next panel. There will also be at least one new Industrial Bricklet
  8. Currently in production are (among re-production of existing Bricks/Bricklets): * Humidity 2.0 Bricklet (Much better sensor) * RGB LED Button Bricklet * RGB LED Matrix Bricklet * Motorized Linear Poti Bricklet * Thermal Imaging Bricklet We just finished planning the next production panel and it contains: * NFC Bricklet (completely new version with support for P2P and card emulation and other stuff) * Analog In 3.0 Bricklet * Motion Detector 2.0 Bricklet (Our own design, not based on a module anymore, very fancy!) * Outdoor Weather Bricklet * Remote Switch 2.0 Bricklet (Can now also receive and not only send) * Rotary Encoder 2.0 Bricklet * Solid State Relay 2.0 Bricklet * Temperature IR 2.0 Bricklet
  9. Den haben wir in der Tat bereits auf dem Schirm. Was mir daran gefällt ist das wir damit Humidity/Barometer/Temperature für das Wetterstations Kit auf ein Bricklet zusammenlegen können. Dann haben wir noch Platz für ein weiteres Bricklet in der Wetterstation. Ist allerdings noch nicht auf dem nächsten Produktionspanel welches wir gerade zuende geplant haben, kommt also frühestens im nächsten Jahr .
  10. Thema antwortete auf borgs MartinW in: Hardware
    Es gibt RS232 Barcode-Scanner Module, die könntest du an ein RS232 Bricklet anschließen. Ansonsten eventuell einen USB Barcode-Scanner am RED Brick?
  11. Wir haben denke ich nicht so viele Produkte wo sich Staffelpreise lohnen, wir verkaufen ja (bis auf die Stecker) kaum Bauteile wie Mouser. Bei sowas wie den Steckern fallen die Kosten an weil wir uns eine ganze Rolle aufs Lager legen müssen. Wenn ein Stück bestellt wird müssen wir die Rolle abrollen und ein Stück vom Tape abschneiden und eintüten etc. Eine größere Stückzahl ist es wenn diese "Verpackungskosten" nicht mehr so ins Gewicht fallen. Also vielleicht 50 Stück?
  12. Die Verbinder sind von Acesconn. Die minimale Abnahmemenge liegt da allerdings bei mehreren Rollen. Wenn du eine größere Stückzahl benötigst melde dich bei uns, da können wir bestimmt etwas am Preis schrauben.
  13. Puh, das klingt als hätte Apple mal wieder eine nicht-rückwärtskompatible Änderung eingeführt . Da müssen wir erst unseren MacBook aktualisieren um das reproduzieren.
  14. Versuchst du das über den RED Brick zu flashen? Die RED Brick image Version bei Verwendung eines der neuen Co-Prozessor Bricklets (die mit dem neuen Stecker) muss mindestens 1.9 betragen. Alternativ kannst du auf einem alten Image auch den Brick Daemon updaten.
  15. The backtrace starts in line 1166 with the function "mqtt_on_disconnect". This function is called if mqtt is disconnected. Then the code tries to disconnect the connection to the brickd which gives this "NOT_CONNECTED" exception. Perhaps the mqtt server disconnects the proxy immediately, before the connection to the brickd is established. But why does the mqtt server disconnect immediately? Does it expect some kind of encryption that is not enabled?
  16. Oh, da hat sich in der Tat ein Fehler in der neuen Streaming API bei Python3 eingeschlichen (Python2 ist da weniger strikt und es funktioniert einfach). Vielen Dank für den Hinweis! Wir fixen das mit dem nächsten Bindings-Release, so dass man auch ein bytes-Objekt übergeben kann. In der Zwischenzeit kannst du als Workaround das hier verwenden: rs485.write(list(map(chr, send_array)))
  17. So the brickd and mqtt broker are running on the RPi? Is the port of the mqtt broker correct? I mean the host and port that you can configure at the top of this file: https://raw.githubusercontent.com/Tinkerforge/brick-mqtt-proxy/master/brick-mqtt-proxy.py
  18. Wir haben in der Zwischenzeit einige Sensoren hier ausprobiert und getestet, es hat sich also was getan. Bisher konnten wir uns allerdings noch nicht dazu durchringen einen der Sensoren auch wirklich zu nutzen. Meistens sind diese entweder zu ungenau (reagieren z.B. auch auf ganz viele andere Gase) oder zu teuer. Mal eine Rückfrage: Wie teuer dürfte denn ein NOX Bricklet sein (welches NOX in normalen Umgebungsluft-Konzentrationen messen kann)?
  19. You can use the VoltageReachedCallback and set the threshold to something that always triggers (via setVoltageCallbackThreshold). The period can then be configured with setDebouncePeriod.
  20. Thema antwortete auf borgs Sammi12 in: Hardware
    Das kannst du mit "set_configuration" wählen: https://www.tinkerforge.com/de/doc/Software/Bricklets/AmbientLightV2_Bricklet_Python.html#fortgeschrittene-funktionen Muss aber nach jedem aus- und wieder einschalten neu aufgerufen werden.
  21. Thema antwortete auf borgs ufaforwork0 in: General Discussion
    I can't promise anything, but it is definitely possible that there will be something like that in the future . It will unfortunately not happen in the very short term.
  22. Thema antwortete auf borgs andycruce in: General Discussion
    The other data does not have to change when the coordinates change. For examples the coordinates may change, but the fix and speed stays the same. So to get all of the data at the exact point where it changes, you would indeed need to use callbacks for all. But i think it should be good enough to use the callback for the coordinates and get the rest of the data with a getter. Either in the callback or perhaps just every second or similar in a loop.
  23. Firmware: GPS 2.0 2.0.2 Millisekunden date/time Bug gefixt (wir nutzten us statt ms) API zum ein/ausschalten von SBAS hinzugefügt (mit 5Hz/10Hz Aktualisierungsrate) Download: GPS 2.0
  24. Thema antwortete auf borgs photron in: General Discussion
    Firmware: GPS 2.0 2.0.2 Fix millisecond date/time bug (did use us instead of ms) Add API to enable/disable SBAS (with 5Hz/10Hz update rate) Download: GPS 2.0
  25. Die einzige Möglichkeit die ich da sehe ist die Rohdaten auszulesen und selbst zu verarbeiten. Der eigene Fusion-Algorithmus kann dann natürlich die zusätzlichen Daten die Anfallen mit einbeziehen, z.B. die Gas/Brems-Pedalstellung.

Account

Navigation

Suche

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.