borg
Administrators
-
Benutzer seit
-
Letzter Besuch
-
Gerade
Viewing Topic: Graphenbeschriftung fehlt in App
Alle erstellten Inhalte von borg
-
Red Brick on Raspberry Pi cannot connect to Brick View
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 .
-
Kalibrierung von Thermoelementen mit Thermocouple Bricklet
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.
-
Veröffentlichungen
Externes Video: Heinz Schmitz und Jörn Karthaus diskutieren das Tinkerforge Baukastensystem:
-
Definierter Zustand RGB-Bricklet bei WLAN-disconnect (KeepAlive)
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?
-
TinkerForge Roadmap 2017 and beyond
If you use the RED Brick you can attach a USB sound card to do that.
-
Platine-zu-Platine Verbinder
Das ist wahrscheinlich am einfachsten, ja.
-
TinkerForge Roadmap 2017 and beyond
They will be on the next panel. There will also be at least one new Industrial Bricklet
-
TinkerForge Roadmap 2017 and beyond
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
-
VOC Sensor BME680 von Bosch
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 .
-
Barcode/QR-Code scannen
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?
-
Platine-zu-Platine Verbinder
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?
-
Platine-zu-Platine Verbinder
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.
-
Brickv-2.3.11 startet bei mir nicht unter macOS 10.12.6
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.
-
RS485 Bricklet Fehler bei Config setzen oder Firmwareupdate
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.
-
MQTT proxy issue + question
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?
-
Byte strings in RS485 Bricklet
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)))
-
MQTT proxy issue + question
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
-
Hust! Wo ist eigentlich der NOX Sensor?
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)?
-
Periodic MATLAB Callbacks - VoltageCurrent Bricklet
You can use the VoltageReachedCallback and set the threshold to something that always triggers (via setVoltageCallbackThreshold). The period can then be configured with setDebouncePeriod.
-
Ambient Light Bricklet 2.0
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.
-
about LoRaWAN
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.
-
GPS2 Operation
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.
-
Veröffentlichungen
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
-
Announcements
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
-
IMU 2.0, Pitch Roll Yaw Accuracy | IMU Calibration not working
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.