| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
- 에디트플러스 #sftp안될때
- CenOS6.10
- 한글2 #hangul2_from_2024_01_17
- php7
- utf8mb4
- putty
- ftp
- 조성남
- PHP4
- IT제어
- 아이티제어
- 코드라마 #AI
- windows19Server
- 윈도우앱지우기
- winscp
- PID4
- 인터넷안되는문제해결
- CapsLock키보드 뽑기
- 신바람여비서win98
- root직접로그인
- MSSQL #TCP/IP Enabled
- ubunto #네티워크설정
- sftp
- centos7
- Today
- Total
아이티제어
microPython 을 이용하기 위한 준비 본문
c:\Python310\python.exe -m pip install --upgrade pip
1) 파이선을 이용하기 위해서 파이참 IDE프로그램을 이용한다.
이유는 편리하게 여러가지 이점이 있다..
무료로도 사용가능하다.
설치 https://www.jetbrains.com/
JetBrains: Essential tools for software developers and teams
JetBrains is a cutting-edge software vendor specializing in the creation of intelligent development tools, including IntelliJ IDEA – the leading Java IDE, and the Kotlin programming language.
www.jetbrains.com
2) 파이참 한글 plugin을 설치

3) micropython 플러그인 설치

4) 깃허브에서 소스파일 다운로드
https://github.com/JetBrains/intellij-micropython
GitHub - JetBrains/intellij-micropython: Plugin for MicroPython devices in PyCharm and IntelliJ
Plugin for MicroPython devices in PyCharm and IntelliJ - GitHub - JetBrains/intellij-micropython: Plugin for MicroPython devices in PyCharm and IntelliJ
github.com
5) 압축풀고 압축푼 폴더를 파이참으로 연다.
pipenv 없다고 나온다. 설치한다.

6) pipevn 없다니까 설치.
pip install --user pipenv

7) 버전이 업데이트 하라니까. 업데이트
c:\Python310\python.exe -m pip install --upgrade pip


8) 파일 > 환경 > "언어 및 프레임워크"
요구 사항
- PyCharm 2020.3+ 또는 IntelliJ 2020.3+
- 파이썬 3.5+
- MicroPython 언어 버전은 3.5입니다. 최신 버전을 선택하는 경우 "파일 | 설정 | 편집기 | 검사 | Python | 코드 호환성 검사" 를 켜고 Python 3.5를 호환성 목록에 추가하십시오.
- Python 플러그인(IntelliJ만 해당)
- 최신 버전의 MicroPython 펌웨어가 보드에 플래시된 지원되는 MicroPython 개발 보드

다음번엔 PICO 프로그램 다운로드 를해야겠다.!!
'사물인터넷IoT' 카테고리의 다른 글
| ioT무선 LTE사용시 통신사별apn (1) | 2025.08.20 |
|---|---|
| [광고] ESP32에서 485모듈 선택시 주의점 (0) | 2025.08.20 |
| 최저가ioT스위치제작방법 (0) | 2022.07.19 |