-
Gesamte Inhalte
3.592 -
Benutzer seit
-
Letzter Besuch
-
Tagessiege
58
Alle erstellten Inhalte von borg
-
I think you are wrong in all cases . The possibility to flash Bricklets is always there with the JavaScript Bindings. It just uses our normal API. We will add authentication before we release the JavaScript Bindings to be save in that regard. Regarding the stability for flashing Bricklets: The web brickv can flash Bricklets exactly the same way as the normal brickv. There is really no difference, you can pick the file to flash from you local storage and flash it to the Bricklet without using the Internet in any way or form. If you want to fetch the current firmware from our server it can do that and then flash the Bricklet without internet access (exactly the same way that the normal brickv does it). I can't see why it would be worse in some way. I bet that all of the latest browsers are way more stable then our hacked together Brick Viewer . To flash the Bricks without using root you can add your user to the group "dialout".
-
Du meinst das die Konfiguration irgendwie überschrieben wird? Sollte eigentlich nicht passieren. Ich hab mal gerade an einer Ethernet Extension mit den Konfigurationen herumgespielt, ich konnte auch keine Probleme feststellen. Sowas kann höchstens passieren wenn man die Master Birck Firmware aktualisiert und es kommen neue Einstellungen hinzu, diese sind dann mehr oder weniger zufällig gesetzt.
-
Bricklet flashing is definitely possible with the web brickv. For Brick flashing we need access to USB devices, which is not directly possible with the browser (It could be done as Loeti says). @Robin: I will add support for more then one graph in to the Graph-class tomorrow. Then it should be possible to display all the graphs that we also use in the normal brickv.
-
Thanks again! I will try to add a visual element for the Rotary Poti Bricklet and the configuration functions for the Distance IR Bricklet .
-
250Hz sollte theoretisch möglich sein, ich hatte nur noch einen Sicherheitsfaktor von 2 eingefügt der nicht notwendig sein sollte .
-
Puh, schwer zu sagen. Welchen Router verwendest du? Wir haben hier bisher mit einem Linksys, unterschiedlichen Fritz Boxen und einen Billigrouter von Arcor getestet und wir haben viele Kunden die unterschiedliche Cisco Router verwenden wo DHCP problemlos funktioniert. Es ist aber nicht sowas einfaches wie eine Whitelist von MAC Adressen für DHCP oder sowas?
-
Da ist keine Durchschnittsbildung oder ähnliches im Code. D.h. in Theorie solltest du bis zu 1000 Updates pro Sekunde bekommen können. Wenn du jetzt ein "Kodierrad" verwendest was zu 50% weiß und zu 50% schwarz ist brauchst du also eine Messung pro halber Umdrehung. Dann müssen wir noch Nyquist anwenden (f_mess = 1/2 f_abtast) und dann würde ich nochmal ein Faktor von 1/2 einführen da wir per USB auch schonmal kurze Aussetzer reinbekommen können. Ergibt also eine maximale Drehzahl von 1000*60/(2*2*2) = 7500 U/min. Sollte also gehen .
-
@Robin: Thanks! I added the edge count as well as options for edge type and debounce. I also pushed it already to brickv.com .
-
Industrial bedeutet bei uns galvanisch getrennt + 4x4cm (also stapelbar) + steckbarer 8-Pol Stecker. Aber das Bricklet könnte ja (je nach Fassung) 0V - 10V bzw -10V - 10V mit höherer Auflösung messen als in der Industrie üblich. Das der Bereich da noch ein wenig höher geht schadet ja nicht.
-
Da wir immer wieder anfragen bzgl. eines galvanisch getrennten Analog In bekommen haben wir mal ein paar Möglichkeiten durchgespielt. Das Industrial Analog In hätte (wie alle Industrial Bricklets) den grünen Steckbaren 8-Pol Stecker mit folgenden Eigenschaften (für alle Möglichkeiten): Komplett galvanisch getrennt von den anderen Bricks/Bricklets (über DC/DC Wandler) Auflösung 0,002µV (24 Bit) Genauigkeit (über kompletten Temperaturbereich) ca. 1mV Möglichkeit 1: Messbereich 0 - 30V 2 Kanal VK Preis: 28,99€ Möglichkeit 2: Messbereich 0 - 30V 6 Kanal VK Preis: 36,99€ Möglichkeit 3: Messbereich -30 - 30V 2 Kanal VK Preis: 37,99€ Möglichkeit 4: Industrial DAQ (Data Acquisition) Bricklet Messbereich -30 - 30V 2 Kanal Umschaltung zwischen Spannungs/Strommessung BNC Buchsen auf Bricklet Beinhaltet eine Schaltung wie die eines professionellen "DAQ" Könnte als Ersatz eines Multimeter genutzt werden VK Preis : 44,99€ Was meint ihr? Welche Möglichkeit würde euch am besten gefallen? Ist euch die galvanische Trennung überhaupt soviel Wert?
-
der connection state ist 0 weil du get_connection_state aufrufst bevor du connect aufrufst. Zu dem Zeitpunkt ist die Verbindung noch nicht hergestellt. Warum die Relais nicht schalten weiß ich allerdings nicht. Ist die UID korrekt?
-
Kannst du dein Perl Script hier posten? Ansonsten ist es schwierig etwas dazu zu sagen .
-
@Robin: As i said, the current version only supports Ambient Light, Barometer, Humidity and Temperature Bricklet. It is a very early alpha, i just started the project 4 days ago . Connecting when pressing enter is a good idea. It is a project that you can get into really easy. You can just clone the git, add some small features and make a pull request. After we accept the pull request it will automatically be available on brickv.com. I was hoping to get some help from the community with this project after we officially release the JavaScript Bindings, we will see if it works out .
-
I only tested in IE11, it should work in IE10. IE9 and below won't work. We will probably release the JavaScript Bindings with all of the needed updates for brickd/brickv and the firmwares (authentification and so on) in the end of march. So you will have to wait until then .
-
I would like to introduce an early alpha version of the Web Brick Viewer: http://www.brickv.com It is our attempt to implement a Bick Viewer-like tool with web technologies and new JavaScript for browser bindings. The current version supports Ambient Light, Barometer, Humidity and Temperature Bricklet. If you open http://www.brickv.com your browser will download an index.html and lots of JavaScript. After that everything is done in your browser and on your local PC, there is no communication with the internet whatsoever. You can also find brickv.com on github: https://github.com/Tinkerforge/brickv.com if you download it from there you can just open the index.html with your browser, there is no webserver necessary! This is currently just a small side project to test and debug the JavaScript Bindings in combination with HTML5 and modern browsers. I tried it on the latest versions of Firefox, Chrome/Chromium and IE. In IE you need to allow access to local intranet sites, see last answer here: http://stackoverflow.com/questions/15114279/websocket-on-ie10-giving-a-securityerror. If you want to help us develop a Web Brick Viewer, this is a very easy to understand project! It should be easy to get into. We would appreciate any help. The version that is currently online is compatible to the Brick Daemon release candidate that we released in this thread. Before we make an official release we will add authentication to our protocol and the Brick Daemon, which will then also be added to the Web Brick Viewer. At the moment the Web Brick Viewer is just a side project but the trend seems to go more and more towards smart phones and tablets instead of PCs. This means that it might be necessary for us to create access and configuration possibilities directly from Android/iOS/Windows Phone. So in the future it might become a replacement or supplement for the Desktop Brick Viewer. brickv.com should adjust itself to the resolution of your device (smart phone vs tablet vs PC) and delivery a UI that is best suited for your device.
-
Du bekommst dann jede ms einen neuen wert insofern sich der Wert seit dem letzten Callback geändert hat.
-
Ist gefixt, Danke!
-
Klar, das ist kein Problem. Du musst erstmal die neuesten Versionen von brickd und brickv installieren, dann die Bricks auf die neueste Version flashen und dann die Bricklets aktualisieren. Dann ist auch schon wieder alles auf dem neuesten Stand und du kannst loslegen . Hier gibt es eine ausführlichere Anleitung dazu: http://www.tinkerforge.com/de/doc/Transitioning_Guide_1To2.html
-
hydraulischer Demonstrator
Thema antwortete auf borgs BorgelMorgel in: Projektvorstellungen und Projektideen
Ich weiß nicht ob ich dein Problem richtig verstehe, aber das Tilt Bricklet besteht ja nur aus einer Röhre mit einer Kugel drin. Wenn die Kugel unten aufliegt ist ein Schaltkreis geschlossen und sonst nicht. D.h. Die Kugel fängt schon ab 45° oder so das rollen an und schließt den Schaltkreis, dadurch ist dann aber dein Tisch noch nicht waagerecht? -
I just tried it in Eclipse and i get the same two errors. But after formatting the js around that place a little better so it is human-readable i can't find a problem. I think the Eclipse parser is either not able to parse the relatively complex output of browserify or it has problems with ECMA 5. The eclipse i have only seems to be able to understand ECMA 3, while the code might need a ECMA 5 parser. The Javascript for Browser Bindings will only support the (currently) latest Browsers and versions up from here. The latest Firefox, Chrome, Safari and even IE are very standard compliant and compatible regarding JavaScript and Websockets. If you go only 2 or 3 versions down it suddenly becomes a minefield .
-
LabVIEW Bindings verfügbar Blogeintrag
-
LabVIEW Bindings available Blog entry
-
Das LED Strip Bricklet kann nur LED Strips steuern die einen WS2801 IC verwenden, also keine "normale" weiße LED Strips. Vielleicht würde es in deinem Fall folgender Aufbau Sinn machen: * Motion Detector Bricklet * Remote Switch Bricklet * Funksteckdose deiner Wahl * LED Strip an Funksteckdose Damit kannst du dann die Funksteckdose per Remote Switch Bricklet schalten sobald das Motion Detector Bricklet etwas sieht. Keine Elektrozeugs notwendig .
-
Ich hab gerade schnell das Datenblatt vom MC33926 überflogen (der Treiber IC den wir verwenden), ich befürchte das ist nicht möglich mit dem IC . https://github.com/Tinkerforge/dc-brick/raw/master/datasheets/MC33926.pdf
-
@Shield: Der Vorteil von einem Shield gegenüber einem USB Kabel (egal welches Development Board) ist ernsthaft marginal. Das Shield verkompliziert es nur (zusätzliche Treiber notwendig etc). Ich schreibs mir mal auf meine TODO Liste eine Halteplatte für den RPi zu machen und ~15cm Mini USB Kabel zu besorgen. Dann haben wir auch ein "Shield" .