发现了一个支持8051的arduino项目,但好像烂尾了
arduino对于厂家来说是个玩具。对于爱好者和初学者还是不错的。前两天逛github,发现一个项目:nulllab_stc51duino具体描述如下:
STC51duino
基于8051内核的系类单片机的arduino软件开发支持包,
目前先做STC89C52RC这款学习型单片机的支持包,
方便开发者学习使用 后续将陆续适配STC12/STC15/STC8等主流系类芯片。
STC51duino开发板Arduino IDE支持包安装
1、文件->首选项
2、在附加开发板管理器网址输入如下网址:
https://cdn.jsdelivr.net/gh/null ... no_proxy_index.json
3、工具->开发板->开发板管理 搜索STC51duino,选择最新版本安装(如果搜索不到,请安装arduino IDE1.8.15以上)
board_manage_zh
4、工具->开发板
代表STC51duino开发环境搭建完成
但是好像烂尾了,尝试了安装没有成功。https://cdn.jsdelivr.net/gh/null ... no_proxy_index.json访问不了,难道要翻墙。
btw:不知道这样的项目是怎么运作的,是个人爱好,还是要有偿资助才能开展下去。
原链接里面指向的工具包已经不可用了,但是issue里面有别的用户修复了(github/funcman/nulllab_stc51duino),使用该地址:
https://raw.githubusercontent.com/funcman/nulllab_stc51duino/main/package_nulllab_stc51duino_proxy_index.json
当然原链接仍然存在,如果你不能正常访问该json文件,可能需要其它手段。
// 这样的项目一般都是爱好者开发的 烂尾了就不好用了,还是用keil吧,毕竟STC官方的例程太多,一般够我们拿来用了。 本帖最后由 zxf1025 于 2024-3-2 14:54 编辑
我试了一下,一个也没编译通过 也是使用sdcc编译的。 神奇,期待有人能跑通 kksk 发表于 2023-12-21 15:47
原链接里面指向的工具包已经不可用了,但是issue里面有别的用户修复了(github/funcman/nulllab_stc51duino ...
用这个json https://raw.githubusercontent.co ... no_proxy_index.json
果真能搜索到 STC51duino开发板谢谢 现在已经升级了支持STC32G12K128了.
1/ Donwload Arduino >= V1.8.19
2/ Launch Arduino
3/ In Arduino->Preferences->Additional Board Manager URLS
add http://bacciel.com/tools/package_ardui89_index.json
4/ In Tools->Boards:...->Board Manager
search "8051"
select and install "ardui89 8051 family Boards"
5/ In Tools->Board:...
select "Board : "STC89C51" "STC89C52" "....""
6/ Demos :
Use Blink.ino in basics examples or in Ardui89_demos path :
Hello.ino
Howareyou.ino
and build and upload !
# Arduino <=> 8051/89C5x/STC32G12K128 pinout equivalent 已经支持8051/89C5x/STC32G12K128了.
1/ Donwload Arduino >= V1.8.19
2/ Launch Arduino
3/ In Arduino->Preferences->Additional Board Manager URLS
add http://bacciel.com/tools/package_ardui89_index.json
4/ In Tools->Boards:...->Board Manager
search "8051"
select and install "ardui89 8051 family Boards"
5/ In Tools->Board:...
select "Board : "STC89C51" "STC89C52" "....""
6/ Demos :
Use Blink.ino in basics examples or in Ardui89_demos path :
Hello.ino
Howareyou.ino
and build and upload ! 谢谢分享啊,回家去试一下{:4_174:}
页:
[1]
2