Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

冰人固件+HC-05蓝牙无法连接 #51

Open
Otakukisaragishintaro opened this issue Aug 27, 2023 · 22 comments
Open

冰人固件+HC-05蓝牙无法连接 #51

Otakukisaragishintaro opened this issue Aug 27, 2023 · 22 comments

Comments

@Otakukisaragishintaro
Copy link

是冰人固件本来就连接不了蓝牙,还是没完善好?

@wh201906
Copy link
Owner

冰人固件可以连蓝牙的
https://github.com/RfidResearchGroup/proxmark3/blob/master/doc/bt_manual_v10.md
你用的是RDV4吗?

@Otakukisaragishintaro
Copy link
Author

是 512的easy改的

@wh201906
Copy link
Owner

你是怎么改的呢?把HC-05飞线到MCU的USART1对应的引脚上吗?

@Otakukisaragishintaro
Copy link
Author

Otakukisaragishintaro commented Sep 1, 2023 via email

@wh201906
Copy link
Owner

wh201906 commented Sep 1, 2023

你编译固件的时候加上PLATFORM_EXTRAS=BTADDON了吗?

@Otakukisaragishintaro
Copy link
Author

Otakukisaragishintaro commented Sep 1, 2023 via email

@wh201906
Copy link
Owner

wh201906 commented Sep 1, 2023

直接刷的Easy固件不带蓝牙功能,你需要改参数之后自己编译一下
https://github.com/RfidResearchGroup/proxmark3/blob/master/doc/md/Use_of_Proxmark/0_Compilation-Instructions.md
https://github.com/RfidResearchGroup/proxmark3/blob/master/doc/md/Use_of_Proxmark/4_Advanced-compilation-parameters.md
如果电脑上没有对应的开发环境可以试试这个仓库,用GitHub Action来按照需求编译冰人(RRG)固件
https://github.com/wh201906/PM3-firmware-builder

@Otakukisaragishintaro
Copy link
Author

Otakukisaragishintaro commented Sep 2, 2023 via email

@wh201906
Copy link
Owner

wh201906 commented Sep 2, 2023

我这边倒是可以帮你编译一个
你做了哪些魔改?只有HC-05吗?还是说有外挂Flash之类其它的

@Otakukisaragishintaro
Copy link
Author

Otakukisaragishintaro commented Sep 2, 2023 via email

@wh201906
Copy link
Owner

wh201906 commented Sep 2, 2023

你要哪个版本的固件?v4.16717吗?

@Otakukisaragishintaro
Copy link
Author

Otakukisaragishintaro commented Sep 2, 2023 via email

@wh201906
Copy link
Owner

wh201906 commented Sep 2, 2023

https://github.com/wh201906/PM3-firmware-builder/actions/runs/6056475519
下面那个Artifacts就是编译好的固件,v4.16717是最新的发行版,master是最新的开发版,你可以都试一下

@Otakukisaragishintaro
Copy link
Author

Otakukisaragishintaro commented Sep 2, 2023 via email

@Otakukisaragishintaro
Copy link
Author

Otakukisaragishintaro commented Sep 2, 2023 via email

@Otakukisaragishintaro
Copy link
Author

Otakukisaragishintaro commented Sep 2, 2023 via email

@wh201906
Copy link
Owner

wh201906 commented Sep 2, 2023

编辑bat文件,加上--force选项就可以了
固件版本而和客户端版本不一定要精确匹配,差距不大就行

@Otakukisaragishintaro
Copy link
Author

Otakukisaragishintaro commented Sep 2, 2023 via email

@Otakukisaragishintaro
Copy link
Author

Otakukisaragishintaro commented Sep 2, 2023 via email

@wh201906
Copy link
Owner

wh201906 commented Sep 2, 2023

首先是烧固件的时候需要改烧固件的bat脚本,在bash开头的那一行尾部加上--force选项,这样才能把版本不匹配的固件刷进去
其次,你的蓝牙模块也改了115200的波特率吗?PM3的默认波特率是115200,但是HC-05的数据默认波特率好像是9600
另外你的Tx和Rx连线的时候有交叉线序吗?

@Otakukisaragishintaro
Copy link
Author

Otakukisaragishintaro commented Sep 2, 2023 via email

@wh201906
Copy link
Owner

wh201906 commented Sep 2, 2023

那我也不知道原因了。或许你可以去pm3的官方Discord服务器里面问问

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants