Introduction
The ESPyHarp is a simple IDE for developing MicroPython program. It’s target board is ESP8266 based boards (e.g. NodeMCU) with MicroPython firmware. I like both ESP8266 and MicroPython. However, I had found the fact that there is no useful development tool (or IDE). So, I started to develop IDE for personal use and named it ESPyHarp. It is written using JavaFX and an open source libraries such as RichTextFX, jSSC, etc. You can see or download the source code in github.com page.
Features
embedded REPL
files list in the device
code editor with python keyword and builtins highlight
upload and/or execute python script
Requirements
You need JVM(Java Virtual Machine) on your PC to run ESPyHarp. Then, download the released file below and execute ESPyHarp.jar file. On Windows you can run the jar file just double clicking on it. At this moment, I have tested only on Windows 7 PC.
Releases
ESPyHarp ver 0.1.1 (03/Oct/2016) : minor REPL bug fix
ESPyHarp ver 0.1.0 (01/Oct/2016) : initial release
'연구 > espy 개발 노트' 카테고리의 다른 글
wemos d1 mini + 마이크로파이썬 으로 i2c 통신 (0) | 2017.01.17 |
---|---|
javafx로 대화창/경고창 생성하기 (0) | 2016.09.30 |
java에서 키입력 시 addEventFilter, addEventListener 차이점 (0) | 2016.09.29 |
RichTextFX 로 scroll bar를 붙이는 방법 (0) | 2016.09.26 |
RichTextFX.CodeArea 에 css 적용하기 (0) | 2016.09.24 |