https://www.onetransistor.eu/2017/11/stm32-bluepill-arduino-ide.html#no-bootloader Linux ST offers no GUI tools to program the board from Linux. But, when you downloaded the board with Arduino IDE, you also downloaded the tools to program the board using ST-Link adapter. In your home folder, open hidden .arduino15 folder (nautilus ~/.arduino15). Browse to packages/stm32duino/tools/stm32tools. Here you will find a folder named like the STM32 package version (i.e. 2017.11.14). ..
Category : Programozás
Orange PI Zero GPIO vezérléshez pythonból az alábbi linek találtam telepítési leírást:https://diyprojects.io/orange-pi-onelite-tutorial-use-gpio-python-pinouts/#.Wfzw-bynFhE Zero alatt a pyA20 telepítésénél a processzort nem ismerte fel erre a setup.py-ben az alábbi sorokat ki rem-eltem, és tovább lépett: letöltöttem innen a pyA20-at: https://pypi.python.org/pypi/pyA20wget https://pypi.python.org/packages/8e/a5/8169ac07290b7d7dfff96dbf68707a2154171e48294e78eb7623758a299f/pyA20-0.2.1.tar.gz kiremeltem: def print_warning(): „”” Print confirmation dialog :return: „”” print (print_color(„Warning! „) + „Detected and target processor ..