Jump to content

photron

Administrators
  • Gesamte Inhalte

    3.189
  • Benutzer seit

  • Letzter Besuch

  • Tagessiege

    52

Alle erstellten Inhalte von photron

  1. Brick Viewer 2.3.15 Add support for CAN 2.0, Industrial Counter, Industrial Digital In 4 2.0, Industrial Dual Relay, Industrial Quad Relay 2.0, IO-4 2.0, LED Strip 2.0, Load Cell 2.0, Particulate Matter, PTC 2.0, Real-Time Clock 2.0, RS232 2.0, Sound Pressure Level, Thermocouple 2.0 and Voltage/Current 2.0 Bricklet Add Data Logger support for CAN 2.0, Industrial Counter, Industrial Digital In 4 2.0, Industrial Dual Relay, Industrial Quad Relay 2.0, IO-4 2.0, LED Strip 2.0, Load Cell 2.0, Particulate Matter, PTC 2.0, Real-Time Clock 2.0, Sound Pressure Level, Thermocouple 2.0 and Voltage/Current 2.0 Bricklet Add Data Logger support for logging all stations and sensors with the Outdoor Weather Bricklet Downloads: Windows, Linux, Mac OS X
  2. Brick Viewer 2.3.15 Support für CAN 2.0, Industrial Counter, Industrial Digital In 4 2.0, Industrial Dual Relay, Industrial Quad Relay 2.0, IO-4 2.0, LED Strip 2.0, Load Cell 2.0, Particulate Matter, PTC 2.0, Real-Time Clock 2.0, RS232 2.0, Sound Pressure Level, Thermocouple 2.0 und Voltage/Current 2.0 Bricklet hinzugefügt Data Logger Support für CAN 2.0, Industrial Counter, Industrial Digital In 4 2.0, Industrial Dual Relay, Industrial Quad Relay 2.0, IO-4 2.0, LED Strip 2.0, Load Cell 2.0, Particulate Matter, PTC 2.0, Real-Time Clock 2.0, Sound Pressure Level, Thermocouple 2.0 and Voltage/Current 2.0 Bricklet hinzugefügt Data Logger kann jetzt alle Stationen und Sensoren über das Outdoor Weather Bricklet aufzeichnen Downloads: Windows, Linux, Mac OS X
  3. Bindings: C/C++ 2.1.20, C# 2.1.18, Delphi/Lazarus 2.1.19, Java 2.1.18, JavaScript 2.0.18, LabVIEW 2.1.17, Mathematica 2.1.17, MATLAB/Octave 2.0.18, Perl 2.1.17, PHP 2.1.17, Python 2.1.17, Ruby 2.1.17, Shell 2.1.17, Visual Basic .NET 2.1.17 Add support for CAN 2.0, Industrial Counter, Industrial Digital In 4 2.0, Industrial Dual Relay, Industrial Quad Relay 2.0, IO-4 2.0, LED Strip 2.0, Load Cell 2.0, Particulate Matter, PTC 2.0, Real-Time Clock 2.0, RS232 2.0, Sound Pressure Level, Thermocouple 2.0 and Voltage/Current 2.0 Bricklet [all] Add get/set_maximum_timeout functions to NFC Bricklet API [all] Add is_sensor_connected function and SENSOR_CONNECTED callback to PTC Bricklet API [all] Break Humiditiy 2.0, Rotary Encoder 2.0 and Temperature IR 2.0 Bricklet API to fix types for callback threshold min/max configuration [all] Fix string (un)packing for non-ASCII chars [Ruby] Add general streaming support [JavaScript] Download: C/C++, C#, Delphi/Lazarus, Java, JavaScript, LabVIEW, Mathematica, MATLAB/Octave, Perl, PHP, Python, Ruby, Shell, Visual Basic .NET
  4. Bindings: C/C++ 2.1.20, C# 2.1.18, Delphi/Lazarus 2.1.19, Java 2.1.18, JavaScript 2.0.18, LabVIEW 2.1.17, Mathematica 2.1.17, MATLAB/Octave 2.0.18, Perl 2.1.17, PHP 2.1.17, Python 2.1.17, Ruby 2.1.17, Shell 2.1.17, Visual Basic .NET 2.1.17 Support für CAN 2.0, Industrial Counter, Industrial Digital In 4 2.0, Industrial Dual Relay, Industrial Quad Relay 2.0, IO-4 2.0, LED Strip 2.0, Load Cell 2.0, Particulate Matter, PTC 2.0, Real-Time Clock 2.0, RS232 2.0, Sound Pressure Level, Thermocouple 2.0 und Voltage/Current 2.0 Bricklet hinzugefügt [alle] get/set-maximum-timeout Funktionen zur NFC Bricklet API hinzugefügt [alle] is-sensor-connected Funktion und SENSOR_CONNECTED Callback zur PTC Bricklet API hinzugefügt [alle] Bruch der Humiditiy 2.0, Rotary Encoder 2.0 und Temperature IR 2.0 Bricklet API um den Typ der Callback Threshold min/max Konfiguration zu korrigieren [alle] String (Ent)packen für nicht-ASCII Chars korrigiert [Ruby] Allgemeinen Streaming Support hinzugefügt[JavaScript] Download: C/C++, C#, Delphi/Lazarus, Java, JavaScript, LabVIEW, Mathematica, MATLAB/Octave, Perl, PHP, Python, Ruby, Shell, Visual Basic .NET
  5. Not sure why you get strange X server errors when running brickv as root. This just works for me. The correct way to add the existing user "myself" to the existing group "dialout" is this: sudo usermod -a -G dialout myself Afterwards you need to logout and login again, because group changes do not apply directly. Then you should be able to flash a Brick from Brick Viewer started as user.
  6. Firmware: GPS 2.0 2.0.3 Reconfigure SBAS after cold-restart and factory-reset Download: GPS 2.0
  7. Firmware: GPS 2.0 2.0.3 SBAS wird nach einem Cold Restart und Factory Reset wieder korrekt konfiguriert Download: GPS 2.0
  8. We've fixed the missing dependency issue. We can reproduce the GPG error, but only on Ubuntu Bionic Beaver. It doesn't occur on the previous Ubuntu versions. We're looking into it.
  9. Du you run "./compile-source.sh full" before?
  10. Richtig, die Python Scripte unter src/brickv/plugin_system/plugins/red/scripts/ werden auf den RED Brick kopiert und dort ausgeführt, nicht auf dem Rechner auf dem Brick Viewer läuft.
  11. Okay, the situation is this: There was a bug in QEMU that affected the image building process. That bug got fixed in QEMU 2.10.1. But at the time this QEMU versions didn't hit the distro repositories yet. That's why the prepare-host.sh builds it from source. That's also why the deb-src line is required. I just checked and Ubuntu Bionic Beaver ships QEMU 2.11, so we don't have to build it from source anymore. We'll modify the scripts to check if the system-provided QEMU is new enough and only build from source if it's not. In you case you can ignore the build-error from QEMU. This was the last step in the prepare-host.sh script anyway. You can consider prepare-host.sh as successfully passed. To make the remaining image building process work now, you need to modify make-root-fs.sh and change line 185 from cp $TOOLS_DIR/$QEMU_BASE_NAME/arm-linux-user/qemu-arm $ROOTFS_DIR$QEMU_BIN to cp /usr/bin/qemu-arm-static $ROOTFS_DIR$QEMU_BIN to make the script pick up the system QEMU instead of the unsuccessfully build one. After that you can continue the image build process according to the readme file.
  12. Ich denke die Shebang Zeile ist nicht richtig in den Scripts. Was anderes als Ursache fällt mir nicht mehr ein. Lass dir mal die ersten paar Zeilen ausgeben: cat /usr/local/scripts/overview.py | head -n 5 Das sollte so aussehen: #!/usr/bin/env python2 # -*- coding: utf-8 -*- import psutil import sys import json Und um es exakt ansehen zu können einmal per od: od -c /usr/local/scripts/overview.py | head -n 5 Das sollte so aussehen: 0000000 # ! / u s r / b i n / e n v p 0000020 y t h o n 2 \n # - * - c o d 0000040 i n g : u t f - 8 - * - \n i 0000060 m p o r t p s u t i l \n i m p 0000100 o r t s y s \n i m p o r t j Wenn in der ersten Zeile nicht das Shebang exakt "#!/usr/bin/env python2\n" steht dann ist das dein Problem. Dann ist noch zu klären warum das bei dir passiert.
  13. Exit Code 127 heißt "Datei nicht gefunden". Vielleicht sind irgendwie in das overview Script \r\n Zeilenenden geraten, dann kann Linux den Interpreter im Shebang nicht finden, was dann Fehler 127 erzeugen kann. Teste bitte mal die aktuelle Version auf GitHub, die erzwingt jetzt \n Zeilenenden in den Scripts. Du musst aber definitiv das build_all_ui.py Script nach dem git pull aufrufen, damit dieses die RED Brick Scripts neu zusammensammelt und die \n Zeilenenden erzwingen kann. Wen das nicht hilft, dann ist es ein anderes Problem. Dann musst du mal auf dem RED Brick nachschauen ob /usr/local/scripts/overview.py existiert und was die Rechte sind. Am besten führst du auf dem RED Brick mal folgendes aus und postet die Ausgabe hier: stat /usr/local/scripts/overview.py Wenn es /usr/local/scripts/overview.py nicht gibt, ist dann das /usr/local/scripts/ Verzeichnis komplett leer, oder welche Dateien liegen darin?
  14. You're probably missing a deb-src line in your /etc/apt/sources.list. Maybe the deb-src line is there but commented out.
  15. Hast du mir mal im Debugger angeschaut wo das Programm dann genau hängt?
  16. Der Brick Daemon und Brick Viewer Installier sind mit NSIS gebaut, das kann schon Silent Modus. Starte den brickd Installer mal mit /S für Silent, wobei es /S muss /s funktioniert nicht. Das installier brickd dann silent mit Standardeinstellungen.
  17. Script error 100X: Script "overview" in wrong state: 2 Die 2 da sagt mit dass das "overview" Script überhaupt nicht gestartet werden konnte. Ich habe gerade mal eingebaut, dass in der Fehlermeldung auch der Exit Code mit angezeigt wird. Das hilft vielleicht weiter. Test bitte mal die aktuelle Version auf GitHub und poste die Fehlermeldung nochmal hier.
  18. Brick Logger 2.0.6 Fix API bindings imports for Bricklets added in version 2.0.5 Add support for logging all stations and sensors with the Outdoor Weather Bricklet, before only the first station and sensor could be logged Downloads: Windows, Linux, Mac OS X, RED Brick
  19. Brick Logger 2.0.6 API Bindings Imports für Bricklets korrigiert, die in Version 2.0.5 hinzugefügt wurden Support für das Logging aller Stationen und Sensoren des Outdoor Weather Bricklets hinzugefügt, zuvor konnte nur der erste Sensor und die erste Station geloggt werden Downloads: Windows, Linux, Mac OS X, RED Brick
  20. Installierst du brickv mit unserem Debian Package, oder startest du den aus dem Source Code von github?
  21. RED Brick Image 1.11 Fix high CPU usage problem with SPI stack presence Add DMA support for the SPI driver causing significant stack throughput increase Update Brick Viewer to version 2.3.14 Update all API bindings: C/C++ 2.1.19, C# 2.1.17, Delphi/Lazarus 2.1.18, Java 2.1.17, JavaScript 2.0.17, Octave 2.0.17, Perl 2.1.16, PHP 2.1.16, Python 2.1.16, Ruby 2.1.16, Shell 2.1.16, Visual Basic .NET 2.1.16 Download: RED Brick Image
  22. RED Brick Image 1.11 CPU Last bei Stapelverwendung deutlich reduziert Stapeldurchsatz durch DMA Nutzung im SPI Treiber deutlich verbessert Brick Viewer auf Version 2.3.14 aktualisiert Alle API Bindings aktualisiert: C/C++ 2.1.19, C# 2.1.17, Delphi/Lazarus 2.1.18, Java 2.1.17, JavaScript 2.0.17, Octave 2.0.17, Perl 2.1.16, PHP 2.1.16, Python 2.1.16, Ruby 2.1.16, Shell 2.1.16, Visual Basic .NET 2.1.16 Download: RED Brick Image
  23. Brick Viewer 2.3.14 Add support for RED Brick Image 1.11 Downloads: Windows, Linux, Mac OS X
  24. Brick Viewer 2.3.14 Support für RED Brick Image 1.11 hinzugefügt Downloads: Windows, Linux, Mac OS X
  25. Brick Logger 2.0.5 Add support for Analog In 3.0, Remote Switch 2.0, Motion Detector 2.0, NFC, Outdoor Weather, Rotary Encoder 2.0, Solid State 2.0 and Temperature IR 2.0 Bricklet Downloads: Windows, Linux, Mac OS X, RED Brick
×
×
  • Neu erstellen...