bigfanofloT 发表于 2016-10-8 13:28:16

老外开发的MicroPython IDE,可用于开发ESP8266

ESPyHarp是韩国人写的一个简单的MicroPython IDE,它可以用于ESP8266上。
    IntroductionThe 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 forpersonal 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 executepython 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
         (03/Oct/2016) : minor REPL bug fix      (01/Oct/2016) : initial release
官方网站:http://studymake.tistory.com/584
GitHub地址:https://github.com/salesiopark/ESPyHarp












许许 发表于 2016-10-8 13:39:53

表示国内小白看后充满无力感。:L:L:L

anymax 发表于 2016-10-12 09:11:13

;P;P;P,等待后续更新

Nana 发表于 2018-4-26 16:34:18

许许 发表于 2016-10-8 13:39
表示国内小白看后充满无力感。

哈哈哈,要不要试试看国内独立开发的Micropython IDE:uPyCraft。
在线文档地址是http://docs.dfrobot.com.cn/upycraft/
章节中支持免安装在线下载~

不知道不敢问 发表于 2019-8-20 17:55:23

Nana 发表于 2018-4-26 16:34
哈哈哈,要不要试试看国内独立开发的Micropython IDE:uPyCraft。
在线文档地址是http://docs.dfrobot.com ...

感谢大神
页: [1]
查看完整版本: 老外开发的MicroPython IDE,可用于开发ESP8266