Translation of "MicroPython" in English
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Jetzt läuft MicroPython auf dem Ziel-Mikrocontroller.
MicroPython is now running on the target microcontroller.
MicroPython - das einen kompletten Inline-Assembler hat, falls Sie tiefer runtergehen müssen als C - fügt noch mehr Funktionalität hinzu.
MicroPython, which has a complete inline assembler if you need to drop down lower than C, adds still more functionality.
Abbildung 3: MicroPython wird mittels dfu-util auf einen Mikrocontroller geladen.
Figure 3: MicroPython being loaded onto a microcontroller using the dfu-util.
Warum ich der Meinung bin, dass Sie MicroPython in Betracht ziehen sollten?
Why do I think MicroPython is worthy of your consideration?
So umfasst MicroPython beispielsweise einen Garbage Collector, der im Hintergrund läuft und den Heap sowie weitere Speicherressourcen verwaltet.
MicroPython includes a garbage collector that runs in the background and manages the heap and other memory resources.
Mithilfe von MicroPython und einem neuronalen Netzwerk zur Prozessverarbeitung können Entwickler im Handumdrehen auf maschinellem Lernen basierende Designs zur Sprach- und Objekterkennung implementieren.
Developers can rapidly implement machine learning based speech and object recognition designs using MicroPython and a neural network processing module.
MicroPython ist auf den "Embedded-Markt" ausgerichtet; die Sprache eignet sich für Micro-Controller und integrierte Systeme.
MicroPython is aimed at the embedded market; it is suitable for micro-controllers and small, embedded systems.
Der Entwickler muss einige Schritte ausführen, um die Toolkette einzurichten und die Umgebung so zu konfigurieren, dass ein Build von MicroPython erstellt wird.
There are several steps that a developer will need to follow to setup the toolchain and get the environment configured to build MicroPython.
MicroPython ist eine interessante Plattform für Entwickler, die eingebettete Echtzeitanwendungen implementieren wollen, die keine Abhängigkeit von der zugrunde liegenden Mikrocontroller-Hardware aufweisen.
MicroPython is an interesting platform for developers looking to implement real-time embedded applications that are agnostic to the underlying microcontroller hardware.
Die Entwicklung eingebetteter Anwendungen mit MicroPython ist einfach. Vom System Echtzeit-Performance zu bekommen, ist hingegen nicht ganz so simpel, wie manch einer denken mag.
Developing embedded applications using MicroPython is easy, but getting real-time performance from the system may not be as straightforward as one might think.
MicroPython eignet sich nicht für jede Anwendung perfekt, wurde aber bereits erfolgreich in Anwendungen für Industrie- und Raumfahrtsysteme und zudem für das Rapid Prototyping und Machbarkeitsstudien eingesetzt.
MicroPython is not perfect for every application, but has been successful so far in industrial and space systems applications, along with rapid prototyping and proof-of-concepts.
Während MicroPython große Vorteile bezüglich der Vereinfachung und Wiederverwendung von Code bietet, kann es eine Herausforderung sein, vom System ein vorhersagbares und einheitliches Timing zu bekommen, wenn der Entwickler einige interessante Fakten und Bibliotheken nicht kennt.
While MicroPython offers huge advantages for simplifying and reusing code, getting predictable and consistent timing from the system can be challenging if a developer isn't aware of a few interesting facts and libraries.
Das Abfragen von Sensordaten, ohne etwas mit ihnen anzufangen, ist keine besonders überzeugende Demonstration des Potenzials von MicroPython für Entwicklungsteams.
Sampling sensor data and doing nothing with it is not a terribly useful demonstration for how powerful MicroPython can be to a development team.