GEX website at gex.ondrovo.com
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
gex-website/platforms.php

26 řádky
819 B

<?php $curpage = basename(__FILE__); require '_header.php'; ?>
<section>
<div>
<h1>Supported Platforms</h1>
<p>
The original GEX firmware targets the STM32F072 microcontroller, which is used in the
two custom hardware modules; you can see some of these in the photo below. In the future
I hope to port it to STM32F103, and later to STM32F303 or others. A reimplementation
for the ESP32 is also an exciting possibility, though it would be even more challenging.
</p>
<p>
The PC libraries were written and tested on Linux. The Python library should be portable
to other systems, as it uses PySerial and PyUSB, but I didn't try it.
</p>
<div class="center">
<img src="img/gexen.jpg" alt="Photo fo several GEX prototypes">
</div>
</div>
</section>
<?php require '_footer.php'; ?>