ElectronBot icon indicating copy to clipboard operation
ElectronBot copied to clipboard

Results 93 ElectronBot issues
Sort by recently updated
recently updated
newest added

### 我已经尝试很多个有管ocd的问题可依旧无法解决这之后一步,之前一直不出现端口号,现在就卡在这里,希望能明指一下我该如何操作谢谢

### Discussed in https://github.com/peng-zhihui/ElectronBot/discussions/206 Originally posted by **TitanRGB** July 24, 2022 ![image](https://user-images.githubusercontent.com/75297777/180629355-afefd3e4-55ec-4b92-bdbe-049e919b5df1.png) 效果类似上图,就是能让GitHub的语言统计识别到这些EDA软件。我整理了一个万能的`.gitattributes`,可以使GitHub正确的识别Altium Designer、KiCAD、Gerber以及Eagle。我把这个文件放在了我的Gist里[https://gist.github.com/TitanRGB/61c37bf71159cc9a511558ec7c218339](https://gist.github.com/TitanRGB/61c37bf71159cc9a511558ec7c218339) 其中,能使AD语言生效的部分是: ``` *.OutJob linguist-detectable=true *.PcbDoc linguist-detectable=true *.PrjPCB linguist-detectable=true *.SchDoc linguist-detectable=true *.outjob linguist-detectable=true *.pcbdoc linguist-detectable=true *.prjpcb linguist-detectable=true...

![Snipaste_2022-07-12_02-21-18](https://user-images.githubusercontent.com/100143156/178332087-5d7fde86-a3e5-472b-b62e-132fdb969c9b.jpg) ![Uploading Snipaste_2022-07-12_02-21-41.jpg…]()

![image](https://user-images.githubusercontent.com/75297777/180704097-954e5904-3818-4787-88d3-b2f0e3e18d83.png) ![image](https://user-images.githubusercontent.com/75297777/180704115-5417fb17-2265-42a1-bd26-7fe19dc1c365.png) 前后对比

首先我很菜很菜,研究了好一段时间源码,发现PID我没理解,如图 ![捕获1](https://user-images.githubusercontent.com/57247307/163199686-a5d674ef-ebe0-4181-8b62-c03a9929fd48.PNG) 请问dce.integralVel项有什么意义?好像在固件里因为dce.kv为0所以此项一直不起作用。 另外主机获取舵机速度会返回有效值吗?

程序测试的时候发现屏幕初始化后花屏,而且程序卡在45行,electron.SendUsbPacket函数,返回值一直USBD_BUSY。感觉是硬件问题,但是USB3300我换过,屏幕也换过!问题一样! 显示效果如下: ![程序无法继续](https://senyblog.oss-cn-hongkong.aliyuncs.com/GitHub/02.bmp) ![屏幕花屏](https://senyblog.oss-cn-hongkong.aliyuncs.com/GitHub/02.jpg) 硬件测试了,没有测试出问题啊!,这个情况一般是什么问题导致?

打开电子上位机问题,不能放大 ![image](https://user-images.githubusercontent.com/104112468/178376081-38163094-df5a-4ebf-a348-8694f663fa05.png)

问题还很多,仅限提供个开发思路。 目前用着还不错。CLR封装如下: [BaseBotCLR.zip](https://github.com/peng-zhihui/ElectronBot/files/8669931/BaseBotCLR.zip) 另外,需要说明的一点是:我只用到了4个舵机,少的两个舵机默认置0了。需要按需调整。 6个舵机实在太难装了,挤断无数回后,痛定思痛改装了乞丐版,成本降低40元左右?少了2个自由度,对于关注软件开发的人来说,收效比还可以。乞丐版改造如下(螺丝发得多,是有用的): ![QQ截图20220511204311](https://user-images.githubusercontent.com/13809366/167852476-e2a178d8-6844-4f09-aac8-ff0193d93372.png) C#开发了简单的winform如下: ![QQ图片20220511203759](https://user-images.githubusercontent.com/13809366/167851772-6bd9ed99-024b-489b-bd0e-1a50bbc1c3a8.png)

STM32焊好后,可以正常烧录,但是烧录后并不显示有新设备,`electronbot@PZH`那个驱动也就无从装起了,有人遇到这种问题么,是啥原因啊。 另外,之前CP2102焊好后会被识别成`"Verifone USB for Printer"`,百度了一下,这个就是CP2102,按教程安装CP2102的驱动后,可以识别成CP2102。 ![image](https://user-images.githubusercontent.com/85986768/178106896-2b783345-b483-4ef4-bea8-113bd8ce8d35.png) 这个正常么?是不是买到假芯片了。 已经新买了CP2102和两个晶振,回头换了试试看。